Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Servlets & JSP, Custom Tags etc

  • 25-02-2016 09:40AM
    #1
    Registered Users, Registered Users 2 Posts: 6,505 ✭✭✭


    Just wondering, are Servlets and JSPs along with Custom Tags and JavaBeans still used in web development these days? I haven't turned my hand to web dev in years so am wondering are these still relevant today?

    I've read that they are often the foundation for other frameworks on but I'm asking specifically do web developers actually write Servlet code along with JSP as part of their daily tasks on modern web based applications?


Comments

  • Registered Users, Registered Users 2 Posts: 1,275 ✭✭✭bpmurray


    Yes.

    But new systems tend to have a loosely coupled architecture using REST rather than the java-heavy JSP with stuff like JSF.


Advertisement