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.
Autotools [[electronic resource] ] : a practitioner's guide to GNU Autoconf, Automake, and Libtool / / by John Calcote
Autotools [[electronic resource] ] : a practitioner's guide to GNU Autoconf, Automake, and Libtool / / by John Calcote
Autore Calcote John <1964->
Edizione [1st edition]
Pubbl/distr/stampa San Francisco, : No Starch Press, c2010
Descrizione fisica 1 online resource (364 p.)
Disciplina 005.3
Soggetto topico Cross-platform software development
Open source software
Soggetto genere / forma Electronic books.
ISBN 1-59327-331-2
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto A brief introduction to the GNU autotools -- Understanding the GNU coding standards -- Configuring your project with Autoconf -- More fun with Autoconf: configuring user options -- Automatic makefiles with Automake -- Building libraries with Libtool -- Library interface versioning and runtime dynamic linking -- FLAIM: an Autotools example -- FLAIM part II: pushing the envelope -- Using the M4 Macro processor with Autoconf -- A catalog of tips and reusable solutions for creating great projects.
Record Nr. UNINA-9910458907503321
Calcote John <1964->  
San Francisco, : No Starch Press, c2010
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Autotools [[electronic resource] ] : a practitioner's guide to GNU Autoconf, Automake, and Libtool / / by John Calcote
Autotools [[electronic resource] ] : a practitioner's guide to GNU Autoconf, Automake, and Libtool / / by John Calcote
Autore Calcote John <1964->
Edizione [1st edition]
Pubbl/distr/stampa San Francisco, : No Starch Press, c2010
Descrizione fisica 1 online resource (364 p.)
Disciplina 005.3
Soggetto topico Cross-platform software development
Open source software
ISBN 1-59327-331-2
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto A brief introduction to the GNU autotools -- Understanding the GNU coding standards -- Configuring your project with Autoconf -- More fun with Autoconf: configuring user options -- Automatic makefiles with Automake -- Building libraries with Libtool -- Library interface versioning and runtime dynamic linking -- FLAIM: an Autotools example -- FLAIM part II: pushing the envelope -- Using the M4 Macro processor with Autoconf -- A catalog of tips and reusable solutions for creating great projects.
Record Nr. UNINA-9910792122603321
Calcote John <1964->  
San Francisco, : No Starch Press, c2010
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Creating apps with React Native : deliver cross-platform 0 crash, 5 star apps / / M. Holmes He
Creating apps with React Native : deliver cross-platform 0 crash, 5 star apps / / M. Holmes He
Autore He M. Holmes
Pubbl/distr/stampa Berkeley, California : , : Apress, , [2022]
Descrizione fisica 1 online resource (445 pages) : illustrations
Disciplina 005.35
Soggetto topico Mobile apps - Development
Cross-platform software development
ISBN 1-4842-8042-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Intro -- Table of Contents -- About the Author -- About the Technical Reviewer -- The Path to a 05 App -- Chapter 1: Start Thinking in React -- 1.1 Component -- 1.1.1 Key Takeaways -- 1.2 The "Hello World" App in Pieces -- 1.2.1 React Native Development Environment -- 1.2.2 JSX -- 1.2.3 props -- 1.2.3.1 Style -- 1.2.3.2 Children -- 1.2.4 JSX Internals -- 1.2.5 States -- 1.2.5.1 State Change on the Current Component -- 1.2.5.2 Cascading State Changes -- 1.2.6 setState() Internals -- 1.2.7 Key Takeaways -- 1.3 Summary -- Chapter 2: Foundations of React -- 2.1 Flexbox, a Practical Guide -- 2.1.1 Component Size -- 2.1.2 Case Study: Feed -- 2.1.3 Key Takeaways -- 2.2 Composition vs. Inheritance, HOC -- 2.2.1 Case Study: Multiple Photo Feeds -- 2.2.2 Key Takeaways -- 2.3 ScrollView and FlatList -- 2.3.1 Case Study: Moment -- 2.3.2 Key Takeaways -- 2.4 Error Handling -- 2.4.1 Case Study: Moment (Reinforced) -- 2.4.2 Key Takeaways -- 2.5 Summary -- Chapter 3: Animation in React Native -- 3.1 Introduction to React Native Animation -- 3.2 Layout Animation -- 3.2.1 Presets -- 3.2.2 LayoutAnimation.create( ) -- 3.2.3 Raw Animation Config -- 3.2.4 Android -- 3.2.5 Case Study, Read More -- 3.2.6 Key Takeaways -- 3.3 Value Animation -- 3.3.1 Animate the Animation -- 3.3.1.1 Animated.timing( ) -- 3.3.1.2 Animated.spring( ) -- 3.3.1.3 Animation Cohort -- 3.3.1.4 setValue( ) -- 3.3.2 Bind the Animation Value -- 3.3.2.1 The transform props.style -- 3.3.2.2 Value Interpolation -- 3.3.2.3 Value Calculation -- 3.3.3 Case Study 1, Looming Animation for Image Loading -- 3.3.4 Case Study 2, Loading Indicators -- 3.3.5 Key Takeaways -- 3.4 Gesture-Driven Animation -- 3.4.1 Native Event -- 3.4.2 Case Study, a Pull Down Load Experience -- 3.4.3 Key Takeaways -- 3.5 Summary -- Chapter 4: Native Modules and Components -- 4.1 Native Modules -- 4.1.1 iOS Native Module.
4.1.1.1 Setup -- 4.1.1.2 Implement the Native Module -- 4.1.1.3 Async Calls -- 4.1.2 Android Native Module -- 4.1.2.1 Setup -- 4.1.2.2 Implement the Native Module -- 4.1.2.3 Register the Native Module -- 4.1.2.4 Async Calls -- 4.1.3 Use the Native Module in JavaScript -- 4.1.4 Key Takeaways -- 4.2 Native Components -- 4.2.1 iOS Native Component -- 4.2.1.1 Setup -- 4.2.1.2 Implement the View Manager -- 4.2.1.3 View Property -- 4.2.2 Android Native Component -- 4.2.2.1 Setup -- 4.2.2.2 Implement the View Manager -- 4.2.2.3 View Property -- 4.2.3 Use the Native Component in JavaScript -- 4.2.3.1 The Easy Way -- 4.2.3.2 The Right Way, Abstraction on the JavaScript Layer -- 4.2.4 Children of a Native Component -- 4.2.5 Key Takeaways -- 4.3 Advanced Techniques -- 4.3.1 Event -- 4.3.1.1 Send Events from iOS -- 4.3.1.2 Send Events from Android -- 4.3.1.3 Receive Events in JavaScript -- 4.3.2 React Tag -- 4.3.2.1 React Refs -- 4.3.2.2 React Tags -- 4.3.2.3 Reconcile React Tag Implementation on JavaScript -- 4.3.3 Direct Manipulation -- 4.3.4 Synchronous Method Call -- 4.3.5 Export Constants -- 4.3.5.1 iOS -- 4.3.5.2 Android -- 4.3.5.3 Access Constants in JavaScript -- 4.3.6 Initial Properties -- 4.3.7 Dependency Injection -- 4.3.8 Key Takeaways -- 4.4 Exception Handling -- 4.5 Case Study - a Video Component -- 4.5.1 iOS Implementation of a Video Component -- 4.5.2 Android Implementation of a Video Component -- 4.5.3 JavaScript Layer -- 4.5.3.1 Native Component Wrapper -- 4.5.3.2 View Manager Wrapper -- 4.5.3.3 Video Feed -- 4.5.3.4 Ref Forwarding -- 4.5.3.5 Video Feed in Moment -- 4.5.4 Reinforced Video Component -- 4.5.4.1 Protect the iOS Component -- 4.5.4.2 Protect the Android Component -- 4.5.4.3 JavaScript Layer -- 4.6 Summary -- Chapter 5: Network Programming -- 5.1 A Very Brief Introduction to TCP/IP -- 5.1.1 TCP.
5.1.1.1 Three-Way Handshake (Opening Connection) -- 5.1.1.2 Sliding Window -- 5.1.1.3 Congestion Control -- 5.1.1.4 Four-Way Handshake (Closing Connection) -- 5.1.1.5 Miscellanies -- 5.1.2 HTTP/1.1 -- 5.1.2.1 HTTP Is Text Based -- 5.1.2.2 Common Request Headers -- 5.1.2.3 Common Response Headers -- 5.1.2.4 HTTP Status Code -- 5.1.2.5 Cache Control -- 5.1.2.6 HTTP API Design -- 5.1.3 DNS -- 5.1.4 TLS -- 5.1.4.1 Pinning -- 5.1.5 The Modern Internet -- 5.1.6 Key Takeaway -- 5.2 Network Programming on the JavaScript Layer -- 5.2.1 Asynchronous Operations -- 5.2.1.1 Promise -- 5.2.1.2 Await -- 5.2.2 fetch( ) -- 5.2.3 Case Study, Move Everything Online -- 5.3 Network Programming on the Native Layer -- 5.3.1 Case Study, Enable Local Caching -- 5.4 Exception Handling -- 5.4.1 Case Study, Reinforce the Network Components -- 5.4.2 Case Study, Offline Mode -- 5.5 Summary -- Chapter 6: Advanced Topics -- 6.1 Revisit Rendering -- 6.2 Redux -- 6.2.1 Case Study, Like -- 6.2.1.1 Reduxfy Feeds -- 6.2.1.2 Implement Like -- 6.3 Long List -- 6.3.1 Case Study, Apply Basic Heuristics -- 6.4 0 Crash, Design Exception Flow -- 6.4.1 Robustness Built in Software Architecture -- 6.4.1.1 Entry Points -- 6.4.1.2 Crash Points -- 6.4.2 Last Resort, Global Error Handler -- 6.4.3 Wrap Up -- 6.5 Native Modules Inside Out -- 6.5.1 Phase 0, Prior Bootstrap -- 6.5.2 Phase 1, Bootstrap -- 6.5.2.1 requiresMainQueueSetup -- 6.5.2.2 Threads and Locks -- 6.5.3 Phase 2, Native Module on the JavaScript Layer -- 6.5.3.1 The Nature of a Native Call -- 6.5.4 Execute the Bundle -- 6.5.5 The Two-Way Communication -- 6.5.6 The Native Module Metadata -- 6.5.7 Wrap Up -- 6.6 Animation Inside Out -- 6.6.1 Establish the Animated Node Graph -- 6.6.1.1 JavaScript Pass -- 6.6.1.2 Native Pass -- 6.6.2 Bind the Event Receiver -- 6.6.3 Attach the Event Source -- 6.6.4 Native Event Transmission.
6.6.4.1 Identify Receivers -- 6.6.4.2 Update -- 6.7 Adaptive to All Screens, Layout Design -- 6.8 Time to Say Goodbye -- Index.
Record Nr. UNINA-9910568257303321
He M. Holmes  
Berkeley, California : , : Apress, , [2022]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Getting Started with JUCE / / Martin Robinson
Getting Started with JUCE / / Martin Robinson
Autore Robinson Martin
Edizione [1st edition]
Pubbl/distr/stampa Birmingham : , : Packt Publishing, , 2013
Descrizione fisica 1 online resource (158 p.)
Soggetto topico C++ (Computer program language)
Cross-platform software development
Soggetto genere / forma Electronic books.
ISBN 1-78328-332-7
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910453379703321
Robinson Martin  
Birmingham : , : Packt Publishing, , 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
JMeter cookbook : 70 insightful and practical recipes to help you successfully use Apache JMeter / / Bayo Erinle
JMeter cookbook : 70 insightful and practical recipes to help you successfully use Apache JMeter / / Bayo Erinle
Autore Erinle Bayo
Edizione [1st edition]
Pubbl/distr/stampa Birmingham : , : Packt Publishing, , 2014
Descrizione fisica 1 online resource (228 p.)
Disciplina 004.67
Collana Quick answers to common problems
Soggetto topico Cross-platform software development
Computer software - Development
Soggetto genere / forma Electronic books.
ISBN 1-78398-829-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: JMeter Fundamentals; Introduction; Executing a test script; Recording a script via HTTP(S) Test Script Recorder; Recording scripts via the Chrome browser extension; Converting HTTP web archives (HAR) to JMeter test plans; Viewing and analyzing test results; Feeding data into a script; Using timers; Managing HTTP user sessions; Testing Single Page Applications (SPAs); Testing AJAX-centric applications; Chapter 2: Handling Responses; Introduction
Using Regular Expression ExtractorUsing Regular Expression Tester; Using CSS/jQuery Extractor; Using XPath Extractor; Dealing with file downloads; Handling XML responses; Handling JSON responses; Handling HTML responses; Using Response Assertion; Using Duration Assertion; Uploading files with your scripts; Chapter 3: Building Robust Test Plans with Controllers; Introduction; Using Transaction Controller in test plans; Using Loop Controller in test plans; Leveraging ForEach Controller in test plans; Using Interleave and Random Controller in test plans; Using Runtime Controller in test plans
Chapter 4: Testing ServicesIntroduction; Testing REST web services; Testing SOAP web services; Testing FTP services; Testing relational databases; Testing NoSQL databases; Testing JMS services; Chapter 5: Diving into Distributed Testing; Introduction; Testing applications with JMeter's master-slave setup; Testing internal applications using JMeter and Vagrant; Testing external facing applications using JMeter, Vagrant, and AWS; Testing external facing applications using Flood.IO; Testing external facing applications using BlazeMeter; Chapter 6: Extending JMeter; Introduction
Using REST SamplerUsing Ultimate Thread Group; Using Throughput Shaping Timer; Using Console Status Logger; Using Dummy Sampler; Developing custom JMeter plugins; Testing WebSocket-enabled applications; Chapter 7: Building, Debugging, and Analyzing the Results of Test Plans; Introduction; Using the View Results Tree listener; Using the Aggregate Report listener; Debugging with Debug Sampler; Using Constant Throughput Timer; Using the JSR223 postprocessor; Analyzing Response Times Over Time; Analyzing transactions per second; Using User Defined Variables (UDV); Chapter 8: Beyond the Basics
IntroductionContinuous Integration with JMeter; Testing with different bandwidths; Using the HTTP Cache Manager component; Using script languages within test plans; Writing test scripts through Ruby DSL; Understanding JMeter properties; Monitoring servers while executing tests (using VisualVM); Monitoring servers while executing tests (using YourKit Profiler); Monitoring servers while executing tests (using New Relic); Performance tips to scale JMeter; Appendix: Installing the Supporting Software Needed for this Book; Introduction; Installing JMeter; Installing the Java Development Kit (JDK)
Installing JMeter plugins
Altri titoli varianti JMeter cookbook : seventy insightful and practical recipes to help you successfully use Apache JMeter
Record Nr. UNINA-9910459808503321
Erinle Bayo  
Birmingham : , : Packt Publishing, , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
JMeter cookbook : 70 insightful and practical recipes to help you successfully use Apache JMeter / / Bayo Erinle
JMeter cookbook : 70 insightful and practical recipes to help you successfully use Apache JMeter / / Bayo Erinle
Autore Erinle Bayo
Edizione [1st edition]
Pubbl/distr/stampa Birmingham : , : Packt Publishing, , 2014
Descrizione fisica 1 online resource (228 p.)
Disciplina 004.67
Collana Quick answers to common problems
Soggetto topico Cross-platform software development
Computer software - Development
ISBN 1-78398-829-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: JMeter Fundamentals; Introduction; Executing a test script; Recording a script via HTTP(S) Test Script Recorder; Recording scripts via the Chrome browser extension; Converting HTTP web archives (HAR) to JMeter test plans; Viewing and analyzing test results; Feeding data into a script; Using timers; Managing HTTP user sessions; Testing Single Page Applications (SPAs); Testing AJAX-centric applications; Chapter 2: Handling Responses; Introduction
Using Regular Expression ExtractorUsing Regular Expression Tester; Using CSS/jQuery Extractor; Using XPath Extractor; Dealing with file downloads; Handling XML responses; Handling JSON responses; Handling HTML responses; Using Response Assertion; Using Duration Assertion; Uploading files with your scripts; Chapter 3: Building Robust Test Plans with Controllers; Introduction; Using Transaction Controller in test plans; Using Loop Controller in test plans; Leveraging ForEach Controller in test plans; Using Interleave and Random Controller in test plans; Using Runtime Controller in test plans
Chapter 4: Testing ServicesIntroduction; Testing REST web services; Testing SOAP web services; Testing FTP services; Testing relational databases; Testing NoSQL databases; Testing JMS services; Chapter 5: Diving into Distributed Testing; Introduction; Testing applications with JMeter's master-slave setup; Testing internal applications using JMeter and Vagrant; Testing external facing applications using JMeter, Vagrant, and AWS; Testing external facing applications using Flood.IO; Testing external facing applications using BlazeMeter; Chapter 6: Extending JMeter; Introduction
Using REST SamplerUsing Ultimate Thread Group; Using Throughput Shaping Timer; Using Console Status Logger; Using Dummy Sampler; Developing custom JMeter plugins; Testing WebSocket-enabled applications; Chapter 7: Building, Debugging, and Analyzing the Results of Test Plans; Introduction; Using the View Results Tree listener; Using the Aggregate Report listener; Debugging with Debug Sampler; Using Constant Throughput Timer; Using the JSR223 postprocessor; Analyzing Response Times Over Time; Analyzing transactions per second; Using User Defined Variables (UDV); Chapter 8: Beyond the Basics
IntroductionContinuous Integration with JMeter; Testing with different bandwidths; Using the HTTP Cache Manager component; Using script languages within test plans; Writing test scripts through Ruby DSL; Understanding JMeter properties; Monitoring servers while executing tests (using VisualVM); Monitoring servers while executing tests (using YourKit Profiler); Monitoring servers while executing tests (using New Relic); Performance tips to scale JMeter; Appendix: Installing the Supporting Software Needed for this Book; Introduction; Installing JMeter; Installing the Java Development Kit (JDK)
Installing JMeter plugins
Altri titoli varianti JMeter cookbook : seventy insightful and practical recipes to help you successfully use Apache JMeter
Record Nr. UNINA-9910787293503321
Erinle Bayo  
Birmingham : , : Packt Publishing, , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
JMeter cookbook : 70 insightful and practical recipes to help you successfully use Apache JMeter / / Bayo Erinle
JMeter cookbook : 70 insightful and practical recipes to help you successfully use Apache JMeter / / Bayo Erinle
Autore Erinle Bayo
Edizione [1st edition]
Pubbl/distr/stampa Birmingham : , : Packt Publishing, , 2014
Descrizione fisica 1 online resource (228 p.)
Disciplina 004.67
Collana Quick answers to common problems
Soggetto topico Cross-platform software development
Computer software - Development
ISBN 1-78398-829-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: JMeter Fundamentals; Introduction; Executing a test script; Recording a script via HTTP(S) Test Script Recorder; Recording scripts via the Chrome browser extension; Converting HTTP web archives (HAR) to JMeter test plans; Viewing and analyzing test results; Feeding data into a script; Using timers; Managing HTTP user sessions; Testing Single Page Applications (SPAs); Testing AJAX-centric applications; Chapter 2: Handling Responses; Introduction
Using Regular Expression ExtractorUsing Regular Expression Tester; Using CSS/jQuery Extractor; Using XPath Extractor; Dealing with file downloads; Handling XML responses; Handling JSON responses; Handling HTML responses; Using Response Assertion; Using Duration Assertion; Uploading files with your scripts; Chapter 3: Building Robust Test Plans with Controllers; Introduction; Using Transaction Controller in test plans; Using Loop Controller in test plans; Leveraging ForEach Controller in test plans; Using Interleave and Random Controller in test plans; Using Runtime Controller in test plans
Chapter 4: Testing ServicesIntroduction; Testing REST web services; Testing SOAP web services; Testing FTP services; Testing relational databases; Testing NoSQL databases; Testing JMS services; Chapter 5: Diving into Distributed Testing; Introduction; Testing applications with JMeter's master-slave setup; Testing internal applications using JMeter and Vagrant; Testing external facing applications using JMeter, Vagrant, and AWS; Testing external facing applications using Flood.IO; Testing external facing applications using BlazeMeter; Chapter 6: Extending JMeter; Introduction
Using REST SamplerUsing Ultimate Thread Group; Using Throughput Shaping Timer; Using Console Status Logger; Using Dummy Sampler; Developing custom JMeter plugins; Testing WebSocket-enabled applications; Chapter 7: Building, Debugging, and Analyzing the Results of Test Plans; Introduction; Using the View Results Tree listener; Using the Aggregate Report listener; Debugging with Debug Sampler; Using Constant Throughput Timer; Using the JSR223 postprocessor; Analyzing Response Times Over Time; Analyzing transactions per second; Using User Defined Variables (UDV); Chapter 8: Beyond the Basics
IntroductionContinuous Integration with JMeter; Testing with different bandwidths; Using the HTTP Cache Manager component; Using script languages within test plans; Writing test scripts through Ruby DSL; Understanding JMeter properties; Monitoring servers while executing tests (using VisualVM); Monitoring servers while executing tests (using YourKit Profiler); Monitoring servers while executing tests (using New Relic); Performance tips to scale JMeter; Appendix: Installing the Supporting Software Needed for this Book; Introduction; Installing JMeter; Installing the Java Development Kit (JDK)
Installing JMeter plugins
Altri titoli varianti JMeter cookbook : seventy insightful and practical recipes to help you successfully use Apache JMeter
Record Nr. UNINA-9910829071003321
Erinle Bayo  
Birmingham : , : Packt Publishing, , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Learning primefaces extensions development : develop advanced frontend applications using PrimeFaces Extensions components and plugins / / Sudheer Jonna ; cover image by Junaid Shah
Learning primefaces extensions development : develop advanced frontend applications using PrimeFaces Extensions components and plugins / / Sudheer Jonna ; cover image by Junaid Shah
Autore Jonna Sudheer
Pubbl/distr/stampa Birmingham, England : , : Packt Publishing, , 2014
Descrizione fisica 1 online resource (192 p.)
Disciplina 005.7
Collana Community Experience Distilled
Soggetto topico Cross-platform software development
Web site development
Web sites - Authoring programs
Soggetto genere / forma Electronic books.
ISBN 1-78398-325-6
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introducing PrimeFaces Extensions; An introduction to PrimeFaces Extensions and its features; Installing and configuring PrimeFaces Extensions; Official releases; Snapshot releases; Mandatory dependencies; Optional dependencies; Creating a HelloWorld application using PrimeFaces Extensions; Working with PrimeFaces Extensions project resources; Community support and a showcase for PrimeFaces Extensions; Summary; Chapter 2: Enhanced Form and Editor Components
Introducing the JobHub application, requirements, and designThe JobHub application; The commonly used input components and their features; Understanding the InputNumber component; Common usage; Validations, conversions, and rounding methods; JobHub in action; Exploring the KeyFilter component to restrict input data; Predefined mask values; regularExpressions; testFunction; JobHub in action; TriStateCheckbox and TriStateManyCheckbox; JobHub in action; Advisory tooltips, remoteCommand components, and their features; Tooltips; Customized tooltips and mouse tracking
Global tooltips and shared tooltipsShared tooltips; The JavaScript widget functions and the autoShown mode; JobHub in action; RemoteCommand; AssignableParam; MethodParam; JobHub in action; Working with advanced dynamic forms and editor components; DynaForm; Advanced forms; Model creation in the server-side Java code; Container Client ID and access controls with VisitCallbacks; VisitCallbacks; JobHub in action; CKEditor; JobHub in action; CodeMirror; Summary; Chapter 3: Layout and Screen Blocking Components; Creating pages based on the layout component and understanding their features
State managementLayout options; Layout categories; Layout features; The element layout and server-side management; The full-page layout and client-side management; Layout options as tag attributes; Custom content between layout panes; IFrame objects in layout panes; JobHub in action; Waypoint as a scroll context component and its features; Infinite scrolling; Sticky elements; Dial controls; Scroll analytics; JobHub in action; BlockUI and Spotlight-masking components and their features; BlockUI; Common usages; The autoshown mode and page blocking; The noncentered messages and auto-unblock
JobHub in actionSpotlight; Ajax behavior support; JavaScript API support; JobHub in action; Summary; Chapter 4: The Enriched Data Container and QR Code Components; Understanding the MasterDetail component and its various features; Level-by-level basic navigations; Wizard-like navigations with forms; The MasterDetail view with CRUD operations; JobHub in action; Explaining the FluidGrid cascading component and its features; FluidGrid's basic usage with static and dynamic items; Static items; Dynamic items; Stamped elements within layout and widget functions; Widget functions
Creating dynamic forms
Record Nr. UNINA-9910453759303321
Jonna Sudheer  
Birmingham, England : , : Packt Publishing, , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Learning primefaces extensions development : develop advanced frontend applications using PrimeFaces Extensions components and plugins / / Sudheer Jonna ; cover image by Junaid Shah
Learning primefaces extensions development : develop advanced frontend applications using PrimeFaces Extensions components and plugins / / Sudheer Jonna ; cover image by Junaid Shah
Autore Jonna Sudheer
Pubbl/distr/stampa Birmingham, England : , : Packt Publishing, , 2014
Descrizione fisica 1 online resource (192 p.)
Disciplina 005.7
Collana Community Experience Distilled
Soggetto topico Cross-platform software development
Web site development
Web sites - Authoring programs
ISBN 1-78398-325-6
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introducing PrimeFaces Extensions; An introduction to PrimeFaces Extensions and its features; Installing and configuring PrimeFaces Extensions; Official releases; Snapshot releases; Mandatory dependencies; Optional dependencies; Creating a HelloWorld application using PrimeFaces Extensions; Working with PrimeFaces Extensions project resources; Community support and a showcase for PrimeFaces Extensions; Summary; Chapter 2: Enhanced Form and Editor Components
Introducing the JobHub application, requirements, and designThe JobHub application; The commonly used input components and their features; Understanding the InputNumber component; Common usage; Validations, conversions, and rounding methods; JobHub in action; Exploring the KeyFilter component to restrict input data; Predefined mask values; regularExpressions; testFunction; JobHub in action; TriStateCheckbox and TriStateManyCheckbox; JobHub in action; Advisory tooltips, remoteCommand components, and their features; Tooltips; Customized tooltips and mouse tracking
Global tooltips and shared tooltipsShared tooltips; The JavaScript widget functions and the autoShown mode; JobHub in action; RemoteCommand; AssignableParam; MethodParam; JobHub in action; Working with advanced dynamic forms and editor components; DynaForm; Advanced forms; Model creation in the server-side Java code; Container Client ID and access controls with VisitCallbacks; VisitCallbacks; JobHub in action; CKEditor; JobHub in action; CodeMirror; Summary; Chapter 3: Layout and Screen Blocking Components; Creating pages based on the layout component and understanding their features
State managementLayout options; Layout categories; Layout features; The element layout and server-side management; The full-page layout and client-side management; Layout options as tag attributes; Custom content between layout panes; IFrame objects in layout panes; JobHub in action; Waypoint as a scroll context component and its features; Infinite scrolling; Sticky elements; Dial controls; Scroll analytics; JobHub in action; BlockUI and Spotlight-masking components and their features; BlockUI; Common usages; The autoshown mode and page blocking; The noncentered messages and auto-unblock
JobHub in actionSpotlight; Ajax behavior support; JavaScript API support; JobHub in action; Summary; Chapter 4: The Enriched Data Container and QR Code Components; Understanding the MasterDetail component and its various features; Level-by-level basic navigations; Wizard-like navigations with forms; The MasterDetail view with CRUD operations; JobHub in action; Explaining the FluidGrid cascading component and its features; FluidGrid's basic usage with static and dynamic items; Static items; Dynamic items; Stamped elements within layout and widget functions; Widget functions
Creating dynamic forms
Record Nr. UNINA-9910791060403321
Jonna Sudheer  
Birmingham, England : , : Packt Publishing, , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Learning primefaces extensions development : develop advanced frontend applications using PrimeFaces Extensions components and plugins / / Sudheer Jonna ; cover image by Junaid Shah
Learning primefaces extensions development : develop advanced frontend applications using PrimeFaces Extensions components and plugins / / Sudheer Jonna ; cover image by Junaid Shah
Autore Jonna Sudheer
Pubbl/distr/stampa Birmingham, England : , : Packt Publishing, , 2014
Descrizione fisica 1 online resource (192 p.)
Disciplina 005.7
Collana Community Experience Distilled
Soggetto topico Cross-platform software development
Web site development
Web sites - Authoring programs
ISBN 1-78398-325-6
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introducing PrimeFaces Extensions; An introduction to PrimeFaces Extensions and its features; Installing and configuring PrimeFaces Extensions; Official releases; Snapshot releases; Mandatory dependencies; Optional dependencies; Creating a HelloWorld application using PrimeFaces Extensions; Working with PrimeFaces Extensions project resources; Community support and a showcase for PrimeFaces Extensions; Summary; Chapter 2: Enhanced Form and Editor Components
Introducing the JobHub application, requirements, and designThe JobHub application; The commonly used input components and their features; Understanding the InputNumber component; Common usage; Validations, conversions, and rounding methods; JobHub in action; Exploring the KeyFilter component to restrict input data; Predefined mask values; regularExpressions; testFunction; JobHub in action; TriStateCheckbox and TriStateManyCheckbox; JobHub in action; Advisory tooltips, remoteCommand components, and their features; Tooltips; Customized tooltips and mouse tracking
Global tooltips and shared tooltipsShared tooltips; The JavaScript widget functions and the autoShown mode; JobHub in action; RemoteCommand; AssignableParam; MethodParam; JobHub in action; Working with advanced dynamic forms and editor components; DynaForm; Advanced forms; Model creation in the server-side Java code; Container Client ID and access controls with VisitCallbacks; VisitCallbacks; JobHub in action; CKEditor; JobHub in action; CodeMirror; Summary; Chapter 3: Layout and Screen Blocking Components; Creating pages based on the layout component and understanding their features
State managementLayout options; Layout categories; Layout features; The element layout and server-side management; The full-page layout and client-side management; Layout options as tag attributes; Custom content between layout panes; IFrame objects in layout panes; JobHub in action; Waypoint as a scroll context component and its features; Infinite scrolling; Sticky elements; Dial controls; Scroll analytics; JobHub in action; BlockUI and Spotlight-masking components and their features; BlockUI; Common usages; The autoshown mode and page blocking; The noncentered messages and auto-unblock
JobHub in actionSpotlight; Ajax behavior support; JavaScript API support; JobHub in action; Summary; Chapter 4: The Enriched Data Container and QR Code Components; Understanding the MasterDetail component and its various features; Level-by-level basic navigations; Wizard-like navigations with forms; The MasterDetail view with CRUD operations; JobHub in action; Explaining the FluidGrid cascading component and its features; FluidGrid's basic usage with static and dynamic items; Static items; Dynamic items; Stamped elements within layout and widget functions; Widget functions
Creating dynamic forms
Record Nr. UNINA-9910822305603321
Jonna Sudheer  
Birmingham, England : , : Packt Publishing, , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui