Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 1,523
- Development 1,382
- Java (Computer program language) 1,307
- Application software 1,225
- JavaScript (Computer program language) 876
- Història 817
- Engineering & Applied Sciences 746
- Web site development 670
- Computer Science 606
- Web sites 386
- Computer programming 384
- Java (Lenguaje de programación) 368
- Design 365
- Web applications 329
- Internet programming 298
- Biblia 288
- Cajas de ahorros 284
- Computer software 274
- Computer programs 225
- Caza 211
- Programming languages (Electronic computers) 208
- Programming 200
- History 186
- HTML (Document markup language) 183
- Universidad Pontificia de Salamanca (España) 181
- Android (Electronic resource) 179
- Casas, Bartolomé de las 168
- Arquitectura 167
- Crítica e interpretación 164
- Software engineering 162
-
4021
-
4022Publicado 2011Materias: “…Java (Computer program language)…”
Libro electrónico -
4023por Patel, Sandeep KumarTabla de Contenidos: “…-- Configuring GSON in Eclipse -- Getting the GSON library -- Configuring a Java project -- Configuring a Maven project -- Quick start - creating your first JSON in GSON -- Step 1 - instantiating GSON -- The default approach -- The builder approach -- A quick example -- Top 12 features you need to know about -- Java objects support -- Serialization and deserialization -- Pretty printing -- Nested classes -- Static nested class -- Pure nested class -- Array -- Generic type -- Null object support -- Versioning support -- No argument constructor support -- Field naming support -- User-defined field naming -- Field exclusion strategies -- Configuring GsonBuilder -- Using annotation -- User-defined field exclusion annotation -- Applications of GSON -- People and places you should get to know -- Official sites -- Articles and tutorials -- Community -- Blogs…”
Publicado 2013
Libro electrónico -
4024por Ho, ClarenceTabla de Contenidos: “…; Evolution of Dependency Injection; Beyond Dependency Injection; Aspect-Oriented Programming with Spring; Spring Expression Language (SpEL); Validation in Spring; Accessing Data in Spring; Object/XML Mapping (OXM) in Spring in Spring; Managing Transactions; Simplifying and Integrating with JEE; MVC in the Web Tier; Remoting Support; Mail Support; Job Scheduling Support…”
Publicado 2012
Libro electrónico -
4025
-
4026por Kainulainen, PetriTabla de Contenidos: “…Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1:Getting Started; Java Persistence API; Key concepts; Creating database queries; Native SQL queries; Java Persistence Query Language; The Criteria API; Redis; Supported data types; Persistence; Replication; Publish/subscribe messaging pattern; Summary; Chapter 2:Getting Started with Spring Data JPA; Downloading dependencies with Maven; Configuring the Spring application context; Creating the properties file; Creating the application context configuration class…”
Publicado 2012
Libro electrónico -
4027
-
4028Publicado 2021Materias: “…Java (Computer program language)…”
Libro electrónico -
4029
-
4030
-
4031Publicado 2014Tabla de Contenidos: “…Working with web servicesExploring JAX-WS with Eclipse; Developing a RESTful web service; Building a RESTful web service with Spring Framework; Summary; Chapter 7 : Unit Testing GWT Code with Mockito; Exploring Ajax and GWT; Learning the MVP pattern; Developing a GWT application using MVP; Unit testing GWT Code with Mockito; Summary; Index…”
Libro electrónico -
4032Publicado 2015Tabla de Contenidos:Libro electrónico
-
4033Publicado 2012Tabla de Contenidos: “…Cover -- Title Page -- Copyright Page -- About the Authors -- About the Technical Editor -- About LearnKey -- Contents at a Glance -- Contents -- Acknowledgments -- OCA Java SE 7 Programmer Study Guide Project Team Acknowledgments -- Personal Acknowledgments -- Preface -- In This Book -- Electronic Content -- Exam Readiness Checklist -- In Every Chapter -- Some Pointers -- Introduction -- Specifics About the OCA Java SE 7 Programmer Certification Exam -- Additional OCA Resources -- Oracle's Certification Program in Java Technology -- Chapter 1: Packaging, Compiling, and Interpreting Java Code -- Understand Packages -- Package Design -- Package and import Statements -- Exercise 1-1: Replacing Implicit import Statements with Explicit import Statements -- Understand Package-Derived Classes -- Java Utilities API -- Java Basic Input/Output API -- The Java Networking API -- Java Abstract Window Toolkit API -- Java Swing API -- Exercise 1-2: Understanding Extended Functionality of the Java Utilities API -- Understand Class Structure -- Naming Conventions -- Separators and Other Java Source Symbols -- Java Class Structure -- Compile and Interpret Java Code -- Java Compiler -- Java Interpreter -- Exercise 1-3: Compiling and Interpreting Packaged Software -- Certification Summary -- Two-Minute Drill -- Self Test -- Self Test Answers -- Chapter 2: Programming with Java Statements -- Understand Assignment Statements -- The Assignment Expression Statement -- Create and Use Conditional Statements -- The if Conditional Statement -- The if-then Conditional Statement -- The if-then-else Conditional Statement -- The switch Conditional Statement -- Exercise 2-1: Evaluating the String Class in the switch Statement -- Create and Use Iteration Statements -- The for Loop Iteration Statement -- The Enhanced for Loop Iteration Statement…”
Libro electrónico -
4034Publicado 2014Tabla de Contenidos: “…Time for action - configuring Maven on STSCreating our first Spring MVC project; Time for action - creating a Spring MVC project in STS; Spring MVC dependencies; Time for action - adding Spring jars to the project; Time for action - adding Java version properties in pom.xml; A jump-start to MVC; Time for action - adding a welcome page; The Dispatcher servlet; Time for action - configuring the Dispatcher servlet; Deploying our project; Time for action - running the project; Summary; Chapter 2: Spring MVC Architecture - Architecting Your Web Store; The dispatcher servlet…”
Libro electrónico -
4035por Leonard, AnghelTabla de Contenidos: “…""Testing""""Hibernate OGM via the Java Persistence API (JPA 2.0)""; ""Hibernate OGM in a Built-in JTA Environment (EJB 3, GlassFish AS 3)""; ""Prerequisites""; ""Developing""; ""Coding the Application""; ""Testing""; ""Hibernate OGM in a Built-in JTA Environment (EJB 3, JBoss AS 7)""; ""Prerequisites""; ""Developing""; ""Coding the Application""; ""Testing""; ""Hibernate OGM in a Standalone JTA environment (Apache Tomcat 7)""; ""Prerequisites""; ""Developing""; ""Coding the Application""; ""Testing""; ""Hibernate OGM in a Built-in JTA Environment (JBoss AS 7 and Seam 3 Application)""…”
Publicado 2013
Libro electrónico -
4036Publicado 2014Tabla de Contenidos: “…Taking advantage of Libgdx spritesRendering sprite-sheet-based animations; Understanding orthographic cameras; Using ShapeRenderer for debug graphics; Handling multiple screen sizes with viewports; Chapter 3: Advanced 2D Graphics; Introduction; Achieving juicy effects with particles; Frame buffers and image composition; Welcome to the world of shaders; Passing parameters into shader programs; 2D depth of field shader; Embedding a Libgdx window into a Java desktop application; Chapter 4: Detecting User Input; Introduction; Detecting user input via event polling…”
Libro electrónico -
4037por Deinum, MartenTabla de Contenidos: “…; Contacting the Authors; Chapter 1: Configuring a Spring Development Environment; Prerequisites; Java Development Kit; Servlet Container; Integrated Development Environment; The Sample Application; A Bookstore Sample Application…”
Publicado 2012
Libro electrónico -
4038por Macrae, CallumTabla de Contenidos: “…Event handling -- Constructors and prototypes -- DOM traversal and manipulation -- AJAX -- JavaScript conventions…”
Publicado 2013
Libro electrónico -
4039por Holzner, StevenTabla de Contenidos: “…Transforming One Set of Files to Another with MappersCHAPTER 3: Building Java Code; Compiling Code; Compiling Source Files; Selecting which files to compile; Forking the compiler; Setting Command-Line Options; Using a Different Java Compiler; Getting Input from the User; Calling Other Ant Tasks; Calling Ant Tasks in the Same Build File; Calling Ant Tasks in Other Build Files; Importing Other Build Files; Documenting Code; Creating JAR Files; Working with the META-INF Directory; Creating Manifest Files; Setting Build Numbers; Setting Timestamps; CHAPTER 4: Deploying Builds…”
Publicado 2005
Libro electrónico -
4040Publicado 2023Tabla de Contenidos: “…Spring Basics and Beyond -- 3. Spring Data and Persistence Types -- Part II - SQL Persistence -- 4. …”
Libro electrónico