Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
  • Online Resource  (8)
  • 2015-2019  (8)
  • Bowersox, Kevin  (8)
  • Application software ; Development  (8)
  • Frau
Datasource
Material
  • Online Resource  (8)
Language
Years
Year
  • 1
    Language: English
    Pages: 1 online resource (1 streaming video file (54 min., 2 sec.)) , digital, sound, color
    Keywords: Jenkins (Software development tool) ; Application software ; Development ; Computer software ; Reliability ; Electronic videos ; local
    Abstract: "The Jenkins community defines a Jenkins 'project' as a user configured description of the work that Jenkins should perform; and a "build" as a single execution of a project. This course provides a hands-on, step-by-step opportunity to create a very basic Jenkins project and use key components of the Jenkins server toolset to perform a build in support of that project. Along the way, you will learn to use the Jenkins automation server to establish builds with parameters, advanced triggers, SCM integration, multiple build steps, artifacts, and several other specialized functions. By the end of the course, you'll know how to customize and automate project builds to meet the specialized needs for building application source code as part of an automated deployment pipeline."--Resource description page.
    Note: Title from title screen (viewed May 24, 2017). - Date of publication from resource description page
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Language: English
    Pages: 1 online resource (1 streaming video file (38 min., 28 sec.)) , digital, sound, color
    Keywords: Jenkins (Software development tool) ; Application software ; Development ; Computer software ; Reliability ; Computer software ; Testing ; Electronic videos ; local
    Abstract: "This course introduces the concepts, techniques, and configuration necessary to perform a Maven build within a Jenkins automation server. First, you'll install and configure the Maven integration plugin to build and customize a Maven project within Jenkins. Then watch how Maven standardizes builds using its highly effective methods for compiling, documenting, and testing code. You will see how effortlessly it handles dependencies, learn how dependencies can trigger builds, and explore Maven's support for multi-module projects."--Resource description page.
    Note: Title from title screen (viewed May 24, 2017). - Date of publication from resource description page
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Language: English
    Pages: 1 online resource (1 streaming video file (5 hr., 45 min., 45 sec.)) , digital, sound, color
    Keywords: Application software ; Development ; Java (Computer program language) ; Spring (Software framework) ; Distributed operating systems (Computers) ; Computer architecture ; Cloud computing ; Electronic videos ; local
    Abstract: "Spring expert Kevin Bowersox offers a clear and practical path to building and deploying microservices in this detailed look at the Spring software components used to create those systems. This is a hands-on course designed for intermediate level Java developers. You'll review the meaning of microservice architecture and distributed systems; learn the basics of using Spring Boot and Spring Cloud; learn to use the Spring-based toolsets for service discovery, service registry, routing, load balancing, and fault tolerance; see how Spring Cloud makes it easier to access Netflix components; and build a small scale microservices project of your own."--Resource description page.
    Note: Title from title screen (viewed February 22, 2017). - Date of publication from resource description page
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly
    Language: English
    Pages: 1 online resource (1 streaming video file (6 hr., 33 min., 22 sec.)) , digital, sound, color
    Keywords: Spring (Software framework) ; Application software ; Development ; Electronic videos ; local
    Abstract: "Spring Boot offers an innovative approach to creating Spring applications. Using Spring Boot, developers can easily establish Spring projects that capitalize upon various modules under the Spring umbrella. This new tool from Pivotal simplifies the usage of the Spring Framework through auto-configuration. In this course, veteran software developer Kevin Bowersox teaches Spring Boot from the ground up, helping beginner to intermediate Java developers unlock the true potential of the Spring Framework. Working files are included to allow you to work alongside the author in this project, learning with the same files that he is using in the training. Learn to create Spring Boot projects with Maven and Gradle; Use JDBC or Spring Data to quickly set up an application that persists data; Leverage caching support with Ehcache; Use Spring Security to construct applications; Set up a Spring MVC project to build a dynamic web application; Run application diagnostics with Spring Boot Actuator; Dive into real projects with hands-on lessons."--Resource description page.
    Note: Title from title screen (viewed July 12, 2016). - Date of publication from resource description page
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Language: English
    Pages: 1 online resource (1 streaming video file (7 hr., 34 min., 43 sec.)) , digital, sound, color
    Keywords: Enterprise application integration (Computer systems) ; Systems integration ; Application software ; Development ; Electronic videos ; local
    Abstract: "Spring Integration is a Java-based tool designed to support information exchange between disparate systems. While APIs may be the standard for information exchange, there is no guarantee they will be the answer to every integration problem. Spring Integration provides a solution to integrating systems that use traditional web services, file transfers, and database sharing to exchange information. Intended for developers comfortable with Java, XML, and the Spring core, this course demonstrates how to leverage Spring Integration's messaging system and external adapters to satisfy the toughest system integration needs."--Resource description page.
    Note: Title from title screen (Safari, viewed October 10, 2016). - Date of release from resource description page (Safari, viewed October 10, 2016)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    ISBN: 9781491979310 , 1491979313
    Language: English
    Pages: 1 online resource (1 streaming video file (12 hr., 24 min., 14 sec.)) , digital, sound, color
    Keywords: Internet videos ; Streaming video ; Enterprise application integration (Computer systems) ; Spring (Software framework) ; Application software ; Development ; Electronic data processing ; Batch processing ; Electronic videos ; local ; Vidéos sur Internet ; Vidéo en continu ; streaming video ; Internet videos ; Streaming video ; Electronic videos
    Abstract: "Spring Integration and Spring Batch make it easy to create enterprise integration solutions and batch applications with minimal fuss. Learn the Spring approach to development as you explore the fundamentals that drive these powerful frameworks. By the end of this Learning Path, youll be able to enable lightweight messaging within Spring-based applications, support integration with external systems via declarative adapters, and process large volumes of records, including logging and tracing, transaction management, and job processing statistics."--Resource description page.
    Note: Title and publication information from resource description page (Safari, viewed January 11, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly
    ISBN: 9781771375924
    Language: English
    Pages: 1 online resource (1 streaming video file (7 hr., 38 min., 15 sec.)) , digital, sound, color
    Keywords: Application software ; Development ; Java (Computer program language) ; Database management ; Electronic videos ; local
    Abstract: "In this Spring Data for Java Developers training course, expert author Kevin Bowersox will teach users how to persist data within applications to multiple datastores using Spring Data. This course is designed for users that are familiar with Java, Spring, and XML. You will start with an introduction to Spring Data, then jump into learning about Spring Data configuration. From there, Kevin will teach you about JPA repositories, derived queries, and additional query techniques such as named queries, paging results, and query method return types. This video tutorial also covers advanced JPA techniques, Spring MVC integration, and MongoDB. Finally, you will learn about Spring Data REST, including how to customize REST configuration, explore the REST API, and customize resource access. Once you have completed this computer based training course, you will have learned how to persist data within your applications to multiple datastores."--Resource description page.
    Note: Title from title screen (viewed April 1, 2016). - Date of publication from resource description page
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Place of publication not identified] : Infinite Skills
    ISBN: 9781771373661
    Language: English
    Pages: 1 online resource (1 streaming video file (4 hr., 57 min., 51 sec.)) , digital, sound, color.
    Keywords: Apache (Computer file : Apache Group) ; Application software ; Development ; Project management ; Software ; Java (Computer program language) ; Electronic videos ; local
    Abstract: "In this Learning Apache Maven training course, expert author Kevin Bowersox will teach you how to perform Java builds more efficiently with Maven. This course is designed for intermediate Java developers."--Resource description page.
    Note: Title from resource description page (viewed May 11, 2015)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...