|
|
|
|
LEADER |
00000cam a2200000Ma 4500 |
001 |
EBOOKCENTRAL_ocn712995554 |
003 |
OCoLC |
005 |
20240329122006.0 |
006 |
m o d |
007 |
cr cn||||||||| |
008 |
101217s2009 enka o 001 0 eng d |
040 |
|
|
|a SNK
|b eng
|e pn
|c SNK
|d OCLCQ
|d E7B
|d DEBSZ
|d OCLCO
|d OCLCQ
|d EBLCP
|d YDXCP
|d OCLCF
|d OCLCQ
|d LOA
|d OCLCQ
|d FEM
|d COCUF
|d MOR
|d CCO
|d PIFAG
|d ZCU
|d MERUC
|d OCLCQ
|d U3W
|d STF
|d WRM
|d ICG
|d INT
|d OCLCQ
|d DKC
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 698587988
|a 764546687
|a 828793018
|a 904210318
|a 960205440
|a 961549017
|a 962617837
|a 968083974
|a 969053794
|a 988478849
|a 992110055
|a 1037676387
|a 1038628509
|a 1058953235
|a 1097161723
|
020 |
|
|
|a 9781847196835
|q (e-book)
|
020 |
|
|
|a 1847196837
|q (e-book)
|
020 |
|
|
|a 1847196829
|
020 |
|
|
|a 9781847196828
|
020 |
|
|
|z 9781847196828
|
029 |
1 |
|
|a AU@
|b 000059305733
|
029 |
1 |
|
|a DEBBG
|b BV044172932
|
029 |
1 |
|
|a DEBSZ
|b 372741371
|
029 |
1 |
|
|a DEBSZ
|b 397482256
|
029 |
1 |
|
|a NZ1
|b 13869139
|
035 |
|
|
|a (OCoLC)712995554
|z (OCoLC)698587988
|z (OCoLC)764546687
|z (OCoLC)828793018
|z (OCoLC)904210318
|z (OCoLC)960205440
|z (OCoLC)961549017
|z (OCoLC)962617837
|z (OCoLC)968083974
|z (OCoLC)969053794
|z (OCoLC)988478849
|z (OCoLC)992110055
|z (OCoLC)1037676387
|z (OCoLC)1038628509
|z (OCoLC)1058953235
|z (OCoLC)1097161723
|
037 |
|
|
|a 7885312773945176585
|b TotalBoox
|f Ebook only
|n www.totalboox.com
|
050 |
|
4 |
|a TK5105.8885.J42
|b M37 2009eb
|
082 |
0 |
4 |
|a 005.133
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Marchioni, Francesco.
|
245 |
1 |
0 |
|a JBoss AS 5 development /
|c Francesco Marchioni.
|
260 |
|
|
|a Birmingham, U.K. :
|b Packt Pub.,
|c 2009.
|
300 |
|
|
|a 1 online resource (vii, 397 pages) :
|b illustrations (chiefly color)
|
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
|2 rda
|
490 |
1 |
|
|a From technologies to solutions
|
500 |
|
|
|a "Develop, deploy, and secure Java applications on this robust, open source application server."
|
500 |
|
|
|a Includes index.
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Table of Contents; JBoss AS 5 Development; JBoss AS 5 Development; Credits; About the Author; About the Reviewers; Preface; What this book covers; Who this book is for; Conventions; Reader feedback; Customer support; Errata; Piracy; Questions; 1. Installing Core Components; Prologue; What you will get in this book; JBoss big bang; Introduction; Installing the Java environment; Installing JBoss AS 5; Starting up JBoss AS; Stopping JBoss; Stopping JBoss on a remote machine; Installing Eclipse; Plugins: The heart of Eclipse; Installing JBoss Tools plugins; Installing JBoss Tools plugins manually.
|
505 |
8 |
|
|a Connecting Eclipse with JBossSummary; 2. What's New in JBoss AS 5?; Application server features; The core modules of JBoss AS 5; Cutting edge EJB container; The new messaging provider; Rock solid transaction manager; Enhanced web container; JBoss Web Services 3.0; Improved clustering support; The application server structure; The next generation application server; From JMX to the Microcontainer; The new library configuration; JBoss AS 5 server configurations; The ""standard"" configuration; The ""web"" configuration; The former server configurations; Creating a custom server configuration.
|
505 |
8 |
|
|a The starting point: JBoss AS service mapCustom configuration sample: Adding JMS to the web configuration; JBoss virtual file system; Summary; 3. Customizing JBoss AS Services; How to monitor JBoss AS services; The JMX console; An example: Using the JMX console to display the JNDI tree; The admin console; The twiddle utility; JBoss AS thread pool; Application server thread pool anatomy; How many threads for your applications?; Analyze what your threads are doing; Configuring logging services; Appenders; Console file appender; Changing the configuration at runtime; File appenders.
|
505 |
8 |
|
|a Rolling the file by sizeOther appenders; Layout of logs; Logging categories; Configuring your own logger; Managing logs through JMX agents; Configuring the connection to the database; Configuring a datasource in JBoss AS; Additional datasource properties; Setting up a new datasource; Gathering connection pool statistics; Managing datasources from the admin console; Using statistics to tune the connection pool; Deploying datasources at application level; High availability datasources; Clustered RDBMS; Connecting from a remote client; Configuring the transaction service.
|
505 |
8 |
|
|a Preserving data integrityGlobal and local transactions; Configuring JBoss transactions; Monitoring transactions; Summary; 4. Developing EJB 3 Session Beans; Java EE made easier; Developing Enterprise JavaBeans; Developing Session Beans; Stateless Session Beans; Life cycle of a Stateless Session Bean; Setting up a simple example; Deploying your application; Creating a test client; Adding interceptors to your Bean; Stateful Session Beans; Stateful Bean life cycle; Developing a simple Stateful Session Bean; Configuring the EJB container; Configuring Stateless Session Bean pool size.
|
520 |
|
|
|a This book follows a tutorial-based approach starting with simple examples, which are enriched in the following chapters as new topics are introduced. Each chapter provides clear instructions and detailed screenshots, as the user approaches a new facet of the development environment. Most complex topics have been explained using practical examples, which will help you to master JBoss AS development. If you are a Java architect or developer who wants to get the most out of the latest release of the JBoss application server or a JBoss administrator who wants a clear and simple reference for JBoss.
|
590 |
|
|
|a ProQuest Ebook Central
|b Ebook Central Academic Complete
|
650 |
|
0 |
|a Java (Computer program language)
|
650 |
|
0 |
|a Open source software.
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
6 |
|a Java (Langage de programmation)
|
650 |
|
6 |
|a Logiciels libres.
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
7 |
|a Application software
|x Development
|2 fast
|
650 |
|
7 |
|a Java (Computer program language)
|2 fast
|
650 |
|
7 |
|a Open source software
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Marchioni, Francesco.
|t JBoss AS 5 Development.
|d Birmingham : Packt Publishing, ©2009
|z 9781847196828
|
830 |
|
0 |
|a From technologies to solutions.
|
856 |
4 |
0 |
|u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1126731
|z Texto completo
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL1126731
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10430372
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 3551268
|
994 |
|
|
|a 92
|b IZTAP
|