Tuesday, April 27, 2010

James Gosling leaves Oracle


James Gosling, the creator of the Java programming language, has resigned from Oracle,

when this news getting into my mind.I feel to write down in my blog.That why I write it down in my blog.James is close to me.Because I love and passion with J2EE technologies.

Gosling resigned on April 2 2010.

Gosling says "As to why I left, it's difficult to answer"

Gosling was the chief technology officer for Oracle's client software group and, before that, the chief technology officer of Sun's developer products group.

you can read nice article in the businessweek web site.I have add the url related to that article.

http://www.businessweek.com/idg/2010-04-10/java-founder-james-gosling-leaves-oracle.html

Good luck James Gosling ... !

Thursday, April 15, 2010

Ford Festiva Car


My first car is Ford Festiva.I bought my car in 2008 November.

In Sri Lanka there are lot of ford festiva cars available.David Persis is the Dealer in Sri Lanka.After taking the car i had put a inspection from there.Also I have done a service from there.They service is good.I used to buy spare parts from New Rainbow shop at Maradana.

before buy this car some people says ford is a not good item.If you really need vehicle buy a Toyota or Nissan one,but not Ford.In Sri Lanka famous brand for vehicle are Toyota and Nissan.

But during the past years usage i believe ford is good brand.Ford vehicle are durable ,not like Toyota or Nissan.

Also Ford festiva's fuel consumption is good.I can go 15 kms per liter outside the city limit.

I want pass the message that Ford Festiva is not a bad vehicle.It's really good.Buy one and see the different.Do not think Toyota or Nissan is the only option.

Friday, April 2, 2010

commit Vs Rollback

commit - In database Management commit refers to making a set temparer changes into permanent.

rollback - In database technologies, a rollback is an operation which returns the database to some previous state.

Wednesday, March 24, 2010

Before writing email to some one .................

1. To whom i am write
- need to identify what is his or her name and Designation
- what it is his gender
- whether she is Mrs or Miss
- correct spelling of his or her name

2. Subject
- what is the subject i am writing on
3. what are the points to be addresses
4. what is the plan

5. does it Descriptive one or not

6. Action or feedback getting on

7. What is the Sequence i am using to write

8. Do you need any support document

9. Is it one person or more person i am writing this email

Note:- check write down the possible answer i can get as a reply to this email.according to that answer organized the questions.

Also in the first two lines you should be able to tell the reader why should I am write this email.

Monday, March 1, 2010

Asynchronous Vs Synchronous

synchronous :-

occurring or Start or existing at the same time

asynchronous :-

not synchronous; That means not occurring or existing at the same time.

Wednesday, February 24, 2010

N-Tier Application Architecture

N-Tier Application Architecture provides a structure for the developers to create fixable and reusable web application. It helps to break the application into tiers. Here N-tier means any number of distinct tiers used in your architecture.
N-tiers
1. Client Tier – HTML , javascript,(Java Server Pages)JSP
2. Middle Tier – Servlet,
3. Data Access Tier - (Entity Java Bean)EJB,Database

Application server

Application server is a server design to for running specific applications.These application can divided into three parts.

They are ,
1. web-based graphical interface
2. business logic application
3. database and transaction server