• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

EJB or Web services

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends,
I am a new memeber of this group,
heard a lot of this forum that its help a lot.

I am into java domain from past 1 year.
now i want to learn some advance concepts.

I dont know which side to go..
Web services market is hot..

so can you please tell me which technology out of webservices or ejb shoud i go for .

ofcourse i want to do both the things
but which should i go first ...

Also please tell me the pros and cons of both the things..
thanks in advance
Vishwanath
SCJP(preparing)
 
Ranch Hand
Posts: 176
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Web Services has been buzzing around for some time now and is still to take-off. I am not sure if it would any time soon. What do other people think ? I think EJB on the other hand is a much popular technology and with ejb 3.0 there are some new things to learn. I'd say go for EJB.
 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Go for both!!!just my two cents
 
Ranch Hand
Posts: 538
Hibernate Eclipse IDE Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi vishwanath !

so can you please tell me which technology out of webservices or ejb shoud i go for .

Go for EJB first, they are a basic for what you have to know about architecture, and WS are simply a way of exposing them remotely, and are easier to learn than EJB.
What is more WS are now being eclipsed by SOA and SCA, which imply you must master J2EE architecture first, so go first for EJB.

Best regards.
 
When you have exhausted all possibilities, remember this: you haven't - Edison. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic