SLEE-Tutorials
I thought that instead of leaving the members to search for information on the intenet…i will post it here for quick reference.
For understanding the concepts completely…JSR 240 will need to be consulted..but these tutorials are a nice start from an orientation perspective..and for getting a coneptual grip on the subject.
Once these tutorials are understood, believe me..JSR 240 will be a lot easier to tackle
——————————————-
I am providing multiple tutorial links on the same subject for a purpose..each tutorial will give a different unique insight on the subject..on the expense of being repetetive !
1) JSLEE Master Tutorial (complete details): http://java.sun.com/products/jain/JAIN-SLEE-Tutorial.pdf
2) JSLEE Tutorial download: http://www.opencloud.com/downloads/asfas.pdf
3) JSLEE Tutorial (2) downlaod at: http://jainslee.org/downloads/jainslee-tutorial-04.pdf
4) JSLEE Tutorial (3): http://www.laser.dist.unige.it/Repository/AS2/JSLEE/JSLEE-tutorial.pdf
5) JAIN SIP Stack tutorial (this is the stack which is being used in JSLEE SIP RA). This link will also give valuable insight into SIP Protocol: http://java.sun.com/products/jain/JAIN-SIP-Tutorial.pdf
——————————————
JAIN SLEE Code Tutorials:
——————————————
1. Examples covering all the SLEE concepts in code:
http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/examples/training/
2. Exmaples of SBBs based on protocols (SIP and HTTP are most important)
http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/examples/
——————————————
Design Principles..
——————————————
1) http://java.sun.com/products/jain/article_slee_principles.html
2) http://jainslee.org/slee/fundamentals.html
3) Development Factors of JSLEE: http://jainslee.org/slee/factors.html
4) Container Design summary: http://jainslee.org/slee/application-characteristics.html
5) JSLEE and Sip Servlet comparison: http://jainslee.org/othertechnologies/sleevssipservlet.html
I am sure these links will provide a nice grounding !
In case of any queries..drop me a comment !
Aayush
Proposed programming model and user orientation. « White Lassi Blog.. said
[...] SLEE-Tutorials « Purpose and scope of this project. Service Design Processes and lifecycle at whitelassi ! » [...]
cokpit said
Hello,
I’m seeking how to design, define and implement a jslee resource adaptor, is there any method for that ?
Is jslee RA really different from JCA RAs from design point of view?
Thanks
whitelassiblog said
JSLEE RAs have a standard architecture and adhere to certain rules given in the specification.
What is the purpose of the RA ? whats the underlying resource you wish to adapt ?
vicky said
>>Is jslee RA really different from JCA RAs from design point of view?
Yes, these are different things.
Technically slee ra can be considered as the jca inbound adapters, with jca-ra the listeners are MDB’s and with slee-ra the listeners are SBB(Service Building Blocks)