Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 1,456
- Development 1,382
- Java (Computer program language) 1,307
- Application software 1,225
- JavaScript (Computer program language) 876
- Història 818
- 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
- Cajas de ahorros 284
- Biblia 283
- 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 167
- Software engineering 162
-
1061Publicado 2006Tabla de Contenidos: “…Introduction -- Application assembly and deployment -- Java servlets -- JavaServer pages -- JavaServer faces -- Enterprise JavaBeans -- Java and XML -- JDBC -- JNDI -- J2EE security -- Java message service -- Web services with JAX-RPC and SAAJ -- Remote method invocation -- Java IDL (CORBA) -- JavaMail -- Transactions -- Ant -- JUnit and Cactus -- Struts -- Hibernate -- Annotations with XDoclet and J2SE metadata -- J2EE deployment descriptor reference -- JavaServer faces tag libraries -- Enterprise JavaBeans query language syntax -- SQL reference -- JMS message selector syntax -- RMI tools -- IDL reference -- Java IDL tools…”
Libro electrónico -
1062por McLaughlin, BrettMaterias: “…Java (Computer program language)…”
Publicado 2004
Libro electrónico -
1063
-
1064por Davison, AndrewTabla de Contenidos: “…Setting Up Full-Screen Exclusive ModeDouble Buffering, Page Flipping, and More; Rendering the Game; Finishing Off; Displaying the Display Mode; Changing the Display Mode; Timings for FSEM; Timings at 80 to 85 FPS; An Introduction to Java Imaging; Image Formats; The AWT Imaging Model; The MediaTracker Class; ImageIcon; The Rise of JARs; AWT Image Processing; An Overview of Java 2D; The Graphics2D Class; Java 2D and Active Rendering; Buffering an Image; From Image to BufferedImage; The Internals of BufferedImage; BufferedImageOp Operations; Managed Images; VolatileImage; Java 2D Speed…”
Publicado 2005
Libro electrónico -
1065
-
1066
-
1067por Zakas, Nicholas C.Tabla de Contenidos: “…Loading and execution -- Data access -- DOM [Document Object Model] scripting -- Algorithms and flow control -- Strings and regular expressions -- Responsive interfaces -- Ajax -- Programming practices -- Building and deploying high-performance JavaScript applications -- Tools…”
Publicado 2010
Libro electrónico -
1068por Sharan, Kishori. authorTabla de Contenidos: “…Setting Up the Environment -- 3. Writing Java Programs -- 4. Data Types -- 5. Operators -- 6. …”
Publicado 2017
Libro electrónico -
1069Publicado 2017Tabla de Contenidos: “…Cover -- Title Page -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Introduction to Docker -- The idea behind Docker -- Virtualization and containerization compared -- Benefits from using Docker -- Docker concepts - images and containers -- Images -- Layers -- Containers -- Docker registry, repository, and index -- Additional tools -- Installing Docker -- Installing on macOS -- Installing on Linux -- Installing on Windows -- Summary -- Chapter 2: Networking and Persistent Storage -- Networking -- Docker network types -- Bridge -- Host -- None -- Networking commands -- Creating and inspecting a network -- Connecting a container to the network -- Exposing ports and mapping ports -- Persistent storage -- Volume-related commands -- Creating a volume -- Removing a volume -- Volume drivers -- Summary -- Chapter 3: Working with Microservices -- An introduction to microservices -- Monolithic versus microservices -- The monolithic architecture -- The microservices architecture -- Maintaining data consistency -- The Docker role -- Kubernetes' role -- When to use the microservice architecture -- Summary -- Chapter 4: Creating Java Microservices -- Introduction to REST -- HTTP methods -- REST in Java -- Java EE7 - JAX-RS with Jersey -- JAX-RS annotations -- Spring Boot -- Coding the Spring Boot microservice -- Maven build file -- Application entry point -- Domain model and a repository -- REST controller -- Documenting the API -- Running the application -- Making calls -- Spring RestTemplate -- HTTPie -- Postman -- Paw for Mac -- Spring Initializr -- Summary -- Chapter 5: Creating Images with Java Applications -- Dockerfile -- Dockerfile instructions -- FROM -- MAINTAINER -- WORKDIR -- ADD -- COPY -- RUN -- CMD -- The ENTRYPOINT -- EXPOSE -- VOLUME…”
Libro electrónico -
1070Modular programming in Java 9 write reusable, maintainable code with the Java Platform Module systemPublicado 2017Tabla de Contenidos: “…-- Creating a module -- Creating your first Java module -- Compiling your module -- Executing your module -- Creating a module using NetBeans -- The address book viewer application -- Handling possible errors -- Summary -- Chapter 3: Handling Inter-Module Dependencies -- Creating the second module -- Compiling two modules -- Configuring module dependency -- Module versioning -- Rethinking package structure -- Understanding module path arguments -- Revisiting classpath -- Revisiting the classpath problems -- Summary -- Chapter 4: Introducing the Modular JDK -- Examining the legacy JDK -- The JRE structure -- Understanding rt.jar -- The problem with this model -- The attempted solution - Compact profiles -- The state of API encapsulation -- Understanding internal APIs -- The problem with this model -- The attempted solution - Deprecation, warnings, and documentation -- Enter Project Jigsaw -- Platform modularity -- The impact of platform modularity -- Module graph -- The java.base module -- Browsing modules -- Module types -- Examining platform file structure -- Observable modules -- Revisiting the two problems -- Solving the monolithic runtime…”
Libro electrónico -
1071Publicado 2017Tabla de Contenidos: “…Amazon EC2 -- Amazon S3 -- Amazon SQS -- Amazon CloudFront -- Amazon SimpleDB -- Writing a distributed application on AWS -- Docker CaaS -- CaaS -- Characteristics of Docker CaaS -- Docker CaaS platform components -- Eclipse integration for a Docker container -- Deploying a sample Java application to Tomcat with Docker -- Java 9 support -- Spring Boot -- Spring Cloud -- Spring Cloud Data Flow -- Summary -- Chapter 8: Big Data Analytics -- What is big data? …”
Libro electrónico -
1072
-
1073Publicado 2017Materias:Libro electrónico
-
1074Publicado 2017Tabla de Contenidos: “…Introduction -- Reactive programming with RxJava -- Reactive extensions -- Operators and transformations -- Applying reactive programming to existing applications -- Reactive from top to bottom -- Flow control and backpressure -- Testing and troubleshooting -- Case studies -- Future directions…”
Libro electrónico -
1075por William Turner; Steve LeonardTabla de Contenidos: “…Building a step sequencer -- 24. AJAX and JSON -- 25. The future of JavaScript and the Web Audio API…”
Publicado 2017
Libro electrónico -
1076Publicado 2017Tabla de Contenidos: “…Cover -- Title Page -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: A Solution Approach -- Evolution of microservices -- Monolithic architecture overview -- Limitation of monolithic architecture versus its solution with microservices -- Traditional monolithic design -- Monolithic design with services -- Services design -- One dimension scalability -- Release rollback in case of failure -- Problems in adopting new technologies -- Alignment with Agile practices -- Ease of development - could be done better -- Microservices build pipeline -- Deployment using a container such as Docker -- Containers -- Docker -- Docker's architecture -- Deployment -- Summary -- Chapter 2: Setting Up the Development Environment -- NetBeans IDE installation and setup -- Spring Boot configuration -- Spring Boot overview -- Adding Spring Boot to our main project -- Sample REST program -- Writing the REST controller class -- The @RestController annotation -- The @RequestMapping annotation -- The @RequestParam annotation -- The @PathVariable annotation -- Making a sample REST application executable -- Adding a Jetty-embedded server -- Setting up the application build -- Running the Maven tool -- Executing with the Java command -- REST API testing using the Postman Chrome extension -- Some more positive test scenarios -- Negative test scenarios -- Summary -- Chapter 3: Domain-Driven Design -- Domain-driven design fundamentals -- Fundamentals of DDD -- Ubiquitous language -- Multilayered architecture -- Presentation layer -- Application layer -- Domain layer -- Infrastructure layer -- Artifacts of domain-driven design -- Entities -- Value objects -- FAQs -- Services -- Aggregates -- Repository -- Factory -- Modules -- Strategic design and principles -- Bounded context…”
Libro electrónico -
1077Publicado 2017Tabla de Contenidos: “…Intro -- Copyright -- Brief Table of Contents -- Table of Contents -- Preface -- Acknowledgments -- About this Book -- About the Author -- About the Cover Illustration -- Introduction -- Chapter 1. Java basics -- Chapter 2. Working with Java data types -- Chapter 3. …”
Libro electrónico -
1078Publicado 2016Tabla de Contenidos: “…Warming up -- Chapter 1. JavaScript is everywhere -- Chapter 2. Building the page at runtime -- Part 2. …”
Libro electrónico -
1079Publicado 2016Tabla de Contenidos: “…Core concepts on the console -- Organizing your programs -- JavaScript in the browser…”
Libro electrónico -
1080por Bollella, GregoryMaterias: “…Java (Computer program language)…”
Publicado 2009
Libro electrónico