SW is aimed to be a web tools set, it will include dispatch, filter, tag, code generator, and maybe some other helpful web tools. With it, you can create a web application very quickly, but you can still only use part of it for example the tag.
... [More]
Actually I don't like the concept of "framework", it is just like a tools box, you can chose whatever you want which is most suitable in your system. It's just about the view technology. About middle layer I recommend Spring+JPA, but it's totally up to you.
let's see some demo, know what SW can do, and enjoy!
My basic ideas are:
JAVA language is good enough, JSP is good enough, Web based MVC is nonsense.
now we have those options to build a application
1 web application based on tradition browser & servlet technology, 2 richClient supported by javascript like gwt, ext, 3 other plugin or desktop technology like swing,flex,silver light,
SW focus on option 1. The main parts of SW are:
dispatcher, filter, tag, code generator,
I have finished the basic dispatcher and filter. Currently I am working on the tag parts, it will continually be extended, but I want to provide some useful one and create a showcase before the first release.
It's just my part time hobby. I welcome you to join me to create that open source project together. I am sure you have many good ideas and useful experience. [Less]