Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Proprietary Pieces to Weblogic Workshop

Status
Not open for further replies.

scohan

Programmer
Dec 29, 2000
283
0
0
US
Can anyone tell me the proprietary pieces one would encounter when using Weblogic Workshop to develope web services and EJBs (stateless session and possibly message beans)? e.g., jws, jcx, callbacks, etc.?

The client has Weblogic and I'm looking to see if it will make things easier for the developers. Any advice is welcome as well as alternative development suggestions.

Thanks.
 
If intent on using a web service (I am taking you actually mean a web *service* rather then a web *site*) that utilises backend EJB, then you will need these technologies :

For the web service :
SAAJ/SOAP
XML-RPC
general knowledge in XML

For EJB :
EJB !
general knowledge in JDBC and Databases & SQL

If you mean a web site :
JSP
Servlets
HTML/CSS/Javascript
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top