-
-
Notifications
You must be signed in to change notification settings - Fork 1
Environment Preperations
Marc Magon edited this page Feb 17, 2017
·
4 revisions
JWebSwing works out the box on any Java/JVM platform, whether it be as a console standalone application, integrated on any web server, or any EE server.
You can also output any components HTML, CSS or JS and plug it directly into your current MVC design if need be for a smooth switch over.
And of course if you are really keen, You can take your current MVC project and plug it directly into the JWebSwing Template Renderer as well.
- Tomcat
- TomEE
- JBoss
- Glassfish
- Payara
- WebSphere
- WebLogic
- Console Output
- Netbeans
- Eclipse
- IntelliJ
- Basic Structure
- Code Explanation
- Run Everywhere
- The Default Binder
- The Site Binder
- Quick User Authentication Filter
- Serialize to JSON
- Deserialize from JSON
- The Page Configurator
- HTML Only
- HTML with JS
- HTML with JS and CSS
- HTML with Angular, JS, and CSS
- HTML with All, and a custom servlet
- A Complete Plugin