| Author |
What to use ? jsp and html or call Applet from servlet?
|
Rushi Patel
Greenhorn
Joined: Sep 14, 2011
Posts: 17
|
|
Hello every one..!
I am working on an application that deals with restaurant ordering system...!
Which basically need database connection and good GUI...!
so i am confused , how to implement in effecient and effective way ???
i have two option either i can directly use MVC architecture like jsp+Servlet+model(pure java class that deal with databas)
or i can call applet from servlet and give swing GUI in it so it can look awsm..!
Can you suggest me what can be best way ???
Main focus on GUI + Database connectivty and its interaction.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56207
|
|
|
Personally, I wouldn't touch Applets with a 10-foot pole, so I'd stay with a servlet, JSP, HTML, CSS and JavaScript solution.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: What to use ? jsp and html or call Applet from servlet?
|
|
|