JavaScript Server Pages 0.1alpha released

L

Leo Meyer

Hello all,

the open source project JSSP (JavaScript Server Pages) has been released
today.
JSSP runs in a Java servlet container (Tomcat, JBoss etc) and allows you to
write server side JavaScript code to generate HTML or other content.
It's available on http://jssp.sourceforge.net.

Among its most notable features are:
- Embedded SQL commands, e.g: var stmt = connection.SELECT * FROM CUSTOMERS;
(plus other features that make database programming easier)
- COMMON code sections - write once, run on client and on server
- Easy internationalization
- Good for AJAX applications (no language boundary)

JSSP can be useful for small web applications that you don't want to use a
large framework for. Its motto is "keeping simple things simple", and it
focuses on a clean and easy way to get your business logic running.

If anyone is interested to evaluate it, please go ahead. The project is
still in an early stage and naturally there may be many shortcomings. Any
comments and suggestions for improvements are highly welcome!

Regards,
Leo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,066
Latest member
VytoKetoReviews

Latest Threads

Top