• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

What to study for the future

 
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am a SCPJ2 and SCDJ2. I like java a lot and would like to know what to study that will be useful in the future.
Is java going to be heavily used on the server side.
garry
 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, I think it is hard to predict the future. I'm a final year university student, who has studied and worked with java for the past three years.
However, Microsoft came to my university (in the UK) and gave one of the most impressive demonstrations I have ever seen. Basically the guy used Microsoft Visual Studio.NET to create an XML web service, a gui widget in Visual Basic.NET which talked to it and a wireless application within 15 minutes. He must have typed two lines of code in all, the rest was with wizards and point and click. Although Visual Studio did crash and the wireless app wouldn't connect ), I have to admit it was extremely cool. I'm building a web app using servlets and jsp for my degree, and it took me longer to set up Tomcat than it did for this guy to make these web services. I don't know if .NET is that impressive a technology, but with an application like Visual Studio.NET I can see how popular it will become. Oh yeah, and UK students and researchers can buy it for $99. Whew!
Richard
 
Desperado
Posts: 3226
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Although Visual Studio did crash and the wireless app wouldn't connect ), I have to admit it was extremely cool."
News Flash: In the Real World, crashing is not cool. That's why Java won some time ago.
 
Ranch Hand
Posts: 1072
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

researchers can buy it for $99. Whew


If you research good enough they give it away for free
 
Garry Kalra
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
i just wanted to know which technologies to study like JSP, Servlets, EJB, J2EE, JMF, J2ME etc.
although i have a brief idea about everything i mentioned above. Is that all that is required.
garry
 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is the post about the .net demo a joke? First of all, any demo where the system crashes is a disaster. Everything is supposed to go right in a demo. If it crashes in the demo, one can assume it crashes frequently in real life.
The demonstrator created a fantastic application in 15 minutes by pointing and clicking and writing a few lines of code. There had to be a lot of code written before the demo, some of it because the demo uses canned routines, and perhaps some code written specifically for the demo. Real world applications require a lot of custom code, no matter what languages and development tools you are using. For various reasons, no one is going to demo writing thousands of lines of code. The salesman will make it look like all you have to do is point and click. This sort of thing may impress some college students and nontechnical managers.
 
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Tony Alicea:
News Flash: In the Real World, crashing is not cool. That's why Java won some time ago.


I am also a big fan of Java but you cannot ignore new technologies and say Java Java all the time well thereare lot of improvements required in .Net but still it is really good technology.
 
Ranch Hand
Posts: 532
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Garry Kalra,
This is a very difficult question to answer, it's sort of like trying to predict the future. But servlets seem fairly safe, they basically go along with most of the other items you mention. I haven't done much with J2ME so I can't help you there. There is demand for EJB yet it is lower than demand for servlets since most using EJB also use servlets.
 
reply
    Bookmark Topic Watch Topic
  • New Topic