• 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

Need An Idea

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all genius peoples
I need idea about my university project which is must be a database based and using jsp as a front hand. If any of u have any idea so please tell me.
Waiting for ur replay
Best Regards
Uzair Baig
 
Ranch Hand
Posts: 224
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Learn MVC Architecture.
Then implementing the Jsp Model 2 Architecture, which is similar to MVC
will be a nice idea.
As you are looking for Database to be there, The Model Part will communicate with the DB.
Presntation would be taken care by JSP(View).
And all the contols would be done by Controller(Your's Servlet).
Now what do you exactly want to implement, is your's choice and interest.
Hope it would give you some idea.
 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
First learn how to develop custom tag libraries.And develop a custom tag library containing tags that does databse or sql related operaions.
<mydbtaglib:create name="studtable">
<mydbtaglib:field name="studname" type="text" />
</mydbtaglib>
The above tag must create a studtable with studname field.
Like this create a complete tag library for sql.
Regards
Afroz Ahmed
SCJP 1.4,SCWCD on track
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic