Saturday, October 24, 2009

Afer long time !!!!

To break the silence after long time, I posting this entry which I read today.
 
I got this reference arcticle while I was reading TomKyte blog.
 
 
This link talks about How data was maintained in California DMV in 1972.
It shows what happens when best practice was not followed to maintain data.
 

Saturday, November 08, 2008

An Introduction To Servlet 3.0

An Introduction To Servlet 3.0
Nice article by Deepa Sobhana at Java.net for Servlet 3.0 feature compared with Servlet 2.5. Code snippets comparision very good approach in this article.

Saturday, December 01, 2007

WebLogic Workshop - Custom Project Template

In WebLogic Workshop 9.1 and above, we can create following directory structure create custom EAR application, which can be used under Eclipse.

Best Practices from (edocs.bea.com)

# Use the same source directory structure with your own J2EE application projects, so you can utilize the WebLogic Server build scripts to compile and deploy your applications. The following summarizes the contents of a simple source directory that follows the WebLogic split development directory structure format:

\myProject

\myProject\myEar

\myProject\myEar\META-INF\application.xml

\myProject\myEar\myEjb\com\*\MyEjbGenEjb.ejb

\myProject\myEar\myEjb\com\*\*.java

\myProject\myEar\myWebService\com\*.*.java

\myProject\myEar\myWebApp\*.jsp

\myProject\myEar\myWebApp\WEB-INF\web.xml

\myProject\myEar\myWebApp\WEB-INF\src\com\*\*.java

Wednesday, November 21, 2007

Switch to OpenOffice - FREE

Tired of buying Microsoft Office software everytime. Are you spending too much money to buy Microsoft Office?

Time to say Final Goodbye to Microsoft Office.

Sun donated OpenOffice to public.

It is FREE and replacement to MICROSOFT OFFICE.

Here is the link.

http://java.com/en/download/javacom_update.jsp

Tuesday, October 09, 2007

Spring 2.0 - Rod Johnson Presentation

Rod Johnson, Founder of the open source Spring Framework, Author of J2EE without EJB
Topic: Spring 2.0 and Beyond

In this presentation, recorded at TSSJS 2007, Rod Johnson details the improvements made to the Spring 2.0 framework. Spring 2.0 introduced major enhancements in the Spring Framework making it both simpler to use and more powerful. In this session, Rod discusses some of the enhancements through code examples, focusing on: - Extensible XML configuration, support for dynamic languages in the Spring component model, and support for JPA.

Oracle - Shared Server

I got blog pointer from Jonathan Lewis about Oracle Shared Server

This is well written by Howard Rogers. Here is info from Jonathan Lewis, Oracle Scratchpad.

This item from Howard Rogers sums up the shared server technology (formerly multi-threaded server, or MTS) so well that I decided it was worth a special mention.

Thursday, July 26, 2007

Web page to PDF Firefox extension

Found following information from Vinny Carpenter's Blog

  • Web page to PDF Firefox extension - LOOP is a unique extension for Firefox that converts the web browser into a proper PDF writer that can do some amazing things sometime not possible in other free PDF conversion software

JasperReports - Introduction with Priting

Marc Nuri's Happy Coding Blog nice code snippets and step by step guide to create JasperReports setup and printing.

REST webservices on RAILS

Nice article introduces Web services in Rails and focuses on a strategy known as Representational State Transfer (REST). This articled posted in developerWorks of IBM by Bruce Tate, President,RapidRed

What is JAXB?

Java Architecture for XML Binding (JAXB)

Nice introduction article from SDN

Java-XML mapping made easy with JAXB 2.0
tutorial was posted by John Ferguson Smart on Javaworld on 06/26/06

Tuesday, June 12, 2007

Google - Guice

Introduction to Guice Video (Redux) by Bob Lee


Google Guice User Guide

Google Guice comparison with Spring

Database App Development and Migration: Tools That Rock

Man, Mike Hichwa's team at Oracle is spinning out some incredible database tools. These are the guys and gals responsible for two of the most innovative things to come out of here in a long time, Application Express and SQL Developer. I view this group as a "skunk works" that has some pretty nice flexibility in terms of its role within the Server Technologies division here at Oracle, and the results show it.

Read More

dW: Enable REST with Web services, Part 1: REST and Web services in WSDL 2.0

Glen Mazz posted blog about dW: Enable REST with Web services, Part 1: REST and Web services in WSDL 2.0