Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

What is lazifierlazifier is a simple code generator for Java web developers. It is configurable and customizable. You can combine lazifier with Ant or Maven to make your development richer. What lazifier supportsCurrent features: Project generation Components generation Spring 2.5.x templates ... [More] Upcoming features for lazifier: CRUD generation (Scaffolding). Spring 3.x templates How to use lazifierYou can download a sample from Downloads tab. The sample is a Spring web project generator. Unzip the sample anywhere u like. Go to console and set the environment. Windows: set LAZIFIER_HOME=C:\path\to\lazifier set PATH=%PATH%;%LAZIFIER_HOME%\binMac OS X (or Linux): LAZIFIER_HOME=/path/to/lazifier PATH=$PATH:$LAZIFIER_HOME/binTo create a project using the Spring generator, create a directory in your workspace: mkdir myapp cd myappThen, configure the project: lazy project -package com.mycompany.myappTo run the project, type: mvn tomcat:runIf you wish to enable the project as an eclipse project, type: initializeThe project generator is just one of the features lazifier offers. The lazifier itself is a Spring web project generator. You can also write a project generator for other frameworks combo like Spring/Wicket/JPA, and so on. [Less]

5.0
 
  0 reviews  |  0 users  |  8,237 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.