sir I am learning java and preparing for certification in the month of july. pls tell me which area should i concentrate more these days ,i mean i have only the month of april and may to learn java as i have my university exams.the adv. tech i am talking about are JSP,EJB,Servlet,Swing,CORBA,RMI,Networking,JDBC,XML,Beans etc. pls also tell me which technologies are needed for Distributed Applications & for standlone applications
Surya Bahadur
Ranch Hand
Joined: Sep 28, 2000
Posts: 88
posted
0
Hi It depends on your area of interest,whether you are interested yo work in the client side programming or the server side programming.If you are intersted in the client side then go for Swing and if you are interseted in the server side java development then go for Servlets,JSP,EJB. Surya
ken chou
Ranch Hand
Joined: Feb 08, 2001
Posts: 68
posted
0
JSP, EJB, Servlet, CORBA, XML, Beans are not included in the Java Certification exam.
Mark Herschberg
Sheriff
Joined: Dec 04, 2000
Posts: 6037
posted
0
Two topics which I think are up and coming are JMX and JCA. If you put it on your resume today, most people probably won't know what they mean. But I think 6-12 months from now companies will start incorporating these technologies into their offerings, and it's an opportunity to get ahead of the curve. (Although both of these are pretty advanced topics, so you should have a good grasp of J2EE to begin with). --Mark hershey@vaultus.com
Travis Gibson
Ranch Hand
Joined: Oct 17, 2000
Posts: 100
posted
0
In my personal opinion is Swing is terrible. I hate to generalize but I find Swing way to slow and buggy for most uses(Kinda like Applets over the net). Even the AWT runs better than Swing, Sun should make a consorted effort to improve Swing and maybe developers will begin to use it more.
------------------ Regards, Travis M. Gibson, SCJP Java Developer www.travismgibson.com travis@travismgibson.com
Regards,<BR>Travis M. Gibson, SCJP<BR>Java Developer<BR>www.travismgibson.com<BR>travis@travismgibson.com
Vladan Radovanovic
Ranch Hand
Joined: Mar 20, 2000
Posts: 216
posted
0
Mark or anyone, what does JCA stand for ? Thanks
Originally posted by Mark Herschberg: Two topics which I think are up and coming are JMX and JCA. If you put it on your resume today, most people probably won't know what they mean. But I think 6-12 months from now companies will start incorporating these technologies into their offerings, and it's an opportunity to get ahead of the curve. (Although both of these are pretty advanced topics, so you should have a good grasp of J2EE to begin with). --Mark hershey@vaultus.com
Originally posted by Vladan Radovanovic: Mark or anyone, what does JCA stand for ?
I actually haven't seen JCA stand for "Java Cryptology Architecture" since about 1999. Sun seems to have recycled it for Java Connector Architecture. (I also thought of the crypto definition when I first saw it recently, too.) --Mark hershey@vaultus.com
Daniel Searson
Ranch Hand
Joined: Dec 03, 2000
Posts: 83
posted
0
Originally posted by Travis Gibson: In my personal opinion is Swing is terrible. I hate to generalize but I find Swing way to slow and buggy for most uses(Kinda like Applets over the net). Even the AWT runs better than Swing, Sun should make a consorted effort to improve Swing and maybe developers will begin to use it more.
I think Swing is great API and have not found it buggy whatsoever. Which parts of it do you find buggy? I think one thing holding people back from using Swing is that it is not compatible with older versions of Java, not that it is buggy. I do agree about it being slow though.
- Daniel
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: whats hot in adv. java to learn these days