• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

project idea

 
Ranch Hand
Posts: 115
Firefox Browser Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,i had passed the scwcd exam a few days ago,now thinking of putting my skills to use.Can you guys please help me out in deciding the project,as in what the project should be on?
 
Ranch Hand
Posts: 331
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
SCWCD concentrates on the fundamentals of web-development. Servlets, JSPs, Filters etc..

But in real world, these alone won't be enough. And you'd most certainly be using a web-framework. So my recommendation would be to try out a project using a web-framework.
Spring-MVC is a popular choice on that. If you were looking for ideas on what a project could be on, some sort of e-commerce application would be a good start. Like a mini amazon.com
 
Sheriff
Posts: 9707
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Although what Vishwanath said is true, you can make a project in just Servlets and JSP if you are looking for practice. You can try to implement some design patterns like MVC in the application to try something new. You can make a employee management system where every employee registers their attendance, apply for leave etc. There are many other management systems you can implement although I like Vishwanath's idea of e-commerce application over my idea
 
Ranch Hand
Posts: 50
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

sumedha rao wrote:Hi,i had passed the scwcd exam a few days ago,now thinking of putting my skills to use.Can you guys please help me out in deciding the project,as in what the project should be on?



Why don't get a freelance job about Servlets and JSPs?

As other guys suggested, in real world there is a number of frameworks that are using in development like Struts, Spring, Hibernate. Let get your hands dirty with these
 
sumedha rao
Ranch Hand
Posts: 115
Firefox Browser Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
@Vishwanath Krishnamurthi and Ankit Garg yes it is indeed a great idea to implement at the beginners level.@Nam Ha i have been looking out for such online freelance jobs,but none of my bids get selected thanks for your suggestions.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic