Main Menu
Home Tools Directory Submit Popular Site Top Rated Site - Licence - Programming Languages - Running Platform - Tool Form - Project Management - Configuration Management - Software Testing - Approach - Tool Function - Database and Data Management - Target Platform News & Press Releases RSS Feed
Google Ads



  Popular Tools (top10)  |  Top rated Tools (top10)  |  Sponsor Tools (5)  |  Reciprocal site (4)  

Main  arrow  Tool Function  arrow  Code generation  (124)


Sort by:   Title ( Title (A to Z) Title (Z to A)) Date ( Date (Old Links Listed First) Date (New Links Listed First)) Rating ( Rating (Lowest Score to Highest Score) Rating (Highest Score to Lowest Score)) Popularity ( Popularity (Least to Most Hits) Popularity (Most to Least Hits))
Tools currently sorted by: Popularity (Most to Least Hits)


Visit   Fast Code Eclipse Plugin    Last Update 2012/5/4 0:26
Category  Licence  arrow  Open Source  :  Programming Languages  arrow  Java  :  Tool Form  arrow  Plugin  arrow  Eclipse  :  Tool Function  arrow  Code generation  :  Programming Languages  arrow  SQL
Description
This is a free eclipse plugin designed to help write code faster in spring based applications. But it can be configured to work with many other kinds of applications as well. It also has very useful template machanism . With this feature, one is able to generate print/log statements with bunch of fields, create hql, create form fields in a jsp, create struts validation, create toString, etc. Also very useful is the database template machanism. With this feature, one is able to generate sql statements for insert, select, update, delete, etc.

Hits: 20  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   RGen    Last Update 2010/3/29 8:55
Category  Licence  arrow  Open Source  :  Programming Languages  arrow  Ruby  :  Tool Function  arrow  Code generation
Description
RGen is a framework supporting Model Driven Software Development (MDSD). This means that it helps you build Metamodels, instantiate Models, modify and transform Models and finally generate arbitrary textual content from it.

Hits: 20  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   BlazeMonster    Last Update 2010/1/14 7:35
Category  Licence  arrow  Open Source  :  Programming Languages  arrow  Java  :  Tool Function  arrow  Code generation  :  Programming Languages  arrow  Flex
Description
This application helps developers to generate Flex code to consume BlazeDS/LCDS Remoting services and also generate configuration file to expose Java classes as Remoting services. Developers can view response from a Remoting service, generate Flex code to invoke a Remoting service and also generate AS3 VO code for the Java classes.

Hits: 18  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   cqrs4j    Last Update 2010/1/14 7:45
Category  Licence  arrow  Open Source  :  Programming Languages  arrow  Java  :  Tool Form  arrow  Framework  :  Tool Function  arrow  Code generation
Description
Command Query Responsibility Segregation is an architectural pattern that makes a clear distinction between command processing -telling an application what to do- and query execution -which provides insight in the state of the application. State changes are done asynchronously, triggered by events. When building an application CQRS-style, you will find out that much of your code involves plumbing - code necessary just to generate, dispatch and handle events. The cqrs4j framework supports developers with the plumbing and wiring required to build such an architecture.

Hits: 17  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   WebRatio    Last Update 2009/4/21 3:49
Category  Licence  arrow  Commercial  :  Programming Languages  arrow  Java  :  Tool Form  arrow  Plugin  arrow  Eclipse  :  Approach  arrow  Agile Software Development (Scrum, Kanban, ...)  :  Tool Function  arrow  Code generation  :  Tool Function  arrow  Modelling  :  Database and Data Management  arrow  Data Definition  :  Database and Data Management  arrow  Schema generation  :  Target Platform  arrow  Web
Promote  Web Models Srl
Facsimile Number +39 02 45485989
Description
WebRatio is a Model Driven development environment that allows modeling and automatic generation of Web interface applications. The generated applications are standard Java and can be installed in any operating environment and integrated with any type of database or information system.

