Skip to content

jpaoletti/java-presentation-manager-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Presentation Manager 2

This is the new version of the generic CRUD framework Java Presentation Manager. We reduced the unused functionalities and updated frameworks.

THIS IS A WORK IN PROGRESS PROJECT.

Frameworks and libraries

Functionalities

  • Localization (spring, view side)
  • Data access (DAO, core side)
  • Session management (spring ?)
  • Security & Authorization (spring security 3)

Notes

To install nodejs in ubuntu:

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - sudo apt-get install -y nodejs

Operation over entities with multiple contexts

If an entity has multiple contexts, operations should be mapped like this:

@RequestMapping(value = {"/jpm/{entity:someEntity}/{instanceId}/{operationId:someOp}", "/jpm/{entity:someEntity!.*}/{instanceId}/{operationId:someOp}"}) ...

This will ensure that all the context has the operation available.

About

Java Presentation Manager 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published