Tuesday, December 22, 2009
Uploading Videos and Sound Files on Your Posts Using Apache Roller 4.0
Monday, December 21, 2009
Including Google Maps in your Posts Using Apache Roller 4.0
Spicing Up Your Blog: Uploading Files and Images to your Weblog using Apache Roller
Thursday, December 10, 2009
Working with Templates in Apache Roller 4.0
Wednesday, December 2, 2009
Apache Roller 4.0 Beginner's Guide Book Announced in Packt Publishing Web Site
I hope this book helps to promote Apache Roller, the best blog server I've used!
Apache Roller 4.0 – Beginner's Guide
I hope this book helps to promote Apache Roller, the best blog server I've used!
Tuesday, August 25, 2009
Introduction to the Struts Web Framework - NetBeans IDE 6.7 Tutorial
Introduction to the Struts Web Framework
This document takes you through the basics of using NetBeans IDE to develop web applications using the Struts web framework. Struts is an open source framework that extends the Java Servlet API and employs a Model, View, Controller (MVC) architecture. It enables you to create maintainable, extensible, and flexible web applications based on standard technologies, such as JSP pages, JavaBeans, resource bundles, and XML.
This tutorial teaches you how to build a simple MVC application that displays a login page and returns a success page upon submitting data that passes validation. You learn several basic features provided by Struts, as well as how these features are implemented using the IDE. Specifically, you use Struts tags in JSP pages, maintain user data with a Struts
ActionFormbean, and implement forwarding logic using a StrutsActionobject. You are also shown how to implement simple validation to your application, including setting up warning message for a failed login attempt.
Excellent tutorial if you want a quick intro to Struts & NetBeans...