Using JSTL to Enhance JSP Functionality
JSTL stands for JavaServer Pages Standard Tag Library; it provides a set of core Web page functionality that can perform many of the basic tasks, such as conditional and iterations of structural...
View ArticleUsing MongoDB in a Java EE7 Framework
The central point of creating an application to perform in an enterprise environment is that the application must be secure, portable, and highly available. It also must be able to interact with...
View ArticleWhat Is Hazelcast?
Introduction The post What Is Hazelcast? appeared first on Developer.com.
View ArticleExplore the Java API for JSON Processing
JSON, which stands for JavaScript Object Notation, is a text-based, open standard, language independent data exchange format, primarily used to serialize/deserialize and transmit data over a network...
View ArticleWorking with JavaFX UI Layouts
UI layouts form the basis of an interface design wherein we generally place controls in a manner so that overall interface have a consistent look. Most GUI frameworks provide some sort of a support in...
View ArticleUsing Oracle JDeveloper 12c with Oracle Database, Part 2
Oracle JDeveloper and Oracle Database provide an integral environment for managing a database, including creating database tables. In the first of two tutorials, “Using Oracle JDeveloper 12c with...
View ArticleWhat is Spring Integration?
Spring provides support for application integration across enterprise frameworks by using an extension called Spring Integration. The primary goal is to facilitate applications with diverse business...
View ArticleGetting Started with Spring and Vaadin
Vaadin, down the years, has matured; so has Spring. They can be a killer combination when it comes to developing Web-based applications. Vaadin can be used do the presentation work whereas Spring does...
View ArticleAn Overview of Resource-Oriented Architectures
Learn about Resource-Oriented Architecture (ROA), why it is useful, and the best practices for using it. Service-Oriented Architecture (SOA) and resource-oriented architecture (ROA) are architectural...
View ArticleUsing Saxon for On-Demand XSL Transformations
As software developers explore and customize ubiquitous ERPs like Workday, as well as content management systems which are designed to output the same content in multiple forms, (such as PDFs and web...
View Article