Javadoctor's Posts
Nairaland Forum › Javadoctor's Profile › Javadoctor's Posts
Hu is dis kambo guy? Are u a human being? I have a feeling u re one of the aliens from scary movie who doesn't like the earth paradigms , What do u use to type sef? Is it a computer a phone? Do u understand what am I saying? Cos I don't understand what u say most of the time, u rant a lot of eye bugging stuff, I hv little interest in reading ur stuf, so I just scroll down. @2buff u might just wantu save some data by ignoring this thread's convo. @kambo, The truth is u neva jam project, if u noticed I hvnt mentioned the many functionalities of an IDE, cos we are all wasting kambo's time. He won't agree. So leave him alone. |
@kambo , I opened this thread page @wrk nd showed some of my developer colleagues@zenth,they simply shook their heads.all I can say after I smh is dat U still live under a rock, please come in civilization, 2014 is almost approaching. |
callme on 08068063094 |
@kambo, u must be living under a rock. |
Depends, I fold my sleeves if the shirt is kinda big on d arms, but I can neva fold a fitted shirt, my arms wld rip it, and of crse, it shldnt be a form of attraction, |
Call me 08068063094 |
Dis is a driver issue, if u re using mysql,add mysql jconnector.jar to the library project,if u re using java derby,add derby.jar to the project |
Program never lies, if It can't see ur table its because u re prolly using an iDE like netbeans dat creates the database its pointing to in ur C:\, all u nid to do is copy the one in ur C to ur project and replace the folder. This shld work |
I'm sure u wil delete this post and delete yo self wen u read bout CN1, plz and for others ,make a proper research b4 u make a post. Cheers |
i jus fb ed her,seen the face of the perpetuator. |
Ant |
I dnt seem to see any actionPerformed() on ur JTable, basically a table using a model to run wen initialized. If u using a modal to update the Jtable, create a method called updateTable() in d JFrame class,now create a JDialog class, the class should have a constructor with a this reference to the JFrame class.when u add a new row from the modal,d actionperformed method should make a call on ur JFrame class to call the updateTable() ,a method I feel which contains jTable.setModel(model) and jTable.repaint(), doing this effects changes on ur jtable |
Youtube.com uses a very simple restful uri,if u notice the link youtube.com/watch?v=naira for example, query param name v makes a GET request containing d video id dat does a backend search ,wen it locates d media it produces d MediaType content on d same page, so all u need is a media framewrk on ur presentation dat does streaming so dat the protocol doesn't ask u to save a video file to ur computer. |
I wuz @bode thomas in surulere 2days and I saw konga service pickup point,and I explained to my colleagues that this totally defies the the delivery system done @residences or a clients address. What's the point going 2konga pickup point when wat ordered can be gotten @the next mall? Its totally pointless |
@Toyindipo is very correct,u re tryin 2insert into prolly a mysql varchar column Wich throws the exception. Any programmer can understnd dis error. I gues dat solves. Inbetween; why are u not using jpa persistence for ur database transactions? . It saves u al this boiler plates codes u re writing here . Cheers. |
Cheerup man,there's a lot to be done,look around u,and solve problems, create solutions of ur own,get a free hosting server,deploy ur applications as a way ofmarketing them,if u build software,upload dem to a server for download,create a page to describe its features. Jus get busy, upgrade ur skill set. |
I'm yet to try thr html5 ,js which holds json,a new feature of java ee 7 server,but currently I'm writin services on a project where the jax-rs RESTful consumer is an angular js client (another guy In d project) so I'm writing web service to suit json objects and array request and so far it has bin fun and challenging since the angular js is not stable and a very secure.as @last week (oct 5) the repository was updated. Since I maintain the backend sessioning,its sort of a RESTful SOA web app. |
A 2-year-old Chinese boy had surgery to "give birth" to his twin brother, after stunned doctors discovered his parasitic twin brother's fetus inside his stomach. Xiao Feng, from Huaxi, China was taken to hospital after his stomach became so enlarged he was having difficulty breathing. X-Rays and MRI scans revealed Feng was carrying the undeveloped fetus of his twin inside his swollen stomach. Shocked doctors diagnosed Feng as "pregnant" and rushed him into emergency surgery, where he was forced to "give birth" as doctors removed the twin fetus, reported the Inquisitr. The fetus was nearly 8 inches wide and had developed a spine, fingers and toes. It had grown so much that it was taking up almost two-thirds of the boy's stomach, doctors said. http://health.foxnews.mobi/quickPage.html?external=2349551.proteus.fma&page=31737&intcmp=obnetwork
|
What is an open vpn and wht is it used for |
Why wld anyone want to integrate interswitch into their web platform @this age. Interswitch's payment gateway cost' roughly 150 to obtain an Oauth token from their api,this is done before using d servce. Through the test of time,hasn't been efficient, u can try a direct payment gateway which is more bank specific like zenith pay, or other carding options like eTranzact or Mastercard,speaking of master card,their payment gateway for local transaction wuz introduced a couple of months back,u can GƠ̴̴̴̴͡.̮Ơ̴͡gle on that but the service is not also free. Fidelity bank I heard offers a free payment gateway api . So if I were u I wldnt consider dumping 150k on verve cards. |
Why wld anyone want to integrate interswitch into their web platform @this age. Interswitch's payment gateway cost' roughly 150 to obtain an Oauth token from their api,this is done before using d servce. Through the test of time,hasn't been efficient, u can try a direct payment gateway which is more bank specific like zenith pay, or other carding options like eTranzact or Mastercard,speaking of master card,their payment gateway for local transaction wuz introduced a couple of months back,u can GƠ̴̴̴̴͡.̮Ơ̴͡gle on that but the service is not also free. Fidelity bank I heard offers a free payment gateway api . So if I were u I wld be considering dumping 150k on verve cards. |
I envisage a war on this thread |
What I need from ese walter is to jus explain how his d**k was,the shape en size,then she's gud 2go jus as micheal was implicated by the kid. |
I thot I wuz the only one pissed,I sent cancel to unsubsrbe frm the ones dat were possible,the rest I jes deleted them. The pain Is too much |
It essential for a programmer to be able to configure their application out the box,the IDE is just for development,in the real world u hv to deploy outside an IDE.reason why is that d IDE has custom setup for any framework you are using. since Oracle bought java,derby comes with jdk. I would save u the boiler plate stress involved. Open command prompt type java -version, it should give u a report on ur java installed version, after that,type sysinfo,if ur derby documentation doesn't show up ,it means ur derby classpath isn't setup properly,also type ij or dblook, apparently the commands might nt be recognized. So setup ur System variable Path's classpath as this C:\program files\java\jdk 7\bin;C:\program files\java\jdk 7\db\bin And ur DERBY_HOME as C:\program files\java\jdk 7\db The semi colon is to ensure u can add more than one cp attribute,on command type "startNetworkServer" which uses ur derbyClient driver U are good to go. Nb: check.the bin directory to know familiar cmds that are possible |
I have seen this post before,it clearly states that no one can fit into this position,and this very unrealistic. |
Mydear,u re bin attacked. And I hope it is nt frequent. U shld be a christian,this happens to most christians and its believed to be spiritual. I used to experience it in the past,living in @obanikoro estate whre smetyn in black gown comes 2check me @night.happens wen u sleep on ur back,smetimes I'll b seein d broadday light while sleepin but can't getup,sme kinda force restricting me frm gettin back into reality. When I knew it wuznt jus pschological is wen I start feeling smeones 5fingers I can't rubbing my arms. Dat aint pschological,its paranormal,pls change ur faith,or embrace smetyn stronger. Jesus is the way |
There r actually no videos on netbeans 7 platform,thre r books however,apps in netbeans 7 platform are built in integral modules,u jus nid 2get familiar with nbi library for platform 7. The option for building an installable for mac,linux,windows can be checked in ur project properties option.u dnt nid any code for dat.I need2 Warn u nbi library has its own gui libraries also swing gui functions can b integrated . Wat u nid to do is download netbeans platform 7 ebook. I got it from a p2p sharing site (Vuze). Umight nt get it elsewhre. Cheers |
From ur subject,the jar2exe compiler doesn't make ur program install in ur registry. It makes ur program run as a standalone file using window c++ runtime library. It doesn't install,so there's no point converting to an exe file. If u want to build an installable program use netbeans 7 platform,this enables u to build ur apps for mac,linux,or windows installable. Another gud tool is this http://www.advancedinstaller.com/java.html it builds ur jar application to an msi format installable for only windows,integrates ur application into d registry and as part of ur installed programs. Cheers |
Learn to develop java enterprise from inception to advanced level in 8weeks. Frameworks to be covered 1. Java ee 6/7*New* (jsr 316/342) 2. Java Persistence API (jsr 317) 3. Enterprise Java Beans (jsr 318) 4. Java Server Faces jsf 2.2 (jsr 344) 5. Context Dependency Injection beans( jsr 346) 6. Glassfish application server 3.1.2/4.0 7.Managed Beans (jsr 314 *depreciated*) 8. JAX-RS ,JAX-WS,JAX-RPC and RPC subset for mobile,JAXB. SOAP/RESTful/Remote procedure call web service api's for consuming published web services like facebook,google,amazon,mastercard,interswitch,e.t.c from a mobile client,java client or a web app. 9.Introduction into SOA. (Service Oriented Architecture) After these classes.you should be able to develop robust and scalable enterprise applications that are deployable in banks working environment,organisations or on the web. Enrole today, number to call is 08068063094, |
Hmm,drug tynz, from brazil to columbia and southern america so easy |
Learn to develop java enterprise from inception to advanced level in 8weeks. Frameworks to be covered 1. Java ee 6/7*New* (jsr 316/342) 2. Java Persistence API (jsr 317) 3. Enterprise Java Beans (jsr 318) 4. Java Server Faces jsf 2.2 (jsr 344) 5. Context Dependency Injection beans( jsr 346) 6. Glassfish application server 3.1.2/4.0 7.Managed Beans (jsr 314 *depreciated*) 8. JAX-RS ,JAX-WS,JAX-RPC and RPC subset for mobile,JAXB. SOAP/RESTful/Remote procedure call web service api's for consuming published web services like facebook,google,amazon,mastercard,interswitch,e.t.c from a mobile client,java client or a web app. 9.Introduction into SOA. (Service Oriented Architecture) After these classes.you should be able to develop robust and scalable enterprise applications that are deployable in banks working environment,organisations or on the web. Enrole today, number to call is 08068063094, |