Introduction This article provides an introduction to Ruby on Rails. Ruby is a programming language that is interpreted and Rails is a framework written on top of Ruby for writing Web Applications. The article starts with an introduction to Ruby with respect to the basic syntax usage and provides plenty of samples for illustrating conditional [...]
Archive | October, 2010
Struts LOGIC present and notPresent Tag ( <logic:present> and <logic:notPresent>)
October 12, 2010
Struts LOGIC Tag Library Struts LOGIC tag library provides tags that are useful in managing conditional generation of output text, looping over object collections for repetitive generation of output text, and application flow management. Read Integrating Struts With Spring Syntax to use Struts LOGIC tag library 1 <%@ taglib prefix="logic" uri="http://struts.apache.org/tags-logic" %&> logic:present and logic:notPresent [...]
Struts LOGIC lessEqual and lessThan Tag ( < logic:lessEqual > and < logic:lessThan >)
October 12, 2010
Struts LOGIC lessEqual and lessThan Tag ( < logic:lessEqual > and < logic:lessThan >) Struts LOGIC Tag Library Struts LOGIC tag library provides tags that are useful in managing conditional generation of output text, looping over object collections for repetitive generation of output text, and application flow management. Read Integrating Struts With Spring Syntax to [...]
Struts LOGIC greaterEqual and greaterThan Tag ( <logic:greaterEqual> and <logic:greaterThan>)
October 12, 2010
Struts LOGIC greaterEqual and greaterThan Tag ( <logic:greaterEqual> and <logic:greaterThan>) Struts LOGIC Tag Library Struts LOGIC tag library provides tags that are useful in managing conditional generation of output text, looping over object collections for repetitive generation of output text, and application flow management. Read Integrating Struts With Spring Syntax to use Struts LOGIC tag [...]
BIRT 2.6 Data Analysis and Reporting
October 9, 2010
BIRT 2.6 Data Analysis and Reporting BIRTis an open source business intelligence and reporting tool, built on top of the Eclipse Framework. BIRTis used by developers for building reports that can best represent data and tell a story of that data that is easy to follow. In addition, BIRTcan be integrated into a product, to [...]
Groovy for Domain-Specific Languages
October 8, 2010
Groovy for Domain-Specific Languages The Java virtual machine runs on everything from the largest mainframe to the smallest microchip and supports every conceivable application. But Java is a complex and sometimes arcane language to develop with. Groovy allows us to build targeted singlepurpose minilanguages, which can run directly on the JVM alongside regular Java code. [...]
Introduction to Spring Web Flow (SWF)
October 6, 2010
Introduction Spring Web Flow is a framework developed on top on Spring Web MVC that aims in capturing the flow of an application so that it is possible for the application developers to design web application based on use-cases in the form of flows. Organization of multiple flow can be easily managed through the definition [...]
Designing and Developing Secure Java EE Applications using GlassFish Security
October 6, 2010
GlassFish Security We are living in a world full of dazzling wonders, and ifor one always enjoy encountering them. Software development is one of the wonders that dazzles me because of its enormously vast domain, including many concerns and subjects of interest. Looking at this domain from any distance, we will see one big and [...]
Struts BEAN Resource Tag ( < bean:resource >)
October 3, 2010
Struts BEAN Resource Tag ( < bean:resource >) Struts BEAN Tag Library Struts BEAN tag library provides tags which are usefull in accessing beans and their properties as well as defining new beans (based on these accesses) that are accessible to the remainder of the page via scripting variables and page scope attributes. Convenient mechanisms [...]
Struts BEAN Size and Header Tag ( < bean:size > and < bean:header >)
October 3, 2010
Struts BEAN Size and Header Tag ( < bean:size > and < bean:header >) Struts BEAN Tag Library p>Struts BEAN tag library provides tags which are usefull in accessing beans and their properties as well as defining new beans (based on these accesses) that are accessible to the remainder of the page via scripting variables [...]






October 13, 2010
0 Comments