|
![]() |
K. Tsang CEng MBCS PMP PMI-ACP OCMJEA OCPJP
K. Tsang wrote:Welcome to the Ranch
For any Java web development, servlets and JSP represent the basic foundation. Having good knowledge in servlets will be a key to understanding many web frameworks out there like struts, spring and those mentioned in your book
A good intro book in servlets and JSP is Head First Servlets & JSP 2e by Kathy Sierra and Bert Bates.
SCJP 1.4, SCWCD 1.4 - Hints for you, Certified Scrum Master
Did a rm -R / to find out that I lost my entire Linux installation!
Joe Harry wrote:Servlets and JSP's are specifications that specify how to build web applications that are targeted to be run inside a Servlet / JSP container. Struts is a framework which itself is based on the JSP / Servlet API and provides us with some easy to use and convenient ways to tie UI with the controller.
My advice to you would be to dive into Scala / Play if you are into web development. I'm saying this because your question was "Is JSP relevant in 2015??" Having done Java EE development for over a decade, my opinion is No.. no more JSP's for me when I can do it much more lightweight, efficient and simple with HTML5, Play and a bit of Scala!
Experience keeps a dear School, but Fools will learn in no other.
---
Benjamin Franklin - Postal official and Weather observer
Experience keeps a dear School, but Fools will learn in no other.
---
Benjamin Franklin - Postal official and Weather observer
steven branigan wrote:If you were starting a new project, what would be your initial choice with regard to frameworks, API's etc.?
Bear Bibeault wrote:
So now I'm ready to answer this. Were I starting a new project, I'd not use any server-side UI framework. I'd create a RESTful API for the server and do the rest with JavaScript on the client using client-side MVC frameworks.
SCJP 1.4, SCWCD 1.4 - Hints for you, Certified Scrum Master
Did a rm -R / to find out that I lost my entire Linux installation!
What is that? Is that a mongol hoarde? Can we fend them off with this tiny ad?
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
|