pREST server
pREST server is a java servlet container REST MVC web framework for simple development of RIA and REST web applications and services.
Features
- Modularity - modular framework architecture
- Extensibility - easy to extend and integrate by any other technologies
- Departed development of application logic, presentation and data layer
- Horizontal application development - developer does not need to be skilled in all technologies through the application
- Minimal time to learn and shallow learning curve
- Development of RIA web applications and REST services the same way
- Minimal other technology dependencies and their loose coupling - easy to maintain for a long time
- Platform independency - Java 5 or higher
Credits
- Authors:
-
Peter Rybar
(peter.rybar@centaur.sk)
- project leader, architect, developer
Daniel Buchta (dbuchta@centaur.sk) - main developer for server side project components
Jozef Sivek (jsivek@centaur.sk) - main developer for client side project components and design
- Company:
-
Centaur a.s. member of Softec group
Documentation
Tutorials
API documentation
Download
SVN Repositories
- svn co https://prest.svn.sourceforge.net/svnroot/prest/trunk/prest_server prest_server
- svn co https://prest.svn.sourceforge.net/svnroot/prest/trunk/prest_demo prest_demo