News

One of the fundamental goals of JSP pages is to decouple business logic from presentation; often JSP page developers tend to use a lot of messy scriptlet code. This approach not only clutters the page ...
Insomnia has a streamlined interface and focus. Postman has extensive features for end-to-end development. Choosing comes down to... 8 best practices for creating architecture decision records An ADR ...
So I decided to jump into JSP for a job that I want to take. I have a lot of Cold Fusion experience. So I have learned the basics of JSP and have built a typical view/add/edit/delete sequence that I ...
One great benefit of JSP and J2EE is that they enable the developer community to speak a common language. The downside of those technologies is that they sometimes require a lot of mindless coding ...
Orbeon's engineers constantly work with bleeding-edge XML and J2EE technologies and frequently publish papers and articles. They are the developers of Model 2X and XPL. These technologies are ...
The View Helper pattern specifies that you use helpers to adapt model data to the presentation layer of an application. Typically, the presentation layer contains several JSP (JavaServer Pages) pages.