Amn,

On 5/8/23 10:20, Amn Ojee Uw wrote:
I am trying to learn how to program web pages using Java, but I am having serious difficulties understanding the how to. So, is there a source [books, web sites, etc.] anyone here can recommend me.

How much do you want to read, and how much do you want to know?

If you just want to dabble in JSP, google for "JSP tutorial" and have at it.

If you want to learn like everything, I can recommend "Professional Java for Web Applications" by Nick Williams.

Whatever you choose, be sure to look at the copyright date: there are loads of books out there published in 2001 which have really terrible advice. By 2014, pretty much everything had settled down but now there is a new big change: the switch from Java EE to Jakarta EE and AFAIK there aren't any books that cover the new APIs. Those APIs are somewhat literally just "global search-and-replace javax. -> jakarta." but there are some subtle changes.

If you start with Java EE ("old style") then use Tomcat 9. If you start with Jakarta EE, then use Tomcat 10. (You can technically use Tomcat 10 for both, but there's no need to complicate your life too much with the differences at this point).

-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to