JBoss Weld CDI for Java Platform : learn CDI concepts and develop modern web applications using JBoss Weld /
Writing a Portable Extension; What is a portable extension?; What is the CDI container lifecycle?; BeanManager; Injection into non-container managed instances; Registering a bean; Replacing annotations on a type via an extension; Summary; Book Store - CDI Services; Overview of the application; Addin...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Publishing,
2013.
|
Colección: | Community experience distilled.
|
Temas: | |
Acceso en línea: | Texto completo Texto completo |
MARC
LEADER | 00000cam a2200000Ma 4500 | ||
---|---|---|---|
001 | EBSCO_ocn853238678 | ||
003 | OCoLC | ||
005 | 20231017213018.0 | ||
006 | m o d | ||
007 | cr cnu---unuuu | ||
008 | 130719s2013 enk o 000 0 eng d | ||
040 | |a IDEBK |b eng |e pn |c IDEBK |d EBLCP |d MEAUC |d UMI |d OCLCQ |d DEBSZ |d OCLCQ |d N$T |d E7B |d OCLCO |d DEBBG |d RIV |d OCLCF |d OCLCQ |d COO |d OCLCQ |d D6H |d AGLDB |d MERUC |d OCLCQ |d OCLCO |d U3W |d VTS |d NLE |d OCLCQ |d UKMGB |d OCLCO |d STF |d M8D |d VT2 |d OCLCQ |d OCLCO |d UKCRE |d AJS |d OCLCO |d OCLCQ |d QGK | ||
015 | |a GBB747051 |2 bnb | ||
016 | 7 | |a 018005172 |2 Uk | |
019 | |a 857078900 |a 858036834 |a 1103278717 |a 1129377687 |a 1153004728 |a 1153471229 |a 1192327715 |a 1240537201 |a 1259145486 | ||
020 | |a 1299735061 |q (electronic bk.) | ||
020 | |a 9781299735064 |q (electronic bk.) | ||
020 | |a 9781782160199 |q (electronic bk.) | ||
020 | |a 1782160191 |q (electronic bk.) | ||
020 | |a 1782160183 | ||
020 | |a 9781782160182 | ||
020 | |z 9781782160182 | ||
029 | 1 | |a AU@ |b 000052281704 | |
029 | 1 | |a AU@ |b 000062471340 | |
029 | 1 | |a DEBBG |b BV041292015 | |
029 | 1 | |a DEBBG |b BV041776476 | |
029 | 1 | |a DEBBG |b BV043776704 | |
029 | 1 | |a DEBSZ |b 397572727 | |
029 | 1 | |a DEBSZ |b 40431919X | |
029 | 1 | |a DEBSZ |b 472793276 | |
029 | 1 | |a UKMGB |b 018005172 | |
029 | 1 | |a AU@ |b 000067103732 | |
029 | 1 | |a AU@ |b 000059710847 | |
029 | 1 | |a AU@ |b 000068985003 | |
035 | |a (OCoLC)853238678 |z (OCoLC)857078900 |z (OCoLC)858036834 |z (OCoLC)1103278717 |z (OCoLC)1129377687 |z (OCoLC)1153004728 |z (OCoLC)1153471229 |z (OCoLC)1192327715 |z (OCoLC)1240537201 |z (OCoLC)1259145486 | ||
037 | |a 9781782160199 |b Packt Publishing Pvt. Ltd | ||
050 | 4 | |a TK5105.8885 | |
072 | 7 | |a COM |x 051310 |2 bisacsh | |
072 | 7 | |a COM |x 051280 |2 bisacsh | |
072 | 7 | |a COM |x 051130 |2 bisacsh | |
082 | 0 | 4 | |a 005.13 |a 005.133 |2 22 |
049 | |a UAMI | ||
100 | 1 | |a Finnegan, Ken. | |
245 | 1 | 0 | |a JBoss Weld CDI for Java Platform : |b learn CDI concepts and develop modern web applications using JBoss Weld / |c Ken Finnigan. |
260 | |a Birmingham : |b Packt Publishing, |c 2013. | ||
300 | |a 1 online resource | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file | ||
490 | 1 | |a Community experience distilled | |
505 | 0 | |a Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; What is a Bean?; The history of beans; Definition of a bean; Is my class a bean?; What does it mean to be a bean?; Bean types; Qualifiers; Scope; Expression Language (EL); Alternatives; Which classes are beans?; Managed Beans; Session Beans; Producers; Producer methods; Producer fields; Summary; Dependency Injection and Lookup; What is an injection point?; Typesafe resolution; Qualifiers; @Default and @Any; Qualifier members; Alternatives; Resolving Weld deployment errors. | |
505 | 8 | |a Client proxiesUnproxyable bean types; Programmatic lookup of contextual instances; Injection point metadata; Summary; Deploying JBoss Weld; JBoss Weld distribution; JBoss AS; Glassfish; Apache Tomcat; Summary; Scopes and Contexts; Scope types; Built-in scopes; The request context lifecycle; The session context lifecycle; The application context lifecycle; The conversation scope; The conversation context lifecycle; Conversation propagation; Conversation timeout; Pseudo scopes; Custom scopes; Summary; Producers; The scope of a producer; Injection into producer methods. | |
505 | 8 | |a Dependent beans for producersCleanup of produced beans; Summary; Interceptors and Decorators; Interceptor bindings; Creating and enabling an interceptor; Advanced interceptors; Interceptor binding types with members; Combining interceptor binding types; Inheritance of interceptor binding types; What is a decorator delegate?; Enabling a decorator; Summary; Events; What is a payload?; How do I listen for an event?; How do I fire an event?; Event qualifiers; Members of event qualifiers; Combining event qualifiers; Observing events in different transaction phases; Event-observer bean creation. | |
520 | |a Writing a Portable Extension; What is a portable extension?; What is the CDI container lifecycle?; BeanManager; Injection into non-container managed instances; Registering a bean; Replacing annotations on a type via an extension; Summary; Book Store - CDI Services; Overview of the application; Adding interceptors for our services; Securing methods with an interceptor; Providing a transaction with an interceptor; Creating CDI services; Summary; Book Store - User Interfaces; REST services; User interface for customers; Administration interface; Summary; Index. | ||
520 | |a This book is a mini tutorial with plenty of code examples and strategies to give you numerous options when building your own applications.""JBoss Weld CDI for Java Platform"" is written for developers who are new to dependency injection. A rudimentary knowledge of Java is required. | ||
588 | 0 | |a Print version record. | |
546 | |a English. | ||
590 | |a eBooks on EBSCOhost |b EBSCO eBook Subscription Academic Collection - Worldwide | ||
590 | |a O'Reilly |b O'Reilly Online Learning: Academic/Public Library Edition | ||
630 | 0 | 0 | |a JBoss. |
630 | 0 | 7 | |a JBoss. |2 blmlsh |
630 | 0 | 7 | |a JBoss. |2 fast |0 (OCoLC)fst01397097 |
650 | 0 | |a Web servers |x Management. | |
650 | 0 | |a Java (Computer program language) | |
650 | 0 | |a Object-oriented programming (Computer science) | |
650 | 0 | |a Application software |x Development. | |
650 | 6 | |a Serveurs Web |x Gestion. | |
650 | 6 | |a Java (Langage de programmation) | |
650 | 6 | |a Programmation orientée objet (Informatique) | |
650 | 6 | |a Logiciels d'application |x Développement. | |
650 | 7 | |a COMPUTERS |x Programming Languages |x C♯ |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Programming Languages |x Java. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Programming Languages |x Pascal. |2 bisacsh | |
650 | 7 | |a Application software |x Development. |2 fast |0 (OCoLC)fst00811707 | |
650 | 7 | |a Java (Computer program language) |2 fast |0 (OCoLC)fst00982065 | |
650 | 7 | |a Object-oriented programming (Computer science) |2 fast |0 (OCoLC)fst01042804 | |
650 | 7 | |a Web servers |x Management. |2 fast |0 (OCoLC)fst01173240 | |
655 | 4 | |a Llibres electrònics. | |
776 | 0 | 8 | |i Print version: |a Finnegan, Ken. |t JBoss Weld CDI for Java Platform. |d Packt Publishing, 2013 |z 9781782160182 |
830 | 0 | |a Community experience distilled. | |
856 | 4 | 0 | |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=608694 |z Texto completo |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9781782160182/?ar |z Texto completo |
938 | |a EBL - Ebook Library |b EBLB |n EBL1220939 | ||
938 | |a ebrary |b EBRY |n ebr10733929 | ||
938 | |a EBSCOhost |b EBSC |n 608694 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis25840763 | ||
994 | |a 92 |b IZTAP |