• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

J2EE Spider (eclipse tool) - increasing productivity in JEE projects

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
At the end of January we released the J2EE Spider 1.0.0-M1.

This version has several important features and even a new look. Watch the video (link below)!

An important feature of the tool - the generation of CRUDs is now also available. For these reasons are changing from version 0.3.0 to 1.0.0-M1.


Video:

Watch the new video with a demonstration of the tool:

Windows (self-executable):
- http://downloads.sourceforge.net/j2eespider/spider_video-1.0.0-M1.exe?use_mirror=osdn

Multiplatform (shown on the browser):
- http://downloads.sourceforge.net/j2eespider/spider_video-1.0.0-M1.zip?use_mirror=osdn

Project Objetives:

We want to take a step ahead. Even though there are other tools for code generation, none is nice enough. Some are difficult to use, others don't have a friendly interface or are executed through prompt commands, some generate bad code and don't allow customization and others only allow one code generation per project or don't allow an incremental generation or technologies alteration.

Thus, the objective of J2EE Spider is:
Generating codes whenever you want, with whatever you want and however you want.

When allow us to generate codes not only in the beginning of the project, but also to perform an incremental build. This concept of successive builds uses merge whenever necessary so that it won't lose customizations that may have been done in the code.

With what is the flexibility in the choice of frameworks. This allows the developer to decide which technologies will be part of the generated code, taking advantage of his/her team's know-how. In the future, it is intended to allow the generation with the greatest possible number of frameworks.

How allows us to alter the generation code template so that the generated code will be as similar as possible to the development methodology of each team. It is also possible to add new resources to the standard code generation in an easy and simple way.

Web-Site:

http://www.j2eespider.org
[ February 12, 2008: Message edited by: Bruno G. Braga ]
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nicely done!

-Cameron McKenzie
 
reply
    Bookmark Topic Watch Topic
  • New Topic