JMatter Framework

Posted by Sunil Prakash Inteti in the early afternoon: April 8, 2008

The aim of this blog is to introduce the audience about JMatter framework and its features and capabilities.

JMatter is a software application framework. It is designed specifically for building business software applications for work groups. Variety of applications can be developed using JMatter like accounting software, software for legal firms etc.

The main advantage of JMatter applications is the massive reduction in the development time. Development time is unbelievably small when compared to traditional methods of developing software.

Let see how this is possible.
(more...)

Appfuse 2.0 Review

Posted by Balaji D Loganathan mid-afternoon: March 1, 2008

AppFuse is an open source project and application that uses open source tools built on the Java platform to help you develop
web applications quickly and efficiently.

In a typical web application, it is common to have a login screen, registration screen, content storage in database, security and most importantly testing.

When building a Java web application, we might start adding one jar file after another to implement a particular user story.

For example, if i want to have ACEGI security for my web app, I might download ACEGI jar, map and configure it in web.xml and security.xml files.

What if, there exists a toolkit that already provides these common features to us. ?
(more...)

Automatic test data generation

Posted by Erik Jan de Wit in the late afternoon: February 28, 2008

We’ve all being there, we’ve all had this on a project once or maybe even more times. The assignment is to build an application but there is no data for you to work with. There could be any number of reasons this could be the case - to name a few, the web-service that should be connected is not done in time, the database migration is postponed. Then someone has to create database scripts with test data, or implement a test web-services. This is all a waste of time.

But lucky for you now there is a solution.
(more...)