• 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

OCWCD completed

 
Ranch Hand
Posts: 165
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I have completed OCWCD yesterday with 78%.Now what should i do...framework or something else is needed to get a job quickly.

Expert advice needed.

Thanks in advance.
 
Ranch Hand
Posts: 160
IntelliJ IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

deepak carter wrote:Hi

I have completed OCWCD yesterday with 78%.Now what should i do...framework or something else is needed to get a job quickly.

Expert advice needed.

Thanks in advance.


Hi Deepak

You should start by looking at the jobs available in your area. See what they're looking for, and if you see something that matches your skill set, apply for the job. Even if you don't know everything, you can learn it as you go along.

Good luck & congratulations on completing your OCWCD!
 
deepak carter
Ranch Hand
Posts: 165
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
somebody told me to go for framework like hibernate instead of ejb.can you advice me on this
 
Riaan Nel
Ranch Hand
Posts: 160
IntelliJ IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

deepak carter wrote:somebody told me to go for framework like hibernate instead of ejb.can you advice me on this


Hibernate is typically used within an EJB context, so you can't really do Hibernate without doing EJB.

Again, use market demand as an indicator. Look at job postings in your area, or phone a bunch of companies and find out if they are looking for developers, and what technologies they use.
 
Bartender
Posts: 10780
71
Hibernate Eclipse IDE Ubuntu
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

deepak carter wrote:somebody told me to go for framework like hibernate instead of ejb.can you advice me on this


Any answer you get is likely to be subjective. Personally, I love Hibernate, but then, I'm an old DBA.

One other thing you might think about is to read up on something like JPA, on which Hibernate is based. Think of it as the difference between pure Maths and Economics, or Physics and Engineering: the first will help you to the second, but you can't really get the second without the first. It may also help you with other persistence architectures.

Winston
 
Bartender
Posts: 5167
11
Netbeans IDE Opera Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moved from Beginning Java
 
deepak carter
Ranch Hand
Posts: 165
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for expert advice which i needed
 
Winston Gutkowski
Bartender
Posts: 10780
71
Hibernate Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

deepak carter wrote:thanks for expert advice which i needed


Not sure if I'm included in 'expert', but you're very welcome.

Winston
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hibernate is typically used within an EJB context, so you can't really do Hibernate without doing EJB.



Not true. Hibernate is a framework that can be used independent of EJBs. You could use hibernate with POJO java applications for example.

Whether you would like to learn EJBs or Hibernate is subjective. What are skills are jobs in your area demanding ? Skills for hibernate / EJB / Spring ?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic