| Deploy an application with Cerise Web server |
| Source: ibm.com - Posted by Vincenzo Ciaglia | ||
|
Introduction With a World Wide Web dominated by Java 2 Platform, Enterprise Edition (J2EE) application servers, choosing another Web framework can seem strange or unprofessional. However, there are many viable alternatives on the market. As with operating systems, you don't have to use a specific application server just because everyone else is using it. You have a choice, and choosing the application server that fits the problem is where you should start. In this article, I present a rather unconventional and little-known application server: Cerise. This operating system-independent server offers a flexible, lightweight, and developer-friendly environment for building both simple and complex Web applications. Cerise is written in the Ruby programming language, just like the applications written on top of it. This proves very useful in that Ruby is a powerful object-oriented language with a clean and concise syntax, perfectly suited for rapid application development. To show the effectiveness of combining Ruby and Cerise for Web application development, I'll use the example of a guestbook on a Web site. This example represents the basics of most small- and medium-scale Web applications. It shows the processes of form handling, error handling, and reading and writing of XML files. Read this full article at ibm.com
Only registered users can write comments. Powered by AkoComment! |
||