JBoss Seam is an application framework for Enterprise Java. We view Seam as the missing framework that should have been included in Enterprise Java. It sits on top of Java EE frameworks to provide a consistent and easy-to-understand programming… Read more ›
JavaServer Pages (JSP) is a technology that helps software developers create dynamically generated web pages based on HTML, XML, or other document types. Released in 1999 by Sun Microsystems. JSP is similar to PHP, but it uses the Java… Read more ›
Groovy … is an object-oriented programming language for the Java platform. It can be used as a scripting language for the Java Platform, is dynamically compiled to Java Virtual Machine (JVM) bytecode, and interoperates with other Java code and… Read more ›
JavaScript (JS) is an interpreted computer programming language. It was originally implemented as part of web browsers so that client-side scripts could interact with the user, control the browser, communicate asynchronously, and alter the document content that was displayed. The… Read more ›
Representational State Transfer (REST) is a style of software architecture for distributed systems such as the World Wide Web. REST has emerged as a predominant web service design model. The term representational state transfer was introduced and defined in… Read more ›