Hits: 17  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   HTML Purifier    Last Update 2008/1/8 11:19
Category  Licence  arrow  Open Source  :  Programming Languages  arrow  HTML  :  Tool Function  arrow  User Interface  :  Tool Function  arrow  Code generation
Description
HTML Purifier is a standards-compliant HTML filter library written in PHP. HTML Purifier will not only remove all malicious code (better known as XSS) with a thoroughly audited, secure yet permissive whitelist, it will also make sure your documents are standards compliant, something only achievable with a comprehensive knowledge of W3C's specifications. Tired of using BBCode due to the current landscape of deficient or insecure HTML filters? Have a WYSIWYG editor but never been able to use it? Looking for high-quality, standards-compliant, open-source components for that application you're building? HTML Purifier is for you!

Hits: 16  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Thinkwise Software Factory    Last Update 2011/9/28 21:57
Category  Licence  arrow  Commercial  :  Running Platform  arrow  Windows  :  Running Platform  arrow  Web  :  Tool Form  arrow  Software  :  Tool Function  arrow  User Interface  :  Tool Function  arrow  Code generation  :  Tool Function  arrow  Modelling  :  Database and Data Management  arrow  SQL Server  :  Database and Data Management  arrow  DB2  :  Tool Function  arrow  Requirements
Promote  Thinkwise Software
Description
The Thinkwise Software Factory Suite is an integrated development environment with which business software can be easily developed, tested and managed. It is even possible to automatically modernize existing software. The Thinkwise environment is particularly suitable for developing business software, such as ERP applications, research applications and apps. This type of software may consist of workflow, user interface in Windows, Web or mobile devices, application logic/services and database/data services.

Hits: 15  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   JSF Flex    Last Update 2009/9/24 0:52
Category  Licence  arrow  Open Source  :  Tool Function  arrow  User Interface  :  Tool Function  arrow  Code generation  :  Programming Languages  arrow  Flex  :  Programming Languages  arrow  JavaServer Faces
Description
JSF Flex goal is to provide users capability in creating standard Flex components as JSF components. So users would create the components as normal JSF components and the project will create the necessary MXML, SWC, SWF files and etcetera and link the values of the components back to the managed beans using JSON+Javascript and Actionscript. {standard Flex components have been open sourced through MPL license}. Also MXML_BASIC renderKitId allows utilizing other renderKits within the same view {i.e. HTML_BASIC}, allowing mix of JSF Flex components and other components such as standard HTML components.

Hits: 14  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Javassist    Last Update 2007/12/20 8:49
Category  Licence  arrow  Open Source  :  Programming Languages  arrow  Java  :  Tool Form  arrow  Code library  :  Tool Function  arrow  Editor  :  Tool Function  arrow  Code generation
Description
Javassist (Java Programming Assistant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java; it enables Java programs to define a new class at runtime and to modify a class file when the JVM loads it. Unlike other similar bytecode editors, Javassist provides two levels of API: source level and bytecode level. If the users use the source-level API, they can edit a class file without knowledge of the specifications of the Java bytecode. The whole API is designed with only the vocabulary of the Java language. You can even specify inserted bytecode in the form of source text; Javassist compiles it on the fly. On the other hand, the bytecode-level API allows the users to directly edit a class file as other editors.

Hits: 13  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   JNAerator    Last Update 2009/6/26 9:17
Category  Licence  arrow  Open Source  :  Programming Languages  arrow  Java  :  Programming Languages  arrow  C/C++  :  Tool Function  arrow  Code generation
Description
JNAerator (pronounce ‘generator’) simply parses C & Objective-C headers and generates the corresponding JNA and Rococoa Java interfaces (it also has a very limited support for C++). This lets Java programmers access native libraries transparently, with full IDE support and little to no hand-tweaking.

Hits: 13  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)



« [1] 3 4 5 6 7 8 9 (10) 11 12 13 » 
Practical
 Methods & Tools
 RSS Site feed
 Follow us on Twitter
 Contact
Adding your tool
Contact us if you want to add your tool to this directory or publish a press release, mentioning softdevtools.com in the subject of the message. Due to a massive amount of spam, registration to this web site has been suspended.
THEME_VALIDXHTML    THEME_VALIDCSS

Copyright (c) 2007-2014 Martinig & Associates | Methods & Tools Software Development Magazine | Privacy Policy
Software Development Articles | Software Development Directory | Software Development Videos
Software Development Jobs | Software Development News | Software Development Books
Software Development Blogs | Software Development Conferences