Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » J2EE example code for Eclipse
J2EE example code for Eclipse [message #121126] Thu, 01 December 2005 19:43 Go to next message
Eclipse UserFriend
Originally posted by: sher.sherware.net

Hi,
I've been searching for a simple J2EE example
application with code and Eclipse project so
that I can learn J2EE, eclipse and Tomcat.
I've tried to find examples via Google and also
on the eclipse site but can't seem to find any
- except for the basic Hello World.
I'm looking for a simple example which would
get me up to speed on EJBs, deployment descriptors
and all the J2EE plumbing which I find quite confusing.
I'm experienced with Servlets, JSP pages and JAVA,
but need to get upto speed on EJBs and the J2EE
Framework. I conceptually understand the MVC framework
and the idea behind EJBs but I need to know the
nuts and bolts and would like a good example
project which covers J2EE but isn't way too complicated.
I'd really appreciate any help in this regard.
Please feel free to email me directly at sher@sherware.net
Thanks :)
-Sher
Re: J2EE example code for Eclipse [message #121340 is a reply to message #121126] Fri, 02 December 2005 18:00 Go to previous messageGo to next message
Randy D. Smith is currently offline Randy D. SmithFriend
Messages: 394
Registered: July 2009
Senior Member
Long ago, in a galaxy far away, I was in your shoes and stumbled across
a great tutorial that told me everything I needed to know. I think <
http://www.objectlearn.com/support/docs/index.jsp > is the current
instantiation of that tutorial, though it looks like it has been
"polished" extensively since I came across it.
--
RDS


Sher wrote:
> Hi,
> I've been searching for a simple J2EE example
> application with code and Eclipse project so
> that I can learn J2EE, eclipse and Tomcat. I've tried to find examples
> via Google and also
> on the eclipse site but can't seem to find any
> - except for the basic Hello World. I'm looking for a simple example
> which would get me up to speed on EJBs, deployment descriptors
> and all the J2EE plumbing which I find quite confusing.
> I'm experienced with Servlets, JSP pages and JAVA,
> but need to get upto speed on EJBs and the J2EE Framework. I
> conceptually understand the MVC framework
> and the idea behind EJBs but I need to know the
> nuts and bolts and would like a good example project which covers J2EE
> but isn't way too complicated.
> I'd really appreciate any help in this regard.
> Please feel free to email me directly at sher@sherware.net
> Thanks :)
> -Sher
>
Re: J2EE example code for Eclipse [message #123069 is a reply to message #121340] Fri, 09 December 2005 20:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sherkhurshid.hotmail.com

Hi,
is there any way to deploy a J2EE application
(i.e. EJBs, Servlets and JSP pages) with Eclipse
and the SYSDEO Tomcat plugin without resorting to
additional plugins like LOMBOZ, or Eclipse WTP ?
I have Eclipse 3.1, Tomcat 5, and the
SYSDEO Tomcat plugin. I'd like to get the
cmp bean exampls and J2EE examples from
"The J2EE Tutorial" book (published by Sun
- also came with the SunOne Server) running in
my setup.
Much Appreciated :)
-Sher
Re: J2EE example code for Eclipse [message #123095 is a reply to message #123069] Fri, 09 December 2005 23:02 Go to previous message
Steve Blass is currently offline Steve BlassFriend
Messages: 276
Registered: July 2009
Senior Member
Sher wrote:

> Hi,
> is there any way to deploy a J2EE application
> (i.e. EJBs, Servlets and JSP pages) with Eclipse
> and the SYSDEO Tomcat plugin without resorting to
> additional plugins like LOMBOZ, or Eclipse WTP ?
> I have Eclipse 3.1, Tomcat 5, and the SYSDEO Tomcat plugin. I'd like to
> get the
> cmp bean exampls and J2EE examples from
> "The J2EE Tutorial" book (published by Sun
> - also came with the SunOne Server) running in
> my setup.
> Much Appreciated :)
> -Sher
>
All on one box? I know how to do it caveman style. Create a project,
and then from the File menu choose New->Folder and click the Advanced
button and check 'Link to folder in file system' and choose the top
folder of your tomcat deployment directories. Now you can drag and drop
to deploy and you can also edit files in the live server deployment
tree. This can even work across boxes if the folder chooser can see the
remote folder in the network file system.

Otherwise, the WTP all in one package isn't so bad. You can unzip the
distribution file in a new directory and aim that eclipse's workspace at
the one you have now. You may have to (re)install the SYSDEO plugin in
the WTP copy of eclipse though. An installation agnostic workspace and
enough room for multiple eclipses can be a real plus for keeping up with
WTP.

-
Steve
Previous Topic:Ugly Error Message in RunTime
Next Topic:How does one locate the java executable and various JAR files in the classpath?
Goto Forum:
  


Current Time: Thu Dec 26 23:35:50 GMT 2024

Powered by FUDForum. Page generated in 0.07392 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top