Skip to content

Environment Preperations

Marc Magon edited this page Feb 17, 2017 · 4 revisions

Getting Ready for JWebSwing

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.

Because the sky shouldn't be considered a limit.

Currently Supports (tested)

  • Tomcat
  • TomEE
  • JBoss
  • Glassfish
  • Payara
  • WebSphere
  • WebLogic
  • Console Output

Anything

Environment Prep

My First Website

  • Basic Structure
  • Code Explanation
  • Run Everywhere

Bindings

  • The Default Binder
  • The Site Binder
  • Quick User Authentication Filter

Generating Outputs

Persistable Components

  • Serialize to JSON
  • Deserialize from JSON

Create My First Plugin

  • 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
Clone this wiki locally