The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


Binod

Binod P.G is a senior staff engineer in the Java Web Services division at Sun Microsystems. He is an architect in the Application Server development team and is working on Project SailFin. He is also a co-specification lead of the Java EE Connector Architecture 1.6 Expert Group and a member of JDBC 4.0 expert group. In the past, he was involved in the development of many areas of the glassfish applicaton server, including Java EE Service Engine, Server Startup, Connector 1.5, JDBC, Connection Pool and JMS provider integration. He is also one of the owners of Generic Resource Adapter for JMS project. Prior to joining Sun in 2000, he has worked on a number of server side software technologies including IMS PL/1 programs in IBM Mainframes and internet projects in Microsoft IIS.
 

Weblogs


So far I have described how create server applications that handle call,...

SailFin V2 (Sun GlassFish Communications Server 2.0) is released today. See Srikanth's...

In this edition, I am explaining, how to write a simple IM server using SailFin CAFE.

How do you write a application that enables communication between two SIP phones? What if you also want to support video calling?

X-Lite configuration is where users commonly make mistakes while using sailfin. Here are some tips that I...

Project SailFin CAFE (http://sailfin-cafe.dev.java.net) is available now. It is a sub project of Project...

Brimount sent a mail to the SailFin users alias about the steps he has taken to...

SailFin V1 is released. This post explains the basic steps by which you can get started with SailFin V1 and write a simple sip application.

When a web server receives an http requests, the server identifies which application need to be run, depending on the context-root of the request. However SIP communication is designed to...

The Service Execution Environment is a key layer of any Service Delivery Platform (SDP), and the application servers and...

Let me explain this issue, step by step.

What is Record-Route?

In the first part of this blog, I explained how a third person Join a call between two parties. This part explains how one party is replaced by another in a call....

In a typical customer support scenario, a customer support executive (E) might want his manager (M) to join his call with a customer (C). How to achieve that? In SIP world, Join header...

This time, my work had about 800 lines changes/new lines spanning 16 files and was implementing two RFCs. All that was plain simple java code and...

In last couple of months, I received many e-mails seeking information on how exactly a converged application can be configured for authentication in ...

JSR 289 went final less than a month back. And we have the first implementation of JSR 289 at alpha stage available now....

Lately I have been a spending significant amount of time analyzing issues coming from sailfin performance team and...

Tomorrow (Wednesday) morning at 9.30am, me and Kristoffer talk about ...

As per RFC 3263, there are two new kind of records that are important for SIP. They are Naming Authority Pointer (NAPTR) Record and Service Record...

A JBI runtime has been integrated with...

One of my Sun collegues (Bobby) noticed that glassfish web server stops responding soon after the startup. The most interesting thing he found was that he...

At Indian Institute of Science, a prestigious educational institution in Bangalore, year 2006 edition of the...

In a typical Java EE application, MDBs are used to listen to messages from the external systems and act as integration point between two systems. Wouldnt it be good, if that MDB become part of a...

Each J2EE application server comes with their own JMS providers. For a developer, it is a good thing. He can write his jms apps and MDBs easily. But a production environment might be quite...

There is a cool flash demo explaining how to develop a Java EE 5 application using latest netbeans and...

This is my first ever blog. I am basically a developer/engineer by profession (not a writer). So, please don't expect my blogs to be anywhere near an organized reading material.

Lets come...