Skip to content

An attempt to bring Spring Primefaces Showcase working under Websphere 7.0 and above

License

Notifications You must be signed in to change notification settings

nickshen3/SpringPrimeFacesShowcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Web Flow Samples

These examples from official samples repository from Spring Web Flow project. They are updated to run under websphere environment.

Build and Run

Running 'mvn clean package' from this directory generates .war files for all samples.

For example running booking mvc example:

cd booking-mvc
mvn tomcat7:run

For example running primefaces showcase example:

cd primefaces-showcase
mvn tomcat7:run

Eclipse

Generate Eclipse settings for all samples:

mvn eclipse:clean eclipse:eclipse

Import the projects into Eclipse. The Eclipse preferences must have an M2_REPO under "Java", "Build Path", "Classpath Variables".

Contributing

Pull requests are welcome.

About

An attempt to bring Spring Primefaces Showcase working under Websphere 7.0 and above

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published