What is the best choiche

Hello

I need to write an application for my master degree.

The application is about managing database something like phpMyAdmin. But i need it to be able to use more than one DB.

My question is:

I am not too familioar with JSP and i whant to know if my solution is the best choiche.

I whant to write my application using APPLETS and Java Servlets, so i can acces the Databasa enywhere.

Do you think is the best choiche for this ?

If not,can anyone help me to find the right choiche ?

Thank you ( sorry for my bad english )

Cheers !

[593 byte] By [JKodera] at [2007-11-26 21:55:45]
# 1
what is a choiche?
mkoryaka at 2007-7-10 3:51:49 > top of Java-index,Java Essentials,Java Programming...
# 2
sorry i mean choice
JKodera at 2007-7-10 3:51:49 > top of Java-index,Java Essentials,Java Programming...
# 3
i wouldnt use applets. applets are evil. use jsp and jslt, use servlets and beans.
mkoryaka at 2007-7-10 3:51:49 > top of Java-index,Java Essentials,Java Programming...
# 4
Forget applets: JSP+servlets is sufficient.Take the tutorial: http://java.sun.com/javaee/5/docs/tutorial/doc/
DrLaszloJamfa at 2007-7-10 3:51:49 > top of Java-index,Java Essentials,Java Programming...
# 5
Thank you !I hope i will finish it in time :)THANK YOU !
JKodera at 2007-7-10 3:51:49 > top of Java-index,Java Essentials,Java Programming...
# 6
> Thank you !> I hope i will finish it in time :)> THANK YOU !Mind you, that's just a tutorial. After mastering all of that, you need to try something more challenging.
DrLaszloJamfa at 2007-7-10 3:51:49 > top of Java-index,Java Essentials,Java Programming...
# 7

try this book: JavaServer Pages (your vsual blueprint for designing dynamic content with JSP). You can get more information from www.hungryminds.com

The book is pretty straightforward and helps you learn with pictures, read less, learn more kind of approach.

I am quite confident that you should be fine in a week(atleast to start your project), and there are awesome people here on this forum to help you out.

Good Luck!!!

NasirMunira at 2007-7-10 3:51:49 > top of Java-index,Java Essentials,Java Programming...
# 8
I already started my project but is more and more complicated. At least it seems so.I know Swing preety well and that's wy i was asking for applets :)But i will read the books and mabye i will lear JSP better
JKodera at 2007-7-10 3:51:50 > top of Java-index,Java Essentials,Java Programming...