The Artima Developer Community
Sponsored Link

Java Answers Forum
j2ee projects

5 replies on 1 page. Most recent reply: Mar 4, 2003 11:32 AM by Rahul.S

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 5 replies on 1 page
Rahul.S

Posts: 7
Nickname: rahuls
Registered: Feb, 2003

j2ee projects Posted: Feb 25, 2003 11:01 AM
Reply to this message Reply
Advertisement
Hi

I know EJB,XML,JSP theoretically.Kindly suggest me some sites which helps me to do a sample J2EE project (& gain practical experience) so that I can qualify in the written test/interviews.

Thanks in advance
rahul


Sri Nivas

Posts: 5
Nickname: seeknew
Registered: Mar, 2003

Re: j2ee projects Posted: Mar 1, 2003 3:01 PM
Reply to this message Reply
Did u look at Sun's pet store sample application?

Rahul.S

Posts: 7
Nickname: rahuls
Registered: Feb, 2003

Re: j2ee projects Posted: Mar 4, 2003 1:39 AM
Reply to this message Reply
Hi Seeknew

Thanks for your suggestion.I'l look at it.Let me know if you have some more suggestions/advice for me.

thanks

Alex S

Posts: 27
Nickname: andu
Registered: Mar, 2003

Re: j2ee projects Posted: Mar 4, 2003 3:11 AM
Reply to this message Reply
Just a hint ...

If you want to develop EJB's, check XDoclet open source tool at http://sourceforge.net/project/showfiles.php?group_id=31602. It will help you to generate most of the source file you'll need (normally, you have to write more then 5 files for an EJB component; with xdoclet you can write only one file, the bean, and the rest of them will be generated for you).

Also, you will need to know developing with Ant tool. If you don't, you can find it at http://ant.apache.org/.

Amanpreet Singh

Posts: 1
Nickname: amanpreet
Registered: Feb, 2003

Re: j2ee projects Posted: Mar 4, 2003 4:10 AM
Reply to this message Reply
hi
theoretical knowledge is ok but important thing is to develpo some professional application(may be dummy) and implement tech there.

Amanpreet
amanpreets@netsoftglobal.com

Rahul.S

Posts: 7
Nickname: rahuls
Registered: Feb, 2003

Re: j2ee projects Posted: Mar 4, 2003 11:32 AM
Reply to this message Reply
Thank you Alex & Amanpreet Singh.

Flat View: This topic has 5 replies on 1 page
Topic: Java vs. Windows API Previous Topic   Next Topic Topic: Dynamic way of finding sub classes

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use