Mostrando 5,241 - 5,260 Resultados de 33,382 Para Buscar 'JAXA~', tiempo de consulta: 1.03s Limitar resultados
  1. 5241
    Publicado 2015
    Tabla de Contenidos: “…Highlighting elementsOpening a new browser window; JavaScript error collector; Summary; Chapter 5: Selenium WebDriver Frameworks; Behaviour-Driven Development; Cucumber BDD framework; Cucumber JVM; JBehave BDD framework; JXL API Data-Driven framework; Reading and writing in an Excel sheet; Simple Data-Driven approach; Data-Driven testing using reusable library; Data-Driven testing using TestNG with @dataProvider annotation; Apache POI Data-Driven framework; HSSF usermodel - Binary workbook; XSSF usermodel - SpreadsheetML workbook (.xlsx); SS usermodel - Binary and SpreadsheetML workbooks…”
    Libro electrónico
  2. 5242
    por Mak, Gary
    Publicado 2009
    Tabla de Contenidos: “…1 Spring Fundamentals -- 2 What's New in Spring 3.0 -- 3 Transaction Management in Spring -- 4 Spring JDBC Support -- 5 Spring ORM Support -- 6 Spring and Java EE Integration -- 7 Spring and EJB3/JPA -- 8 Spring Remoting and Web Services Support -- 9 Spring Support for Email and Scheduling -- 10 Spring Dymamic Modules for OSGi -- 11 Spring Messaging Support -- 12 EAI and Spring Integration -- 13 Batch Processing with Spring Batch -- 14 JMX -- 15 Spring JCA -- 16 Integrating jBPM -- 17 Distributed Spring: Teracotta/GridGain/GigaSpaces -- 18 Testing Spring Applications -- 19. …”
    Libro electrónico
  3. 5243
    por Mak, Gary
    Publicado 2010
    Tabla de Contenidos: “…to Spring -- Advanced Spring IoC Container -- Spring AOP and AspectJ Support -- Scripting in Spring -- Spring Security -- Integrating Spring with Other Web Frameworks -- Spring Web Flow -- Spring @MVC -- Spring REST -- Spring and Flex -- Grails -- Spring Roo -- Spring Testing -- Spring Portlet MVC Framework -- Data Access -- Transaction Management in Spring -- EJB, Spring Remoting, and Web Services -- Spring in the Enterprise -- Messaging -- Spring Integration -- Spring Batch -- Spring on the Grid -- jBPM and Spring -- OSGi and Spring…”
    Libro electrónico
  4. 5244
    Publicado 2008
    Materias: “…JavaServer pages…”
    Libro electrónico
  5. 5245
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Authors -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Understanding the Node Environment -- Introduction - JavaScript as a systems language -- The Unix design philosophy -- POSIX -- Events for everything -- Standard libraries -- Extending JavaScript -- Events -- Modularity -- The network -- V8, JavaScript, and optimizations -- Flags -- Optimizing your code -- Numbers and tracing optimization/de-optimization -- Objects and arrays -- Functions -- Optimized JavaScript -- Help with variables -- Arrow functions -- String manipulation -- The process object -- The REPL -- Summary -- Chapter 2: Understanding Asynchronous Event-Driven Programming -- Node's unique design -- Collaboration -- Queueing -- Understanding the event loop -- Event loop ordering, phases, and priorities -- Listening for events -- Signals -- Child processes -- File events -- Deferred execution -- process.nextTick -- setImmediate -- Timers -- setTimeout -- setInterval -- unref and ref -- Concurrency and errors -- Managing concurrency -- Callbacks -- Promises -- async/await -- Generators and Iterators -- Errors and exceptions -- Considerations -- Building a Twitter feed using file events -- Summary -- Chapter 3: Streaming Data Across Nodes and Clients -- Why use streams? …”
    Libro electrónico
  6. 5246
    Publicado 2018
    Materias:
    Libro electrónico
  7. 5247
    Publicado 2020
    Materias:
    Libro electrónico
  8. 5248
    Publicado 2019
    Materias:
    Video
  9. 5249
    Publicado 2019
    Materias:
    Libro electrónico
  10. 5250
    Publicado 2018
    Materias:
    Video
  11. 5251
    Publicado 2020
    Materias:
    Video
  12. 5252
    Publicado 2019
    Materias:
    Video
  13. 5253
    Publicado 2018
    Materias:
    Video
  14. 5254
    Publicado 2012
    Materias:
    Video
  15. 5255
    Publicado 2016
    Tabla de Contenidos: “…Spring MVC for Java developers : building Java web applications with the MVC architecture / Kevin Bowersox -- Spring data for Java developers : efficient data access for relational and NoSQL datastores / Kevin Bowersox -- Securing Java web applications with Spring security : from JDBC and LDAP authentication to UI and method level security / Kevin Bowersox…”
    Vídeo online
  16. 5256
    Publicado 2019
    Materias:
    Video
  17. 5257
    Publicado 2019
    Materias:
    Libro electrónico
  18. 5258
    Publicado 2023
    Tabla de Contenidos: “…Spring Batch -- 9. Spring Data Access with NoSQL -- 10. Spring Java Enterprise Services and Remoting Technologies -- 11. …”
    Libro electrónico
  19. 5259
    Publicado 2023
    Tabla de Contenidos: “…Chapter 1: Introducing Spring -- Chapter 2: Getting Started -- Chapter 3: Introducing IoC and DI in Spring -- Chapter 4: Advanced Spring Configuration and Spring Boot -- Chapter 5: Spring AOP -- Chapter 6: Spring Data Access with JDBC -- Chapter 7: Spring with Hibernate -- Chapter 8: Spring with JPA -- Chapter 9: Spring Transaction Management -- Chapter 10: Spring Data with SQL and NoSQL databases -- Chapter 11: Validation, Formatting and Type Conversion -- Chapter 12: Task Scheduling -- Chapter 13: Spring Remoting -- Chapter 14: Spring MVC -- Chapter 15: Spring REST Support -- Chapter 16: Spring Native and Other Goodies -- Chapter 17: Securing Spring Web Applications -- Chapter 18: Monitoring Spring Applications -- Chapter 19: Reactive Spring…”
    Libro electrónico
  20. 5260
    Publicado 2024
    Tabla de Contenidos: “…Running the example application -- Summary -- Chapter 10: Using HTML Templates -- Preparing for this chapter -- Using server-side HTML templates -- Creating a simple template engine -- Creating the custom template engine -- Setting up the custom template engine -- Evaluating expressions in templates -- Adding template features -- Mapping expressions to features -- Using templates to create a simple round-trip application -- Using client-side HTML templates -- Using a template package -- Using a package for server-side templates -- Defining the templates -- Using a package for client-side templates -- Summary -- Chapter 11: Handling Form Data -- Preparing for this chapter -- Receiving form data -- Receiving form data from GET requests -- Receiving form data from POST requests -- Receiving multipart data -- Sanitizing form data -- Validating form data -- Creating a custom validator -- Applying validation rules -- Validating data -- Performing client-side validation -- Using a package for validation -- Summary -- Chapter 12: Using Databases -- Preparing for this chapter -- Using a database -- Installing the database package -- Creating a repository layer -- Implementing the repository -- Querying the database -- Displaying data -- Understanding SQL query parameters -- Writing to the database -- Using an ORM package -- Defining the database using JavaScript objects -- Creating the model classes -- Initializing the data model -- Configuring the model relationships -- Defining the seed data -- Converting data models to flat objects -- Implementing the repository -- Querying for data -- Writing data -- Applying the repository -- Summary -- Chapter 13: Using Sessions -- Preparing for this chapter -- Correlating stateless HTTP requests -- Using cookies to correlate requests -- Receiving cookies -- Setting and reading cookies -- Signing cookies…”
    Libro electrónico