Archive for August, 2009

J2EE: Compare RESTful vs SOAP Web Services

Posted on August 27, 2009. Filed under: J2EE, Web Services | Tags: , , , |

There are currently two schools of thought in developing Web Services – one being the standards-based traditional approach [ SOAP ] and the other one which is much simpler on the block [ REST ]. This article quickly compares one with the other – RESTful SOAP Assumes a point-to-point communication model–not usable for distributed computing [...]

Read Full Post | Make a Comment ( None so far )

Properties of Web Services

Posted on August 24, 2009. Filed under: J2EE, Web Services | Tags: , |

Web Services usually share the following properties – Web Services are self-contained Web Services are self-describing Web Services can be published, located, and invoked across the Web Web Services are modular Web Services are language independent and interoperable Web Services are inherently open and standard-based Web Services are loosely coupled Web Services are dynamic Web [...]

Read Full Post | Make a Comment ( None so far )

IE: Change default view Source program for Internet Explorer in Windows XP

Posted on August 24, 2009. Filed under: Web Development | Tags: , |

Have you ever wanted to use your favorite text editor to view the page source instead of Notepad which is Microsoft Internet Explorer’s default program ?  [Right Click on the page and then click "View Source"] Microsoft PowerToys should be able to help you. Please follow the below steps to change the default Notepad to [...]

Read Full Post | Make a Comment ( None so far )

Database Contepts for Java Programmer: Part 1 – ACID Properties

Posted on August 22, 2009. Filed under: Database | Tags: |

This article will provide a basic background on concepts and standards for Database Management Systems. As a Java programmer you are expected to know all of these concepts that apply to all forms of Database Management Systems: relational (RDBMS), object (ODBMS), XML (XDBMS), and others as well as object-relational mapping and XML-mapping products. I will [...]

Read Full Post | Make a Comment ( 1 so far )

EJB: isIdentical() and its return values

Posted on August 13, 2009. Filed under: EJB, J2EE | Tags: , , |

What is isIdentical() method ? isIdentical() method can be used to test if a given EJB object is identical to the invoked EJB object. Whatz the catch here? Stateless Session Beans, Stateful Session Beans and Entity Beans each have different rules for what causes isIdentical() to return true. Can you Explain in detail? Sure. For [...]

Read Full Post | Make a Comment ( None so far )

Liked it here?
Why not try sites on the blogroll...

Follow

Get every new post delivered to your Inbox.