|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBSCO_ocn899727990 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
150109s2014 xx o 000 0 eng d |
040 |
|
|
|a IDEBK
|b eng
|e pn
|c IDEBK
|d EBLCP
|d E7B
|d COO
|d OCLCO
|d DEBSZ
|d N$T
|d REB
|d OCLCQ
|d OCLCF
|d DEBBG
|d OCLCQ
|d FEM
|d AGLDB
|d ICA
|d XFH
|d OCLCQ
|d MERUC
|d OCLCQ
|d D6H
|d VTS
|d NLE
|d STF
|d UKMGB
|d OCLCQ
|d WYU
|d G3B
|d DKC
|d OCLCQ
|d UKAHL
|d VT2
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|
016 |
7 |
|
|a 018005552
|2 Uk
|
019 |
|
|
|a 968065054
|a 969017775
|a 994401165
|
020 |
|
|
|a 1322570132
|q (electronic bk.)
|
020 |
|
|
|a 9781322570136
|q (electronic bk.)
|
020 |
|
|
|a 9781782171997
|q (electronic bk.)
|
020 |
|
|
|a 1782171991
|q (electronic bk.)
|
020 |
|
|
|z 9781782171980
|
020 |
|
|
|z 1782171983
|
029 |
1 |
|
|a AU@
|b 000061479282
|
029 |
1 |
|
|a AU@
|b 000062545601
|
029 |
1 |
|
|a CHNEW
|b 000708391
|
029 |
1 |
|
|a CHNEW
|b 000887596
|
029 |
1 |
|
|a CHVBK
|b 374465134
|
029 |
1 |
|
|a DEBBG
|b BV043609265
|
029 |
1 |
|
|a DEBSZ
|b 427419794
|
029 |
1 |
|
|a DEBSZ
|b 48473539X
|
029 |
1 |
|
|a UKMGB
|b 018005552
|
035 |
|
|
|a (OCoLC)899727990
|z (OCoLC)968065054
|z (OCoLC)969017775
|z (OCoLC)994401165
|
037 |
|
|
|a 6636415659325961937
|b TotalBoox
|f Ebook only
|n www.totalboox.com
|
050 |
|
4 |
|a T55.4
|
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
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Cmil, Michal.
|
245 |
1 |
0 |
|a Java EE 7 Development with WildFly.
|
260 |
|
|
|b Packt Publishing,
|c 2014.
|
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 |
0 |
|
|a Professional Expertise Distilled
|
588 |
0 |
|
|a Print version record.
|
520 |
8 |
|
|a Annotation
|b If you are a Java developer who wants to learn about Java EE, this is the book for you. It's also ideal for developers who already have experience with the Java EE platform but would like to learn more about the new Java EE 7 features by analyzing fully functional sample applications using the new application server WildFly.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with WildFly; An overview of Java EE and WildFly; WildFly and Enterprise Application Platform; Welcome to Java EE 7; JavaServer Faces 2.2 -- JSR 344; Enterprise JavaBeans 3.2 -- JSR 345; Java Persistence API 2.1 -- JSR 338; Contexts and Dependency Injection for Java EE 1.1 -- JSR 346; Java Servlet API 3.1 -- JSR 340; JAX-RS, the Java API for RESTful Web Services 2.0 -- JSR 339; Java Message Service 2.0 -- JSR 343; Bean validation 1.1 -- JSR 349.
|
505 |
8 |
|
|a Concurrency utilities for Java EE 1.0 -- JSR 236Batch applications for the Java Platform 1.0 -- JSR 352; Java API for JSON Processing 1.0 -- JSR 353; Java API for WebSocket 1.0 -- JSR 356; New features in WildFly; Installing the server and client components; Installing Java SE; Testing the installation; Installing WildFly; Starting WildFly; Connecting to the server with the command-line interface; Stopping WildFly; Restarting WildFly; Installing the Eclipse environment; Installing JBoss Tools; Alternative development environments; Installing Maven; Testing the installation; Summary.
|
505 |
8 |
|
|a Chapter 2: Your First Java EE Application on WildFlyWildFly 8 core concepts; The WildFly 8 directory layout; Managing the application server; Managing WildFly 8 with the web interface; Launching the web console; Deploying your first application to WildFly 8; Advanced Eclipse deployment options; Managing deployments with the web console; Deploying applications using the command-line interface; Deploying applications to a domain; Summary; Chapter 3: Introducing Java EE 7 -- EJBs; EJB 3.2 -- an overview; Developing singleton EJBs; Configuring the EJB project object module (pom.xml).
|
505 |
8 |
|
|a Coding our EJB applicationControlling bean concurrency; Using bean-managed concurrency; Cooking session beans; Adding a stateless bean; Adding a stateful bean; Deploying the EJB application; Creating a remote EJB client; Configuring the client's project object module; Coding the EJB client; Adding the EJB client configuration; Running the client application; Adding user authentication; Using the EJB timer service; Programmatic timer creation; Scheduling timer events; Adding asynchronous methods to our EJBs; Using fire-and-forget asynchronous calls; Returning a Future object to the client.
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Java (Computer program language)
|
650 |
|
6 |
|a Java (Langage de programmation)
|
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 Java (Computer program language)
|2 fast
|
776 |
0 |
8 |
|i Erscheint auch als:
|n Druck-Ausgabe
|t Ćil, Michał. Java EE 7 Development with WildFly
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=935123
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH28118121
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL1688631
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr11001832
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 935123
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis30427419
|
994 |
|
|
|a 92
|b IZTAP
|