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

need advice

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,I need to get hands-on experience in Java,J2EE. I have theoretical knowledge and an SCJP. Am currently preparing for WCD. Where can I find some sample projects so that I can learn how to build a small application to start with ??
 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Very Effective and almost free way -

Download the final releases of open source tools like Struts / Spring, they come bundled with sample applications.

Configure the development environment on your system ideally using Eclipse, My SQL & Tomcat etc. (All free and open source tools) then import and run the sample applications provided with Struts / Spring etc.

That way you'll not only have some hands on exercise of configuring and running J2EE applications, you can play around and go through the source code of these applications to quickly have hands on experience.
 
Sumana Ch
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks...but where do I download them from?
Can you provide me any links...
 
Ranch Hand
Posts: 1252
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Sumana Ch:
Thanks...but where do I download them from?
Can you provide me any links...



You may Google it...Beleive me it's quite easy..
[ August 07, 2008: Message edited by: Ankur Sharma ]
 
Ranch Hand
Posts: 331
Python Ruby Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also look for e-books---they are easy to find,cost no money and most importantly, you can study from many sources as project development alone from home can tend to be tedious.
For ebooks, try searching intelligentedu.com for e-book blogs

A Sample e-book hosting site

and, Good luck
 
Sumana Ch
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
will try....thanks a lot !!
 
Sunit Gupta
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Sumana Ch:
Thanks...but where do I download them from?
Can you provide me any links...


Here are the essentials downloads -
  • JDK 1.5 Download Update 16
  • Struts Framework 1.3.8 - Download Documentation
  • Spring Framework 2.5.5 - Download Documentation
  • Eclipse IDE Download
  • Tomcat Webserver Download
  • MySQL Database Download (You'll need to register first, registration free)

  • [ August 07, 2008: Message edited by: Sunit Gupta ]
     
    Consider Paul's rocket mass heater.
    reply
      Bookmark Topic Watch Topic
    • New Topic