Introduction of Castor in Java

Saturday, March 6th, 2010

Castor is an open source data binding framework for moving data from XML to Java programming language objects and from Java to databases. It’s the shortest path between Java objects, XML documents and relational tables. Castor provides Java-to-XML binding, Java-to-SQL persistence, and more.
Castor is made up of (independent) modules as follows:- Castor XML
- Castor XML – Code [...] Read more »

Introduction to EJB

Wednesday, March 3rd, 2010

Enterprise Java beans -is a managed, server-side component architecture for modular construction of enterprise applications. EJB server is a high-level process or application that provides a run-time environment to support the execution of server applications that use enterprise beans. Enterprise beans live in an EJB container (a runtime environment within a J2EE server). The EJB [...] Read more »

Reflection Api in java

Tuesday, October 20th, 2009

The Reflection API allows Java code to examine classes and objects at run time. The new reflection classes allow you to call another class’s methods dynamically at run time. With the reflection classes, you can also examine an instance’s fields and change the fields’ contents.
Reflection is commonly used by programs which require the ability to [...] Read more »

.NET and J2EE. Status as of now and scope in future.(Updated with important note)

Saturday, October 10th, 2009

Big question today: What is the scope of .NET and J2EE platforms. Which one is more dominant in industry today?
I want to answer this question in this post with my viewpoint with no intentions of hurting anybody but with a sole intention of increasing the knowledge of J2EE for .NET people and .NET for the [...] Read more »