-
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
JWebSwing is an open-source Web UI Framework that allows for single-language development while not losing any power or control over your application while you develop.
The framework ensures that any portion of the HTML,CSS, or JS generated is always modifiable, and removes the requirement (if necessary) for ever using these languages again.
Being completely driven as a plug-n-play framework, all and any functionality can be easily added in, and with the cross-archive reference technique, you can bind from any custom components you develop.
Initially driven as a single-page language, it became very apparent for offline mobile applications that multiple-page implementation must be available.
The Cordovify plugin achieves this by using HTML 5 caching, and local-storage or session-storage based queued transactions ensuring that whatever your mobile development need is, you won't have any problem.
The framework itself has been changed from 0.9Beta to ship with no plugins and provides the core framework only.
You will need to download any additional plugins. It just seemed to make more sense
Components are easily developed, and you can view the YouTube videos for specific step by step instructions.
Supporting Cordova/PhoneGap (Via the Cordovify Plugin), you can instantly transform your web application into a mobile friendly development environment, where what you see, is truly what you get, everytime.
Cordova Plugins (such as PushNotifications,FileStorage etc) are all available through the plugin framework
- 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