VOOZH about

URL: https://www.javacodegeeks.com/tag/mvc

⇱ MVC Archives - Java Code Geeks


  • Enterprise Java👁 spring-interview-questions-answers
    Eidher JulianDecember 14th, 2020
    0 190

    Spring MVC REST

    Representational state transfer (REST) is an architectural style that describes best practices to expose web services over HTTP, emphasizing performance,…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Hussein TerekMarch 7th, 2018
    1 461

    Spring Boot & JSP

    This guide shows how to use Spring Boot to create MVC web application with JSP. Prerequisites: Eclipse IDE (neon release)…

    Read More »
  • Software Development👁 Image
    Sandro MancusoSeptember 22nd, 2017
    1 392

    MVC, Delivery Mechanism and Domain Model

    Model-View-Controller (or MVC for short) is one of the most misunderstood design patterns in software design. MVC has its origins in the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Alex TheedomSeptember 1st, 2017
    5 354

    What is JavaServer Faces (JSF)

    This is a two-part series in which I look at JSF 2 and how it fits into the Java EE…

    Read More »
  • Software Development👁 Image
    Yegor BugayenkoDecember 14th, 2016
    1 212

    MVC vs. OOP

    Model-View-Controller (MVC) is an architectural pattern we all are well aware of. It’s a de-facto standard for almost all UI…

    Read More »
  • Software Development👁 Image
    Michael HeinrichsOctober 13th, 2016
    3 157

    MVC is dead – what comes next?

    React.js, Elm, Cycle.js, and other UI frameworks introduced a new way of building user interfaces. By applying principles from functional reactive…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagApril 29th, 2016
    0 121

    Java EE 8 MVC: Global exception handling

    In the previous previous posts we learned about various ways to access request information (e.g. query or path parameters) in…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagMarch 16th, 2016
    0 111

    Java EE 8 MVC: Working with bean parameters

    In the last posts we saw how to access query, path and form parameters in MVC Controllers. This post shows…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Ondrej MihalyiFebruary 15th, 2016
    0 139

    MVC 1.0 in Java EE 8: Getting started using facelets

    MVC 1.0 is an action-based Model-View-Controller web framework, which will be a part of future Java EE 8. It will…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close