top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
IBM WebSphere Application Server 8.0 administration guide [[electronic resource] ] : learn to administer a reliable, secure, and scalable environment for running applications with IBM WebSphere Application Server 8.0 / / Steve Robinson
IBM WebSphere Application Server 8.0 administration guide [[electronic resource] ] : learn to administer a reliable, secure, and scalable environment for running applications with IBM WebSphere Application Server 8.0 / / Steve Robinson
Autore Renders Steven
Edizione [1st edition]
Pubbl/distr/stampa Birmingham, : Packt Pub., 2011
Descrizione fisica 1 online resource (272 p.)
Disciplina 005.2765
Collana Professional Expertise Distilled
Soggetto topico Web site development - Computer programs
Soggetto genere / forma Electronic books.
ISBN 1-283-30843-6
9786613308436
1-84968-399-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 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
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
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
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
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
Time for action - Moving a ball
Record Nr. UNINA-9910461816303321
Renders Steven  
Birmingham, : Packt Pub., 2011
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
IBM WebSphere Application Server 8.0 administration guide [[electronic resource] ] : learn to administer a reliable, secure, and scalable environment for running applications with IBM WebSphere Application Server 8.0 / / Steve Robinson
IBM WebSphere Application Server 8.0 administration guide [[electronic resource] ] : learn to administer a reliable, secure, and scalable environment for running applications with IBM WebSphere Application Server 8.0 / / Steve Robinson
Autore Renders Steven
Edizione [1st edition]
Pubbl/distr/stampa Birmingham, : Packt Pub., 2011
Descrizione fisica 1 online resource (272 p.)
Disciplina 005.2765
Collana Professional Expertise Distilled
Soggetto topico Web site development - Computer programs
ISBN 1-283-30843-6
9786613308436
1-84968-399-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 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
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
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
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
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
Time for action - Moving a ball
Record Nr. UNINA-9910789728503321
Renders Steven  
Birmingham, : Packt Pub., 2011
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
IBM WebSphere Application Server 8.0 administration guide : learn to administer a reliable, secure, and scalable environment for running applications with IBM WebSphere Application Server 8.0 / / Steve Robinson
IBM WebSphere Application Server 8.0 administration guide : learn to administer a reliable, secure, and scalable environment for running applications with IBM WebSphere Application Server 8.0 / / Steve Robinson
Autore Renders Steven
Edizione [1st edition]
Pubbl/distr/stampa Birmingham, : Packt Pub., 2011
Descrizione fisica 1 online resource (272 p.)
Disciplina 005.2765
Collana Professional Expertise Distilled
Soggetto topico Web site development - Computer programs
ISBN 1-283-30843-6
9786613308436
1-84968-399-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 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
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
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
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
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
Time for action - Moving a ball
Altri titoli varianti WebSphere Application Server 8.0 administration guide
Record Nr. UNINA-9910808353003321
Renders Steven  
Birmingham, : Packt Pub., 2011
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Mastering IBM WebSphere portal [[electronic resource] /] / Ron Ben-Natan ... [et al.]
Mastering IBM WebSphere portal [[electronic resource] /] / Ron Ben-Natan ... [et al.]
Pubbl/distr/stampa Indianapolis, Ind. ; ; [Chichester], : Wiley, c2004
Descrizione fisica 1 online resource (551 p.)
Disciplina 005.2765
Altri autori (Persone) Ben-NatanRon
Soggetto topico Web portals
Soggetto genere / forma Electronic books.
ISBN 1-280-26586-8
9786610265862
0-7645-7550-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Foreword; Acknowledgments; About the Authors; Introduction; PART I WebSphere Portal Primer; CHAPTER 1: Introducing WebSphere Portal; What Is a Portal and Why Do We Need Them?; The WebSphere Family; Foundation and Tools; Business Integration; WebSphere Business Portals; What Is WebSphere Portal?; The User Experience; The Developer Experience; The Administrator Experience; WebSphere Portal Architecture; WebSphere Portal Packaging; WebSphere Portal Platforms; What's New in WebSphere 5.0 (including 5.0.2); Summary; CHAPTER 2: Installing WebSphere Portal on Windows 2000 Server
Getting Going: A Quick InstallGetting Information on Your Windows Server; Installing on Your Windows Server; Installing with an Existing Web Server and an Existing WebSphere Application Server; Installing WebSphere Portal Fixpack 2; Summary; CHAPTER 3: Installing WebSphere Portal on Linux; Installing on Linux; Getting Information on Your Linux Server; Installing on Your Linux Server; Nongraphic Linux Installation; Uninstalling WebSphere Portal on Linux; Directory Structure; Installing When WebSphere Security Is Enabled; Summary; CHAPTER 4: Customizing WebSphere Portal; WPSconfig
Configuration TemplatesUsing DB2 with WebSphere Portal; Configuring the DB2 Server; Installing DB2 Client on WebSphere Portal Server; Using Oracle and SQL Server with WebSphere Portal; Step 1: Create the Databases; Step 2: Create the Database Users; Configuring WebSphere Portal to Access a Remote Database; Summary; CHAPTER 5: Installing WebSphere Portal Tools and Problem Analysis; Portal Toolkit 5.0.2; Updating WebSphere Studio's WAS Runtime Environment; Installing WebSphere Portal Toolkit V5.0.2 MP; Updating to WebSphere Portal Test Environment V5.0.2
IBM Lotus Workplace Web Content Management Version 1.1Updating the Initialization Parameters; Installing the ILWWCM Web Application; Updating the ILWWCM Configuration Files; Starting the ILWWCM Web Application; ILWWCM Administrative Client Setup; Installing the WebSphere Portal Content Management Portlet; Problem Analysis; Tivoli Web Site Analyzer; Summary; CHAPTER 6: Migrating to WebSphere Portal Version 5.0; Preparing for a Migration; Recommended Migration Environment; Performing the Migration; Setting up the Migration Property Values; Migrating Access Controls
Migrating Extended User AttributesMigrating Themes, Skins, and Style Sheets; Migrating Portlet Applications; Migrating Places; Migrating Pages; Migrating All User Customizations; Migrating Credential Vault Slots and Segments; Migrating Credential Vault data; Migrating Everything at One Time; XML Configuration Interface; XML Input File; XML Configuration Interface Special Properties; XML Configuration Interface Transactional Support; Changes in XML Configuration Interface for Version 5.0; Summary; PART II Building and Administering Portals with WPS; CHAPTER 7: Defining Portals and Pages
Portals and Pages
Record Nr. UNINA-9910449915103321
Indianapolis, Ind. ; ; [Chichester], : Wiley, c2004
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Mastering IBM WebSphere portal [[electronic resource] /] / Ron Ben-Natan ... [et al.]
Mastering IBM WebSphere portal [[electronic resource] /] / Ron Ben-Natan ... [et al.]
Pubbl/distr/stampa Indianapolis, Ind. ; ; [Chichester], : Wiley, c2004
Descrizione fisica 1 online resource (551 p.)
Disciplina 005.2765
Altri autori (Persone) Ben-NatanRon
Soggetto topico Web portals
ISBN 1-280-26586-8
9786610265862
0-7645-7550-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Foreword; Acknowledgments; About the Authors; Introduction; PART I WebSphere Portal Primer; CHAPTER 1: Introducing WebSphere Portal; What Is a Portal and Why Do We Need Them?; The WebSphere Family; Foundation and Tools; Business Integration; WebSphere Business Portals; What Is WebSphere Portal?; The User Experience; The Developer Experience; The Administrator Experience; WebSphere Portal Architecture; WebSphere Portal Packaging; WebSphere Portal Platforms; What's New in WebSphere 5.0 (including 5.0.2); Summary; CHAPTER 2: Installing WebSphere Portal on Windows 2000 Server
Getting Going: A Quick InstallGetting Information on Your Windows Server; Installing on Your Windows Server; Installing with an Existing Web Server and an Existing WebSphere Application Server; Installing WebSphere Portal Fixpack 2; Summary; CHAPTER 3: Installing WebSphere Portal on Linux; Installing on Linux; Getting Information on Your Linux Server; Installing on Your Linux Server; Nongraphic Linux Installation; Uninstalling WebSphere Portal on Linux; Directory Structure; Installing When WebSphere Security Is Enabled; Summary; CHAPTER 4: Customizing WebSphere Portal; WPSconfig
Configuration TemplatesUsing DB2 with WebSphere Portal; Configuring the DB2 Server; Installing DB2 Client on WebSphere Portal Server; Using Oracle and SQL Server with WebSphere Portal; Step 1: Create the Databases; Step 2: Create the Database Users; Configuring WebSphere Portal to Access a Remote Database; Summary; CHAPTER 5: Installing WebSphere Portal Tools and Problem Analysis; Portal Toolkit 5.0.2; Updating WebSphere Studio's WAS Runtime Environment; Installing WebSphere Portal Toolkit V5.0.2 MP; Updating to WebSphere Portal Test Environment V5.0.2
IBM Lotus Workplace Web Content Management Version 1.1Updating the Initialization Parameters; Installing the ILWWCM Web Application; Updating the ILWWCM Configuration Files; Starting the ILWWCM Web Application; ILWWCM Administrative Client Setup; Installing the WebSphere Portal Content Management Portlet; Problem Analysis; Tivoli Web Site Analyzer; Summary; CHAPTER 6: Migrating to WebSphere Portal Version 5.0; Preparing for a Migration; Recommended Migration Environment; Performing the Migration; Setting up the Migration Property Values; Migrating Access Controls
Migrating Extended User AttributesMigrating Themes, Skins, and Style Sheets; Migrating Portlet Applications; Migrating Places; Migrating Pages; Migrating All User Customizations; Migrating Credential Vault Slots and Segments; Migrating Credential Vault data; Migrating Everything at One Time; XML Configuration Interface; XML Input File; XML Configuration Interface Special Properties; XML Configuration Interface Transactional Support; Changes in XML Configuration Interface for Version 5.0; Summary; PART II Building and Administering Portals with WPS; CHAPTER 7: Defining Portals and Pages
Portals and Pages
Record Nr. UNINA-9910783277903321
Indianapolis, Ind. ; ; [Chichester], : Wiley, c2004
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Mastering IBM WebSphere portal [[electronic resource] /] / Ron Ben-Natan ... [et al.]
Mastering IBM WebSphere portal [[electronic resource] /] / Ron Ben-Natan ... [et al.]
Edizione [1st ed.]
Pubbl/distr/stampa Indianapolis, Ind. ; ; [Chichester], : Wiley, c2004
Descrizione fisica 1 online resource (551 p.)
Disciplina 005.2765
Altri autori (Persone) Ben-NatanRon
Soggetto topico Web portals
ISBN 1-280-26586-8
9786610265862
0-7645-7550-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Foreword; Acknowledgments; About the Authors; Introduction; PART I WebSphere Portal Primer; CHAPTER 1: Introducing WebSphere Portal; What Is a Portal and Why Do We Need Them?; The WebSphere Family; Foundation and Tools; Business Integration; WebSphere Business Portals; What Is WebSphere Portal?; The User Experience; The Developer Experience; The Administrator Experience; WebSphere Portal Architecture; WebSphere Portal Packaging; WebSphere Portal Platforms; What's New in WebSphere 5.0 (including 5.0.2); Summary; CHAPTER 2: Installing WebSphere Portal on Windows 2000 Server
Getting Going: A Quick InstallGetting Information on Your Windows Server; Installing on Your Windows Server; Installing with an Existing Web Server and an Existing WebSphere Application Server; Installing WebSphere Portal Fixpack 2; Summary; CHAPTER 3: Installing WebSphere Portal on Linux; Installing on Linux; Getting Information on Your Linux Server; Installing on Your Linux Server; Nongraphic Linux Installation; Uninstalling WebSphere Portal on Linux; Directory Structure; Installing When WebSphere Security Is Enabled; Summary; CHAPTER 4: Customizing WebSphere Portal; WPSconfig
Configuration TemplatesUsing DB2 with WebSphere Portal; Configuring the DB2 Server; Installing DB2 Client on WebSphere Portal Server; Using Oracle and SQL Server with WebSphere Portal; Step 1: Create the Databases; Step 2: Create the Database Users; Configuring WebSphere Portal to Access a Remote Database; Summary; CHAPTER 5: Installing WebSphere Portal Tools and Problem Analysis; Portal Toolkit 5.0.2; Updating WebSphere Studio's WAS Runtime Environment; Installing WebSphere Portal Toolkit V5.0.2 MP; Updating to WebSphere Portal Test Environment V5.0.2
IBM Lotus Workplace Web Content Management Version 1.1Updating the Initialization Parameters; Installing the ILWWCM Web Application; Updating the ILWWCM Configuration Files; Starting the ILWWCM Web Application; ILWWCM Administrative Client Setup; Installing the WebSphere Portal Content Management Portlet; Problem Analysis; Tivoli Web Site Analyzer; Summary; CHAPTER 6: Migrating to WebSphere Portal Version 5.0; Preparing for a Migration; Recommended Migration Environment; Performing the Migration; Setting up the Migration Property Values; Migrating Access Controls
Migrating Extended User AttributesMigrating Themes, Skins, and Style Sheets; Migrating Portlet Applications; Migrating Places; Migrating Pages; Migrating All User Customizations; Migrating Credential Vault Slots and Segments; Migrating Credential Vault data; Migrating Everything at One Time; XML Configuration Interface; XML Input File; XML Configuration Interface Special Properties; XML Configuration Interface Transactional Support; Changes in XML Configuration Interface for Version 5.0; Summary; PART II Building and Administering Portals with WPS; CHAPTER 7: Defining Portals and Pages
Portals and Pages
Record Nr. UNINA-9910818438403321
Indianapolis, Ind. ; ; [Chichester], : Wiley, c2004
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui