crud

  • submit to reddit

Mock Table utility for CRUD operations

While learning a new technology we may need a database table to store the data. But creating a database, setting up jdbc connection and writing crud operation may be cumbersome. So I thought it would be good to have some mock utility to represent a table...

2 replies - 2426 views - 08/11/11 by Sivaprasadreddy... in Articles

Categorization and Comparison of Popular Web Frameworks in the Java / JVM Environment

The following article shows a categorization of Java / JVM web-frameworks, considering different types of web applications. The intention is to give an overview, not to start a flame war.

11 replies - 16511 views - 12/31/10 by Kai Wähner in Articles

Change Vision publishes free guide: "Zen and the Art of User Requirements"

Change Vision, Inc., based in Tokyo, Japan has launched a campaign along with a new release of the latest version of astah*, their UML and Mind Mapping editor. Through this campaign, Change Vision publishes the free guide, "Zen and the Art of User...

0 replies - 663 views - 12/19/10 by Satomi Joba in Announcements

Change Vision releases astah* 6.2 with new look. Enhanced efficiency makes diagrams more expressive with less time

Change Vision, Inc. on 30th of July announced the release of astah* 6.2, a new version of its lightweight UML editor integrated with ERD, DFD, CRUD and Mind Mapping. (Features vary on each edition). The main three features enhanced in astah* 6.2 are as...

0 replies - 819 views - 08/19/10 by Satomi Joba in Announcements

Spring Web Flow CRUD Tutorial

I'm currently studying Spring Web Flow (SWF). I want to share my experience in creating a simple CRUD Web application.Technologies used: JPA 1.0 Spring Framework 2.5 JSF 1.2 Facelets 1.1 Spring Web Flow 2.0 Maven 2 for build tool Any IDE you want (I use...

7 replies - 51516 views - 07/02/08 by Thomas Wiradikusuma in Articles