Quantcast
Channel: Welcome to Vigil Bose's blog site
Browsing latest articles
Browse All 23 View Live

My first experience with Spring framework

This happened when I was hired by a local company in Maryland back in early 2003 to design and implement an enterprise solution to one of the US Federal government agencies. The higher ups have already...

View Article



The benefits of Virtualization Without Performance Penalty

Today, virtualization is emerging as the fastest way to help businesses with scalability, security and management of their global IT infrastructure. Virtualization is a set of technologies that helps...

View Article

Run a Java program without the main method

Here is an example of how to run a java program without the main method ...public class HelloWorld{ static{ System.out.println("Hello World!"); System.exit(0); }}Display: Hello World!Now let us test...

View Article

Image may be NSFW.
Clik here to view.

Oracle 10g release 2 XML parser hacks and Spring framework

The Oracle 10g release 2 supports only JDK 1.4.x and both Oracle XML Parser and Sun's parser have issues in loading Spring framework 2.0 application context xml files particularly Spring Webflow...

View Article

JIRA, BAMBOO And Confluence Wiki - A well thought out tools for the enterprise

JIRA, Bamboo and Confluence are tools created and supported by Atlassian. This whole set of tools would cost $4800 company wide, which is the same as the price for 1 floating Clearquest license from...

View Article


Dynamic Routing Using Spring framework and AOP

This article is published in InfoQ.com under exclusive content. So all the readers are requested to visit the following link.http://www.infoq.com/articles/dynamic-routing-using-spring

View Article

Lean Software Development

The main idea behind Lean is to avoid over production because over production is not only wasteful it prevents rapid response to changing customer demand.The lean initiative in the product development...

View Article

Template-less Data Access using Spring

Alef Arendsen from Interface21 blogged about the usage of HibernateTemplate/JpaTemplate. In his blog he demonstrates an alternate approach by using the Hibernate Session API directly in the data access...

View Article


XA Transactions with Spring

I have read an interesting article about XA transactions using Spring. This article gives step by step instructions to implement XA transactions using Atomikos's JTA implementation and Bitronix's JTA...

View Article


EJB3, Spring & Hibernate : A Comparative Study by Reza Rehman

I attended a NOVAJUG presentation on EJB3, Spring & Hibernate comparative analysis by Reza Rehman who is the co-author of EJB3 In Action by Manning publications . I have used EJB 2.1 in the past...

View Article

Hibernate Performance tuning Tips - Second-Level and Query Caches

I have read an interesting article regarding the Second Level and Query Caches of Hibernate Object Relational Mapping tool.One of the important things that concerns Architects, Technical Leads and...

View Article

Installation Procedure of PMD for Eclipse

1. Start Eclipse.2. Start the installation procedure : select the Help>Software Updates>Find and Install... menu item.3. Select "Search for new features to install" option and click Next.4. Click...

View Article

Image may be NSFW.
Clik here to view.

Aspect J and Spring Framework - A case study

IntroductionI have been working on several projects now and I have observed one common requirement in all the web application projects I have worked so far. The requirement is that the application need...

View Article


Install jManage Application Management Platform as a service

Overview jManage 2.0 is an open source application management platform, which provides a centralized console for managing application clusters and distributed-application environments. jManage platform...

View Article

Integrating Spring Security with JSF/Facelets using acegi-jsf

AbstractSpring Security is the security framework which is a part of Spring framework technology stack. It is a mature, powerful and flexible security solution for enterprise applications. Earlier, it...

View Article


Eclipse 3.4, Trac 0.11 and Mylyn

I have been working on setting up the configuration management environment at work place. I chose BUILDIX 2.1 from Thoughworks as the tool of our choice since it comes free of cost. The buildix...

View Article

Integrating DWR 2.0.5 with Spring 2.5.5 and web flow 2.0.3

OverviewDWR is an open source Remote Procedure Call (RPC) library that makes it easy to call Java functions from JavaScript and to call JavaScript functions from Java via Reverse Ajax functionality...

View Article


Image may be NSFW.
Clik here to view.

DB2 9 JDBC configuration with IBM Webspehere 6.1

Configuring a JDBC ProviderIt is important to understand the confuguration of DB2 for the successful implementation of J2EE application hosted under IBM Websphere. To access the Websphere...

View Article

Image may be NSFW.
Clik here to view.

Virtualization on Ubuntu 810 server using VMWare Server 2.0, i7 chipset and...

IntroductionI have recently built a machine using Intel's latest i7 processor and MSI Eclipse x58 motherboard. The idea was to build a high end machine for my application development and research work...

View Article

.NET client consuming Spring WS 1.5.5 using XWSS WS security Implementation

IntroductionI am currently working on an integration project where a .NET client has to consume a Java Web Service. Since I have been using Spring framework for a very long time, my natural inclination...

View Article

Apache Commons DBCP and Tomcat JDBC Connection Pool

IntroductionThe SpringSource tomcat architects are coming up with a new connection pool called Tomcat JDBC Connection Pool. This poses many questions to so many people like why do we need another...

View Article


JPA/Hibernate - One to One Mapping Quirks

IntroductionI have been working on a product where I am currently using Hibernate implementation of JPA (Java Persistence Architecture) as data persistence mechanism. While working, I came across an...

View Article


Multipart series on Spring Security customization

I have started a multipart series on spring security customization. Please click on the links below to read each article.1. Practical example on using Jasypt decryption algorithm on user password.2....

View Article
Browsing latest articles
Browse All 23 View Live




Latest Images