Javadoctor's Posts
Nairaland Forum › Javadoctor's Profile › Javadoctor's Posts
For Gods sake its nt the same dress |
So far eclipse Ide is the best tool for developing GƠ̴̴̴̴͡.̮Ơ̴͡gle android. It comes with android adk runtime/platform. It has the visual components for the UI library in drag en drop. For the netbeans users,who don't want to go outside the platform, u need to integrate android plugin for the adk platform installed to be recognized. Doesn't include visual components for drag and drop and some boiler plate codes are involved. Best of luck |
Javanian: Two empty vessels doing what they know how to do best...lol |
Blackberry is still the best,wen I say its the best people feel I'm referring to the apps, blackberry might nt hv better apps compared to ios apple and android, but its affordable,the 260mb u re complaining,I use 400mb to download hollywood movies any hw I like. Now if u buy a galaxy tab worth 110, why can't u subscribe to their data ? Nothing goes for nothing. |
adaorap: I tried downloading it but i couldn't do that. I just wanna use it to kick off my programming in java.. All these statements got me thinking that.if u need d documentation javanian hs jus posted it |
u can get the compiler @oracle. on google search for oracle jdk download,download d latest version 7. |
joe4christ: I seriously don't understand what's happening to me recently, it seems my spirit is getting hyper-sensitive these days and a new perception about the purpose of life is being downloaded in me,Remind me hw dis made front page again? ![]() |
What u require is a payment gateway,more like a webservice from the transaction provider,examples are interswitch,mastercard,eTranzact,@least the cards services I'm familiar with.most of their web services are RESTful and r easy to implement .getting started with interswitch wil cost u 150k,then the rest follows,consuming their web service in ur application. |
Etisalat ,aaaaaaaRrrrrrrrrgggggghhhh,I can almost hug a near by transformer wen I c dat commercial, imagine someone coming out from a bus,and walking den al of a sudden peopl start trailing behind him as he's talking bout some silly etisalat rate, den d most annoyin is wen princess starts dancing azonto. Anoda is the mtn pulse,for God sake pulse on d beat with paint spray,wen did paint spray become a part of our culture. Smh |
I just visited CChub only yesterday, its like a camp for people with coding skills that need sponsors on their project. It is actually sponsored by elumelu.Membership is 30k per year,u wil mostly find young people there,I mean teenagers done with high school education that have a year to spare before A Levels. I know a kid there that developed the nigerian constitution for ipad nd iphones wuz sponsored with 5000usd. So I visited the place. I applied to facilitate in their codecamp that will last for 4weeks. |
Boring |
I 2nd dat @fayimora, he talks like an infected computer.I will probably need 3D earphones wen he talks to me in real life,or we might jus hv a problem understanding.@kambo do u actually talk like dis in real life? Smh |
Kambo is usually good@ saying rubbish,I'm practically lost |
Programming is just coding,developing is the combination of coding and configuration to build a project,developing might require u to learn a particular framework,or new libraries. For me I'm a developer,I build enterprise applications that can be deployed on an application server like glassfish,tomcat,jboss or oracle web logic. I needed to understand my development enviroment in j2ee,development will also require me to know the resources my application needs wen it is running on a VM,like d cpu shares,the cloudlets cycle,ram or cpu ,all these are not programming but development. |
Hbd sirr,welldone on the job u hv done in our state |
J2ee application server...please research more on ur issue and stop posting more comments |
Please why will u need a remote method invocation? Rmi's r used in ejb's or in a soap object web service or restful. Why do u need to call a method remotely wen all this is happenin in a lan netwrk. The rmi api is used in web applications because a soap web service is deployed remotely on an application server.. |
All u need to know is the derby client/server architecture.it embeds Derby and manages requests from network clients. The server setup has derbynet.jar which has an instance of derby embedded in the classpath. All u need do is create ur database,place it on a directory on d server. den run the startNetworkServer.bat This will start the Network Server up on port 1527. The next thing is to setup ur client side,add the driver derbyclient.jar and derbytools.jar to the client which is optional but required if u re using ij tools.the derbyclient is used by different clients accessing the network database.jpa is added on the client side on a different jvm and,the database is remote on.a different jvm. Goodluck |
@avosoft,is there anytyn.u can't do? God is watchyn u ,I hv told u one day u wil get brain damage. |
I feel java is been downgraded here.been compared with baby php. |
This is a weird looking root i just found recently while googling my subject mandrake carrots,its a mandrake root (a root that grows inside the ground in the shape of a man),and it occurs rarely,but this is pretty fascinating.a shape of a full mandrake in d ground.
|
Please any rookie java programmer should meet me @ megalios iT 360 muritala way yaba,call Mr Tayo (IT Manager) 07089192102. I'm the Java instructor there. Please don't hesistate to call.I train java from rookie to advanced ,in android and micro edition ,or j2ee. Here in nairaland u need to research alittle or avoid asking vague questions that u cold resolve urself. |
Call me 08068063094,b_2aol4u@yahoo.com |
So How much do I get to do this? |
Why did u take a job u re nt competent enuf to handle. I dunno hw u do it buh in j2ee u need to implement globalpay ejb web service in ur zenith portal |
@kambo I don't like u in person but I'm afraid I have to agree with u on this one. |
That is very wrong ,it seems u don't understand the very fundamental concepts of object and classes. The primitive types are of wrapper classes and do not require the keyword new in instantiating an object,when u say String s ="name": Its the same as saying String s = new String("name" ; . Since String is a type from a wrapper class doesn't nt require explicit declaration. If I name a class Order,for instance an order class entity used to represent items in an arraylist shopping cart. That array list is restricted to a type Order class object.hence your object type is defined. In summary,one u name a class,u have created a type. |
So? |
Its a thing of choice,most apps I develop are web based applications with a backend or implementing a web service,so I mostly develop in an IDE like netbeans,eclipse which has functionality for css just like in dreamweaver. I particlarly don't use dreamweaver for web apps or enterprise apps cos d apps are bundled into one file (war file),and probably xhtml templating for JSF might not be supported. Cheers |
@Saemmanuel,young man u asked a generic question under regression.u should do a proper research before asking question.regression is a course I did in my 300l,I'm pretty sure it doesn't hv just one formula, No one is mean. There are ways to ask question. U would get a ban from stackoverflow for asking such typa question. Noone is asking u to quit.buh if u want to,I mean, u own ur mouse |


; . Since String is a type from a wrapper class doesn't nt require explicit declaration. If I name a class Order,for instance an order class entity used to represent items in an arraylist shopping cart. That array list is restricted to a type Order class object.hence your object type is defined. In summary,one u name a class,u have created a type.