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.
Beginning Java MVC 1.0 : model view controller development to build web, cloud, and microservices applications / / Peter Späth
Beginning Java MVC 1.0 : model view controller development to build web, cloud, and microservices applications / / Peter Späth
Autore Späth Peter
Edizione [1st ed. 2021.]
Pubbl/distr/stampa Berkeley, California : , : APress, , [2021]
Descrizione fisica 1 online resource (XVIII, 441 p. 37 illus.)
Disciplina 004
Soggetto topico Professional Computing
Web Development
ISBN 1-4842-6280-8
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 1. About MVC - Model, View, Controller -- 2. Prerequisite - Jakarta EE / Java EE -- 3. Development Workflow -- 4. Hello World for Java MVC -- 5. Start Working With Java MVC -- 6. In-Depth Java MVC -- 7. In-Depth Java MVC - 8. Internationalization -- 9. Java MVC and EJBs -- 10. Connecting Java MVC to a Database -- 11. Logging Java MVC Applications -- 12. A Java MVC Example Application -- Appendix A.
Record Nr. UNINA-9910483088503321
Späth Peter  
Berkeley, California : , : APress, , [2021]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Beginning JavaScript : The Ultimate Guide to Modern JavaScript Development / / by Russ Ferguson
Beginning JavaScript : The Ultimate Guide to Modern JavaScript Development / / by Russ Ferguson
Autore Ferguson Russ
Edizione [3rd ed. 2019.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2019
Descrizione fisica 1 online resource (220 pages)
Disciplina 005.2762
Soggetto topico Computer programming
Software engineering
Web Development
Software Engineering/Programming and Operating Systems
ISBN 1-4842-4395-1
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 1. Introduction to JavaScript -- 2. JavaScript and Development Tools -- 3. JavaScript Variables -- 4. JavaScript Objects and Arrays -- 5. JavaScript Functions and Context -- 6. JavaScript and Events -- 7. JavaScript and Programming Paradigms -- 8. JavaScript and Debugging -- 9. JavaScript and Client Side Development -- 10. JavaScript and Server Side Development -- 11. JavaScript and Application Frameworks: Angular -- 12. JavaScript and Application Frameworks: React -- 13. JavaScript and Static Deployment.
Record Nr. UNINA-9910338009203321
Ferguson Russ  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2019
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Beginning JavaScript Charts : With jqPlot, d3, and Highcharts / / by Fabio Nelli
Beginning JavaScript Charts : With jqPlot, d3, and Highcharts / / by Fabio Nelli
Autore Nelli Fabio
Edizione [1st ed. 2013.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2013
Descrizione fisica 1 online resource (XXI, 620 p. 388 illus.)
Disciplina 004
Collana Expert's Voice in Web Development
Soggetto topico Computer programming
Software engineering
Web Development
Software Engineering/Programming and Operating Systems
ISBN 1-4302-6290-7
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910437971503321
Nelli Fabio  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Beginning jQuery : From the Basics of jQuery to Writing your Own Plug-ins / / by Jack Franklin, Russ Ferguson
Beginning jQuery : From the Basics of jQuery to Writing your Own Plug-ins / / by Jack Franklin, Russ Ferguson
Autore Franklin Jack
Edizione [2nd ed. 2017.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2017
Descrizione fisica 1 online resource (XI, 179 p. 39 illus., 32 illus. in color.)
Disciplina 005.2762
Soggetto topico Computer programming
Web Development
ISBN 1-4842-3027-2
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 1. JavaScript You Need to Know -- 2. The Basics of jQuery -- 3. Traversing the DOM -- 4. DOM Manipulation with jQuery -- 5. An Introduction to Events -- 6. More Events -- 7. Animation -- 8. Ajax with jQuery -- 9. Writing a jQuery Plug-in -- 10. More jQuery Plug-ins -- 11. A jQuery Image Slider.
Record Nr. UNINA-9910254566503321
Franklin Jack  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2017
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Beginning JSON [[electronic resource] /] / by BEN SMITH
Beginning JSON [[electronic resource] /] / by BEN SMITH
Autore Smith Ben (Software engineer)
Edizione [1st ed. 2015.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2015
Descrizione fisica 1 online resource (308 p.)
Disciplina 004
Collana Expert's Voice in Web Development
Soggetto topico Computer programming
Software engineering
Web Development
Software Engineering/Programming and Operating Systems
ISBN 1-4842-0202-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Contents at a Glance; Introduction; Chapter 1: JavaScript Basics; JavaScript History; JavaScript Essentials; Values; Primitive Types; The Number Type; The String Type; Alternate Quotations; Escaped Quotations; The Boolean Type; undefined Type; null Type; Expressions; Operators; Assignment Operator; Arithmetic Operators; Comparison Operators; The typeof Operator; The instanceof Operator; The ! Operator; Statements; Line Terminators; Control Statements; Block Statements; Truthy/ Falsy; Loop Statements; The for loop; The for/in loop; Declarations; Variables; Functions; Summary
Key Points from This ChapterChapter 2: Special Objects; Objects; Objects Are Collections; Built-in Objects; Object; Creating Objects; Access Notation; Dot Notation; Bracket Notation; Bracket Notation vs. Dot Notation; Array; Object Literals; Designing Literals; The Object Literal; The Array Literal; Summary; Key Points from This Chapter; Chapter 3: String Manipulation; String Concatenation; The String Object; Creating String Objects; The Interface of the String Object; length; toString; charAt; indexOf; lastIndexOf; match; replace; slice; substr; split; toUpperCase; toLowerCase
The Implicit String ObjectSummary; Key Points from This Chapter; Chapter 4: Introducing JSON; History; JSON Grammar; Composite Structures; JSON Values; JSON Tokens; Summary; Key Points from This Chapter; Chapter 5: Creating JSON; The Serialization Process -Demystified; The JSON Object; stringify; value; toJSON; replacer; replacer Array; replacer Function; space; Summary; Key Points from This Chapter; Chapter 6: Parsing JSON; JSON.parse; eval; reviver; Summary; Key Points from This Chapter; Chapter 7: Persisting JSON: I; HTTP Cookie; Syntax; expires; max- age; domain; path; secure; httponly
document.cookieWeb Storage; Web Storage Interface; setItem; getItem; removeItem; clear; key; length; Summary; Key Points from This Chapter; Chapter 8: Data Interchange; Hypertext Transfer Protocol; HTTP-Request; Request Line; Headers; General Headers; Request Headers; Entity Headers; Entity Body; HTTP Response; Status Line; Headers; General Headers; Response Headers; Entity Headers; Entity Body; Ajax; XMLHttpRequest Interface; Global Aspects; The Request Aspect; open; setRequestHeader; send; abort; timeout; withCredentials; upload; The Response Aspect; getAllResponseHeaders; getResponseHeader
overrideMimeTypeObtaining the Response; readyState; status; statusText; responseXML; responseText; responseType; response; Summary; Key Points from This Chapter; Chapter 9: X-Origin Resources; Same-Origin Policy; Circumventing Same-Origin Policy; CORS; Resource Sharing Check; The Proxy; JSONP; Dynamic Script Tag Injection; Summary; Key Points from This Chapter; Chapter 10: Serving JSON; Node.JS; Windows Installation; Mac Installation; Building an HTTP Server; Node HTTP Web Server; Node API; Modules; The HTTP Module; http.createServer; http.IncomingMessage; http.ServerResponse; http.Server
CORS-Enabled Server
Record Nr. UNINA-9910300653903321
Smith Ben (Software engineer)  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2015
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Beginning KeystoneJS [[electronic resource] ] : A practical introduction to KeystoneJS using a real-world project / / by Manikanta Panati
Beginning KeystoneJS [[electronic resource] ] : A practical introduction to KeystoneJS using a real-world project / / by Manikanta Panati
Autore Panati Manikanta
Edizione [1st ed. 2016.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2016
Descrizione fisica 1 online resource (XVI, 145 p. 52 illus., 47 illus. in color.)
Disciplina 005.2762
Soggetto topico Computer programming
Programming languages (Electronic computers)
Web Development
Programming Techniques
Programming Languages, Compilers, Interpreters
ISBN 1-4842-2547-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Chapter :1 Meet KeystoneJS -- Chapter 2: Building the IncTicket Application -- Chapter 3: Introducing the KeystoneJS Model -- Chapter 4: Model Relations -- Chapter 5: Integrating Web Forms -- Chapter 6: Filtering Requests with Middleware -- Chapter 7: Authenticating and Managing Your Users -- Chapter 8: Searching site data -- Chapter 9: Restful API for Mobile and SPA applications -- Chapter 10: Using template engines -- Chapter 11 Deploying to Ubuntu Cloud Server. .
Record Nr. UNINA-9910154828803321
Panati Manikanta  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2016
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Beginning Laravel : Build Websites with Laravel 5.8 / / by Sanjib Sinha
Beginning Laravel : Build Websites with Laravel 5.8 / / by Sanjib Sinha
Autore Sinha Sanjib
Edizione [2nd ed. 2019.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2019
Descrizione fisica 1 online resource (XVII, 422 p. 77 illus.)
Disciplina 006.76
Soggetto topico Internet programming
Web Development
ISBN 1-4842-4991-7
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Chapter 1: Introduction to Laravel 5.7 -- Chapter 2: Setting up Your Environment -- Chapter 3: Routing, Controllers, Templates, and Views -- Chapter 4: Working with Models -- Chapter 5: Database Migration and Eloquent -- Chapter 6: Handling User Data and Redirect -- Chapter 7: Artisan and Tinker -- Chapter 8: Authentication, Authorization and Middleware -- Chapter 9: Container and Facades -- Chapter 10: Working with the Mail Template -- Chapter 11: Events and Broadcasting -- Chapter 12: Working with APIs -- Appendix: More New Features in Laravel 5.7.
Record Nr. UNINA-9910349531803321
Sinha Sanjib  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2019
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Beginning Laravel [[electronic resource] ] : A beginner's guide to application development with Laravel 5.3 / / by Sanjib Sinha
Beginning Laravel [[electronic resource] ] : A beginner's guide to application development with Laravel 5.3 / / by Sanjib Sinha
Autore Sinha Sanjib
Edizione [1st ed. 2017.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2017
Descrizione fisica 1 online resource (XIII, 189 p. 19 illus. in color.)
Disciplina 005.2762
Soggetto topico Computer programming
Web Development
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Chapter 1. Composer -- Chapter 2. Homestead -- Chapter 3. File Structure of Laravel 5.2 -- Chapter 4. Routing -- Chapter 5. Controller -- Chapter 6. View and Blade -- Chapter 7. Environment -- Chapter 8. Database Migration -- Chapter 9. Eloquent -- Chapter 10. Model, View, Controller Work Flow -- Chapter 11. SQLite is a Breeze! -- Chapter 12. Fiddly Feelings of Forms -- Chapter 13. A CRUD Application -- Chapter 14. - Authentication and Authorization -- Chapter 15 – More about validation -- Chapter 16 – Eloquent Relations -- Chapter 17 : How Security and Authentication Work Together -- Chapter 18 - How Request, Response Work in Laravel 5.3 -- Chapter 19 -- Contracts Vs Facades -- Chapter 20 - Middleware, Layer Filter And Extra Security.
Record Nr. UNINA-9910156187003321
Sinha Sanjib  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2017
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Beginning Neo4j [[electronic resource] /] / by Chris Kemper
Beginning Neo4j [[electronic resource] /] / by Chris Kemper
Autore Kemper Chris
Edizione [1st ed. 2015.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2015
Descrizione fisica 1 online resource (162 p.)
Disciplina 004
Soggetto topico Computer programming
Programming languages (Electronic computers)
Application software
Web Development
Programming Languages, Compilers, Interpreters
Computer Appl. in Administrative Data Processing
ISBN 1-4842-1227-4
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 1. Chapter One: Introduction to Graph Databases -- 2. Chapter Two: Getting to Know Neo4j -- 3. Chapter Three: Get Up and Running with Neo4j -- 4. Chapter Four: Meet Cypher -- 5. Chapter Five: Managing Your Data in Neo4j -- 6. Chapter Six: Importing and Exporting Data -- 7. Chapter Seven: Using Data in Neo4j -- 8. Chapter Eight: Building an App in Neo4j -- 9. Chapter Nine: Neo4j in Production.
Record Nr. UNINA-9910300649203321
Kemper Chris  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2015
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Beginning Node.js [[electronic resource] /] / by Basarat Syed
Beginning Node.js [[electronic resource] /] / by Basarat Syed
Autore Syed Basarat
Edizione [1st ed. 2014.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2014
Descrizione fisica 1 online resource (297 p.)
Disciplina 005.1
Collana The expert's voice in web development
Soggetto topico Computer programming
Software engineering
Web Development
Software Engineering/Programming and Operating Systems
ISBN 1-4842-0187-6
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910300461203321
Syed Basarat  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui