|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
OR_ocn773205787 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
120118s2011 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d S4S
|d COO
|d OCLCQ
|d DEBSZ
|d OCLCQ
|d OCLCO
|d IDEBK
|d OCLCO
|d OCLCQ
|d OCLCO
|d OCLCF
|d OCLCO
|d OCLCQ
|d OCLCO
|d FEM
|d OCLCQ
|d OCLCO
|d CEF
|d UAB
|d XFH
|d AU@
|d OCLCQ
|d OCLCO
|d OCLCQ
|
019 |
|
|
|a 778311913
|a 816867991
|a 823130479
|a 968059613
|a 969056722
|a 994352355
|
020 |
|
|
|a 1849683980
|
020 |
|
|
|a 9781849683982
|
020 |
|
|
|a 1283308436
|
020 |
|
|
|a 9781283308434
|
020 |
|
|
|a 9781849683999
|
020 |
|
|
|a 1849683999
|
020 |
|
|
|z 9781849683982
|
029 |
1 |
|
|a DEBBG
|b BV040902399
|
029 |
1 |
|
|a DEBSZ
|b 378299115
|
029 |
1 |
|
|a DEBSZ
|b 381384713
|
029 |
1 |
|
|a GBVCP
|b 785358811
|
029 |
1 |
|
|a AU@
|b 000067099377
|
035 |
|
|
|a (OCoLC)773205787
|z (OCoLC)778311913
|z (OCoLC)816867991
|z (OCoLC)823130479
|z (OCoLC)968059613
|z (OCoLC)969056722
|z (OCoLC)994352355
|
037 |
|
|
|a CL0500000122
|b Safari Books Online
|
050 |
|
4 |
|a TK5105.8885.W43
|b R46 2011
|
082 |
0 |
4 |
|a 005.2765
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Robinson, Steve.
|
245 |
1 |
0 |
|a IBM WebSphere Application Server 8.0 administration guide /
|c Steve Robinson.
|
246 |
3 |
0 |
|a WebSphere Application Server 8.0 administration guide
|
260 |
|
|
|a Birmingham, UK :
|b Packt Pub.,
|c 2011.
|
300 |
|
|
|a 1 online resource (ix, 474 pages) :
|b illustrations
|
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
|
520 |
8 |
|
|a Annotation
|b Administrators require a secure, scalable, and resilient application infrastructure to support the development of JEE applications and SOA services. IBMs WebSphere Application Server is optimized for this task, and this book will ensure that you can utilize all that this tool has to offer with the exciting new features of IBM WebSphere Application Server 8.0. IBM WebSphere Application Server 8.0 Administration Guide is fully revised with details of the new functionality of WebSphere Application Server 8.0, including the new installation GUI, managed deployment, and HPEL. With this book in hand, you will be equipped to provide an innovative, performance-based foundation to build, run, and manage JEE applications and SOA services. IBM WebSphere Application Server 8.0 has been tuned for higher performance out of the box, and numerous enhancements have been made to give you as an administrator more options for increasing runtime performance. This book will allow you to utilize all of these features, including HPEL logging and disabling WebSphere MQ Messaging. You will be taken through how to configure and prepare WebSphere resources for your application deployments, and by the end of IBM WebSphere Application Server 8.0 Administration Guide, you will be able to successfully manage and tune your WebSphere 8.0 implementation.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Authors; Acknowledgement; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Installing Irrlicht; Irrlicht license; System requirements; Time for action -- downloading Irrlicht; Contents of the Irrlicht package; bin folder; doc folder; examples folder; lib folder; include folder; media folder; source folder; tools folder; Text files; Irrlicht on Windows with Visual Studio; Time for action -- adding file references; Project-specific configuration; Compiling Irrlicht as a dynamic library using Visual Studio; For 64-bit Windows.
|
505 |
8 |
|
|a Installing Microsoft's DirectX SDKTime for action -- compiling Irrlicht as a dynamic library; Time for action -- compiling the Irrlicht dynamic library; with modifications; Additional configurations; Building an example with Visual Studio; Time for action -- building an Irrlicht example; Using Irrlicht with CodeBlocks; Time for action -- creating an application using the; CodeBlocks wizard; CodeBlocks under Linux; Irrlicht on Linux; Time for action -- compiling the static library; Making Irrlicht available on the whole system; Time for action -- compiling ""Hello World"" on Ubuntu.
|
505 |
8 |
|
|a Irrlicht on Mac OS X with XcodeTime for action -- compiling the static library on Mac OS X; Time for action -- compiling Hello World project with Xcode; Summary; Chapter 2: Creating a Basic Template Application; Creating a new empty project; Visual Studio; CodeBlocks; Linux and the command line; Xcode; Time for action -- creating the main entry point; Using Irrlicht namespaces; Irrlicht device; Time for action -- creating an Irrlicht device; The createDevice method; The game loop -- Time for action -- creating the game loop -- beginScene; endScene; Summary; Chapter 3: Loading Meshes.
|
505 |
8 |
|
|a What is a mesh?Time for action -- loading a mesh; Differences between mesh formats; OBJ; MD2/MD3; COLLADA; X; Using textures; Time for action -- applying texture to a mesh; Time for action -- manipulating our mesh; Time for action -- animating our mesh; Summary; Chapter 4: Overlays and User Interface; What is an overlay?; Time for action -- drawing a 2D image; Using a sprite sheet; Time for action -- using a sprite sheet; Making sprite sheets; Time for action -- making sprite sheets; Drawing primitives; Time for action -- drawing primitives; Rectangles; Polygons; Lines; Graphical user interface.
|
505 |
8 |
|
|a Displaying text on the screenTime for action -- displaying text on the screen; Using the Irrlicht font tool; Time for action -- using the Irrlicht font tool; Adding buttons to our GUI; Time for action -- adding buttons to your GUI; Summary; Chapter 5: Understanding Data Types; Using C++ templates; What are templates?; Using templates; Time for action -- Using templates; Type definitions; Class types; video::SColor; video::SColorf; core::rect; core::dimension2d; core::array; core::list; Vectors; Dot product; Cross product; Magnitude (length); Unit vector; Normalization; Direction vector.
|
505 |
8 |
|
|a Time for action -- Moving a ball.
|
546 |
|
|
|a English.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a WebSphere.
|
630 |
0 |
7 |
|a WebSphere.
|2 blmlsh
|
630 |
0 |
7 |
|a WebSphere.
|2 fast
|0 (OCoLC)fst01393856
|
650 |
|
0 |
|a Web servers
|x Computer programs.
|
650 |
|
0 |
|a Web site development
|x Computer programs.
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
6 |
|a Serveurs Web
|x Logiciels.
|
650 |
|
6 |
|a Sites Web
|x Développement
|x Logiciels.
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
7 |
|a Application software
|x Development.
|2 fast
|0 (OCoLC)fst00811707
|
650 |
|
7 |
|a Web servers
|x Computer programs.
|2 fast
|0 (OCoLC)fst01173237
|
650 |
|
7 |
|a Web site development
|x Computer programs.
|2 fast
|0 (OCoLC)fst01173244
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781849683982/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n 330843
|
994 |
|
|
|a 92
|b IZTAP
|