The Artima Developer Community
Sponsored Link

Java Answers Forum
new to JavaBeans

1 reply on 1 page. Most recent reply: Oct 9, 2004 9:01 AM by sai

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
KevinT

Posts: 24
Nickname: metzedler
Registered: Jun, 2003

new to JavaBeans Posted: Oct 8, 2004 4:31 AM
Reply to this message Reply
Advertisement
Hi, I have heard of javabeans, session beans but got no idea on what exactly it is ... could somebody show me a basic definition and some link.

Thanks alot!!!


sai

Posts: 3
Nickname: cvps
Registered: Oct, 2004

Re: new to JavaBeans Posted: Oct 9, 2004 9:01 AM
Reply to this message Reply
The javabeans and the session beans are not the same.Java Beans are the ordinary beans that we write to implement the servlets in processes which consist of programs that establish connection between a client and a server.Enterprise java beans are usually of two types.One is the Session Beans,Entity beans.The Session Beans are usually used in situations where only one client or not many clients access the applications.They might be in two states:-conversational state or not-conversational state.They include methods such as ejbCreate(),ejbLoad,ejbRemove().Whereas the entity beans consist of the activate & passivate methods also.

Flat View: This topic has 1 reply on 1 page
Topic: date in xml, java & mysql(help me pelase) Previous Topic   Next Topic Topic: Refactoring - Replacing Conditionals with State

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use