| Author |
Need An Idea
|
Muhammad Uzair Baig
Greenhorn
Joined: Mar 02, 2004
Posts: 12
|
|
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
|
 |
Mishra Anshu
Ranch Hand
Joined: Sep 16, 2003
Posts: 224
|
|
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.
|
"Ignorance is bliss"
|
 |
Afroz Ahmed
Ranch Hand
Joined: Jan 18, 2004
Posts: 64
|
|
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
|
The value of an idea lies in the usage of it.
|
 |
 |
|
|
subject: Need An Idea
|
|
|