Author
Please suggest URLs
gyan kumar
Ranch Hand
Joined: Sep 28, 2011
Posts: 61
What is the underlying software architecture of EJB ?
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted Oct 31, 2011 06:51:47
0
EJB is a specification, not an actual software product, so what do you mean by "architecture"?
gyan kumar
Ranch Hand
Joined: Sep 28, 2011
Posts: 61
It means layered architecture of ejb.
Piotr Nowicki
Ranch Hand
Joined: Jul 13, 2010
Posts: 610
I don't have an idea what are you asking for :-)
As Tim said, the EJB is a specification. An architect defines an architecture, not the specification.
OCP Java SE 6 Programmer, OCM Java SE 6 Developer, OCE Java EE 6 JSPSD, OCE Java EE 6 EJBD, OCE Java EE 6 JPAD, Spring 3.0 Core Professional.
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted Oct 31, 2011 09:27:57
0
EJB doesn't force you to use layers, or force you not to use layers. Those are architectural and design decisions that have nothing to do with the choice of implementation framework.
Hebert Coelho
Ranch Hand
Joined: Jul 14, 2010
Posts: 754
Maybe this helps you.
http://www.inf.ufsc.br/~bosco/downloads/EJBDesignPatterns.pdf
http://www.javabeat.net/articles/ejb-interview-questions.php
[uaiHebert.com ] [Full WebApplication JSF EJB JPA JAAS with source code to download ] One Table Per SubClass [Web/JSF ]
gyan kumar
Ranch Hand
Joined: Sep 28, 2011
Posts: 61
Thanks for reply but I was not able to find answer for my query.
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted Oct 31, 2011 16:28:32
1
Maybe we were too subtle: your question can't be answered, because it doesn't make sense. Again: A specification does not have an architecture.
gyan kumar
Ranch Hand
Joined: Sep 28, 2011
Posts: 61
A specification does not have an architecture.
Thanks for this specific answer.
gyan kumar
Ranch Hand
Joined: Sep 28, 2011
Posts: 61
Below link was having good info for my query .
Hoping will be good for others
http://arcad.essi.fr/cours/ejb/00-ejbcodecamp_ch1of6.PDF
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8143
What's the PDF about? And what answer did you find in there?
[My Blog ] [JavaRanch Journal ]
gyan kumar
Ranch Hand
Joined: Sep 28, 2011
Posts: 61
It was about "software architecture of EJB"
subject: Please suggest URLs