-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
299eedc
commit 9f3c3b6
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# liferay-portal-eclipse-workbench | ||
Liferay Eclipse workbench is a tool which helps developers to auto create Liferay portlet plugins based on Spring MVC framework. It creates the complete project anatomy (based on Maven/ant build type selection) for Liferay spring MVC portlet along with auto inclusion of all necessary jar files, configurations, deployment descriptors, base exception handling and logging Framework enablement. It also has a provision to create a Liferay plugin project and add multiple Spring MVC portlets to it | ||
|
||
Qualitative and Quantitative Benefits: | ||
|
||
1. Workbench assists in creating deployable Spring portlet within few clicks. | ||
|
||
2. Provision to create Maven as well as Ant based plugins | ||
|
||
3. No need to manually configure and download related jar files | ||
|
||
4. Auto creation of all spring related configuration files | ||
|
||
5. Auto updating of Liferay Deployment descriptors for Spring portlet related configurations | ||
|
||
6. Auto creation of Project anatomy with Exception Handling, Logging Framework enablement | ||
|
||
|
||
|