Hi all , I have been given a task which is to create a (log in )web page , user has to log in to the page after that a page with many links of forms such as leave form, feedback form,complain form,...etc. once a user has clicked to one of forms , the form page will be appeared to him/her to fill in. when it is finished, the details of the filled form goes to an e-mail

my questions:
1 - may I use java applet to create the (log in) page and form pages
if so , please guide me to tutorials I will try to do it by myself please

2- I have two operating systems linux and windows which one is better , because I have been asked to work in linux(web server) and I am not that much familiar with it So can I work in windows, I create the servlet programs and applets then I transferred the programs to Linux easily, is it possible to do that .

3-what version of servlet I may use and which server (tomcat )
or (JSWDK) I use for testing before going to web server

If you are new to JSP then read a book (JSP-Servlet).

> may I use java applet to create the (log in) page and form pages.
You can use an applet but they are avoided due to security problems.

>I have two .....nsferred the programs to Linux easily, is it possible to do that .
Yes

>what version of servlet I may use and which server (tomcat )
or (JSWDK) I use for testing before going to web server.
Read this.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.