Web application framework and Java middleware
Web application frameworks help enterprise application developers focus on the business logic that makes enterprise application indispensable without focusing too much effort on ensuring that the applications work across browser platforms. The write once, run anywhere promise of the Java language only extends so far. Server-side developers must still concern themselves with Java integration into the enterprise architecture. Frequently, Java middleware platforms will be necessary to integrate enterprise Web applications.
New & Notable
Web application framework and Java middleware News
-
December 25, 2021
25
Dec'21
Simple Struts 2 file upload example
In this Struts 2 file upload example we show you to take a local resource and upload it to a remote Java application server. All a developer needs is a file, a browser and an Internet connection ...
-
June 30, 2020
30
Jun'20
A Bitnami WordPress stack installation and examination
Sometimes it's fun to see how components in open source projects are architected together. I installed a Bitnami WordPress stack onto my laptop Here I to see how the popular blogging platform works.
-
March 28, 2019
28
Mar'19
JavaScript popularity drives TypeScript adoption among devs
More developers choose to work with JavaScript to build web, server-side and mobile applications, while TypeScript has quickly gained traction, according to recent analysis.
-
October 04, 2017
04
Oct'17
Manico and Grimstad bring Java tech to life at JavaOne 2017
Engaging speakers like Jim Manico or Ivar Grimstad can make all the difference when choosing a session at a conference like JavaOne 2017 than the session syllabus.
Web application framework and Java middleware Get Started
Bring yourself up to speed with our introductory content
-
AJAX (Asynchronous JavaScript and XML)
AJAX (Asynchronous JavaScript and XML) is a technique aimed at creating better and faster interactive web apps by combining several programming tools including JavaScript, dynamic HTML (DHTML) and Extensible Markup Language (XML). Continue Reading
-
Use the Struts jQuery plugin to simplify Ajax request cycles
The Struts 2 Ajax template is deprecated, but the Strut jQuery plugin is a more than capable replacement. In this Struts jQuery tutorial we show you how to integrate Ajax calls into your modern ... Continue Reading
-
Struts 2 development with the Eclipse IDE tutorial
The combination of Apache Struts and Eclipse makes for a powerful development environment. Learn how to integrate the two open source tools and get developing Java web applications quickly. Continue Reading
Evaluate Web application framework and Java middleware Vendors & Products
Weigh the pros and cons of technologies, products and projects you are considering.
-
HashMap vs. Hashtable: Which map should you choose?
When HashMap replaced Hashtable as part of the Java 1.2 release, it moved away from how developers previously used the collections API and Java maps. Continue Reading
-
The best Java frameworks for web application development of 2020
Client-side JavaScript frameworks are all the rage, but they aren't always the right answer if you want to deliver a web-based experience for your browser-based clients. If you want to distance ... Continue Reading
-
Packaging Java programs in the modern age of microservices and mobile apps
The packaging of Java programs has taken an interesting turn, as the original JAR format becomes a favorite even for Java web apps deployed as microservices. Continue Reading
Manage Web application framework and Java middleware
Learn to apply best practices and optimize your operations.
-
Convert JPEG to SVG to improve webpage performance
Vector images open the door for multiple benefits on HTML webpages. Consider SVGs instead of raster images to boost HTML speed and improve overall image clarity. Continue Reading
-
React and Angular frameworks speeding up JavaScript performance
New JavaScript frameworks, like React and Angular, are changing the way web and mobile UIs are developed, with performance being one of their strongest traits. Continue Reading
-
Beat performance monitoring hurdles in single-page interface world
This podcast discusses how frameworks like AngularJS have simplified the creation of single-page interface applications, but have created new performance monitoring challenges. Continue Reading
Problem Solve Web application framework and Java middleware Issues
We’ve gathered up expert advice and tips from professionals like you so that the answers you need are always available.
-
How elegant code can hurt HTML5 performance
Elegant code can lead to cleaner, precise steps. But it can also lead to application performance bottlenecks, argues Mozilla's Andreas Gal. Continue Reading
-
Incorporating Google Maps to the Java desktop
Rob Terpilowski discusses how he and his architect team brought Google Maps to the Java desktop in this video from JavaOne 2014. Continue Reading