• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Other than Java Certifications, what else is good?

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So I have finished SCJP. I hate Microsoft Certifications since it expires so fast and always changing titles and everything. What else out there are good? Better not expire kind like Java Cert!
 
Sheriff
Posts: 9708
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What are you interested in?? There are certifications for databases, frameworks (like Spring), advanced parts of java like SCWCD/SCBCD/SCDJWS etc...
 
Mary Moss
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ankit Garg wrote:What are you interested in?? There are certifications for databases, frameworks (like Spring), advanced parts of java like SCWCD/SCBCD/SCDJWS etc...



I am going to take SCWCD. I just wonder what should I try after that. I would like to try something other than Java since SCJP + SCWCD is pretty enough for me at this moment.
 
Ankit Garg
Sheriff
Posts: 9708
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Again I would like to say you need to ask yourself what you are interested in. You can go for database certifications like MySql certification...
 
Bartender
Posts: 543
4
Netbeans IDE Redhat Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Web Services is the way of the future my friend. And by the time you're done with that, JSF Certification... there's always a certification you can go for... Just don't get ahead of yourself. By the time you do SCWCD, there may be 12 new Certificates you're interested in.
 
Rancher
Posts: 1337
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Web Services is the way of the future my friend.


Possibly, but I wouldn't recommond the SCDJWS to anyone - it's too much about SOAP and too little about REST.

And by the time you're done with that, JSF Certification...


Only if one is certain to use JSF (the use of which is not nearly as widespread as that of other web frameworks, and unlikely to become so).
 
Dieter Quickfend
Bartender
Posts: 543
4
Netbeans IDE Redhat Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm sure you're right on the Web Services, I'm no expert on the subject... But what would you recommend?


And why do you think JSF will not spread? To me it appears there is no Java alternative. Is front-end web in Java doomed, then?
 
Ranch Hand
Posts: 959
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Linux certifications, such as RCHA or RHCE, LPI, CompTia Linux+ or CISSP for security.
 
Lester Burnham
Rancher
Posts: 1337
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

And why do you think JSF will not spread? To me it appears there is no Java alternative. Is front-end web in Java doomed, then?


JSF has been around for years, and not become nearly as ubiquitous as Struts used to be - there is no reason to assume it ever will; many people have misgivings about its complicated architecture. There is in fact an endless variety of alternatives: Struts, Stripes, Seam, etc. A library need not be blessed by Sun to be successful, and being so blessed is not always a mark of merit (see EJB 2.x). There are many discussions about this in the Application Frameworks forum and elsewhere.
 
reply
    Bookmark Topic Watch Topic
  • New Topic