[JBoss-user] [EJB/JBoss] - Re: Which Bean fits this scenario?

2004-06-28 Thread john_anderson_ii
This is exactly what I looking for.  Thank you very much James.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840194#3840194

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840194


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Which Bean fits this scenario?

2004-06-27 Thread jamesstrachan
John,

From your description, what you need is an entity bean that contains the entire list 
of numbers.

The bean acts as a singleton (if you know the Gang of Four book) with only one bean 
ever present in the server.  You enforce the singleton rule by using a published 
primary key with a constant value.

Your browser clients can access the data in the entity bean directly, but access 
through a stateless session bean will give better performance.

See the discussion and code samples at topic :-

http://www.jboss.org/index.html?module=bbop=viewtopict=50863

James


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3840059#3840059

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840059


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user