Integrated Open Souce Technology Solutions

Archive for the ‘JAVA’ Category

JSF - Rendering Images stored in Database

Monday, November 3rd, 2008 Posted in JAVA, JSF, Spring | 2 Comments »

by Michael Root This article shows how to render images from data stored in the database to a JSF view. This solution was created for the following environment, but will work in other configurations. JavaServer Faces (JSF) 1.2 Richfaces 3.2.2.GA SpringFramework 2.5.5 Spring Webflow 2.0.3 Hibernate 3.2.6.ga Instead ...

Developing a Lightweight DND Portal

Wednesday, February 13th, 2008 Posted in JAVA, Web | 3 Comments »

Many web sites have this drag-n-drop portal management feature like the home page for iGoogle. Google created their Google Gadgets that are simple HTML and JavaScript mini-applications served in iFrames that can be embedded in webpages and other apps. Although ...

Maven 2 Life Cycle

Tuesday, December 12th, 2006 Posted in JAVA | 4 Comments »

This post contains information helpful in using maven 2.0. Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a ...

JAXB

Tuesday, June 6th, 2006 Posted in JAVA, XML | 1 Comment »

The JavaTM Architecture for XML Binding (JAXB) provides an API and tools that automate the mapping between XML documents and Java objects. The JAXB framework enables developers to perform the following operations: Unmarshal XML content into a Java representation Access and update the ...

Extending Acegi Security

Sunday, April 9th, 2006 Posted in JAVA, Web | 2 Comments »

This article shows how to add several security enhancements to a web application that is utilizing Acegi Security. These security enhancements include: How to add funcitonality to force the user to change thier password on thier first login After a selected number ...