- Table View
- List View
JavaTM Management Extensions
by J. Steven PerryJava Management Extensions is a practical, hands-on guide to using the JMX APIs, Sun Microsystem's new Java-based tool for managing enterprise applications. This one-of-a kind book is a complete treatment of the JMX architecture (both the instrumentation level and the agent level), and it's loaded with real-world examples for implementing Management Extensions. It also contains useful information at the higher level about JMX (the "big picture") to help technical managers and architects who are evaluating v
JavaTM NIO
by Ron HitchensJava NIO explores the new I/O capabilities of version 1.4 in detail and shows you how to put these features to work to greatly improve the efficiency of the Java code you write. This compact volume examines the typical challenges that Java programmers face with I/O and shows you how to take advantage of the capabilities of the new I/O features. You'll learn how to put these tools to work using examples of common, real-world I/O problems and see how the new features have a direct impact on responsiveness, sc
JavaTM Performance Tuning, 2nd Edition
by Jack ShiraziJava Performance Tuning, 2nd edition provides a comprehensive and indispensable guide to eliminating all types of performance problems. Using many real-life examples to work through the tuning process in detail, JPT shows how tricks such as minimizing object creation and replacing strings with arrays can really pay off in improving your code's performance. Tuning J2EE applications bears many similarities to tuning J2SE apps, but important and specific considerations apply. For this reason, Java Performance Tuning, Second Edition includes four new chapters: a new chapter on J2EE application tuning in general followed by chapters on tuning JDBC, servlets and JSPs, and EJBs.
JavaTM Web Services
by Dave Chappell Tyler JewellJava Web Services shows you how to use SOAP to perform remote method calls and message passing; how to use WSDL to describe the interface to a web service or understand the interface of someone else's service; and how to use UDDI to advertise (publish) and look up services in each local or global registry. Java Web Services also discusses security issues, interoperability issues, integration with other Java enterprise technologies like EJB; the work being done on the JAXM and JAX-RPC packages, and integrati
JavaTM Web Services in Nutshell
by Kim TopleyJava Web Services in a Nutshell is a high-speed tutorial and a quick reference for the technologies that Sun Microsystems is creating for implementing web services with Java. This book is a succinct introduction and handy reference to the Java/XML APIs, more commonly known as the JWSDP or "Java Web Services Development Pack." These APIs are taking the Java world by storm, as they are capable of handling everything from simple XML to SOAP to full ebXML vocabularies.
JavaTM and SOAP
by Robert EnglanderJava and SOAP provides Java developers with an in-depth look at SOAP (the Simple Object Access Protocol). Of course, it covers the basics: what SOAP is, why it's soared to a spot on the Buzzwords' Top Ten list, and what its features and capabilities are. And it shows you how to work with some of the more common Java APIs in the SOAP world: Apache SOAP and GLUE. Java and SOAP also discusses interoperability between the major SOAP platforms, including Microsoft's .NET, SOAP messaging, SOAP attachments, messag
JavaTM and XML Data Binding
by Brett MclaughlinThis new title provides an in-depth technical look at XML Data Binding. The book offers complete documentation of all features in both the Sun Microsystems JAXB API and popular open source alternative implementations (Enhydra Zeus, Exolabs Castor and Quick). It also gets into significant detail about when data binding is appropriate to use, and provides numerous practical examples of using data binding in applications.
JavaTM and XML, 2nd Edition
by Brett MclaughlinNew chapters on Advanced SAX, Advanced DOM, SOAP, and data binding, as well as new examples throughout, bring the second edition of Java and XML thoroughly up to date. Except for a concise introduction to XML basics, the book focuses entirely on using XML from Java applications. It's a worthy companion for Java developers working with XML or involved in messaging, web services, or the new peer-to-peer movement.
JavaTM and XSLT
by Eric M. BurkeLearn how to use XSL transformations in Java programs ranging from stand-alone applications to servlets. Java and XSLT introduces XSLT and then shows you how to apply transformations in real-world situations, such as developing a discussion forum, transforming documents from one form to another, and generating content for wireless devices.
Javascript
by Don Gosselin Sasha VodnikJavaScript is a client-side scripting language that allows web page authors to develop interactive web pages and sites. Although JavaScript is considered a programming language, it is also a critical part of web page design and authoring. This is because the JavaScript language enables web developers to add functionality directly to a web page's elements. The language is relatively easy to learn, allowing non-programmers to quickly incorporate JavaScript functionality into a web page. In fact, because it is used extensively in the countless web pages that are available on the World Wide Web, JavaScript is arguably the most widely used programming language in the world.
Javascript Absolute Beginner's Guide (Absolute Beginner's Guide Series-;)
by Kirupa ChinnathambiJavaScript Absolute Beginner's Guide No experience necessary! Make the most of JavaScript -- even if you've never programmed anything before. This book is the fastest way to learn JavaScript and use it together with CSS3 and HTML5 to create powerful web and mobile experiences. Learn how to do what you want, the way you want, one incredibly easy step at a time. JavaScript has never been this simple! This is the easiest, most practical beginner’s guide to programming JavaScript with simple, reliable instructions for doing everything you really want to do!
Javascript and JQuery: Interactive Front-End Web Development
by Jon DuckettLearn JavaScript and jQuery a nicer way This full-color book adopts a visual approach to teaching JavaScript & jQuery, showing you how to make web pages more interactive and interfaces more intuitive through the use of inspiring code examples, infographics, and photography. The content assumes no previous programming experience, other than knowing how to create a basic web page in HTML & CSS. You'll learn how to achieve techniques seen on many popular websites (such as adding animation, tabbed panels, content sliders, form validation, interactive galleries, and sorting data). . Introduces core programming concepts in JavaScript and jQuery Uses clear descriptions, inspiring examples, and easy-to-follow diagrams Teaches you how to create scripts from scratch, and understand the thousands of JavaScripts, JavaScript APIs, and jQuery plugins that are available on the web Demonstrates the latest practices in progressive enhancement, cross-browser compatibility, and when you may be better off using CSS3 If you're looking to create more enriching web experiences and express your creativity through code, then this is the book for you. This book is also available as part of a set in hardcover - Web Design with HTML, CSS, JavaScript and jQuery, 9781119038634 - and in softcover - Web Design with HTML, CSS, JavaScript and jQuery, 9781118907443.
Javascript: Object Oriented Programming
by Stoyan Stefanov Ved Antani Gaston C. Hillar Kumar Chetan SharmaBuild sophisticated web applications by mastering the art of Object-Oriented Javascript About This Book * Learn popular Object-Oriented programming (OOP) principles and design patterns to build robust apps * Implement Object-Oriented concepts in a wide range of frontend architectures * Capture objects from real-world elements and create object-oriented code that represents them * Learn the latest ES6 features and how to test and debug issues with JavaScript code using various modern mechanisms Who This Book Is For JavaScript developers looking to enhance their web developments skills by learning object-oriented programming. What You Will Learn * Get acquainted with the basics of JavaScript language constructs along with object-oriented programming and its application. * Learn to build scalable server application in JavaScript using Node.js * Generate instances in three programming languages: Python, JavaScript, and C# * Work with a combination of access modifiers, prefixes, properties, fields, attributes, and local variables to encapsulate and hide data * Master DOM manipulation, cross-browser strategies, and ES6 * Identify and apply the most common design patterns such as Singleton, Factory, Observer, Model-View-Controller, and Mediator Patterns * Design applications using a modular architecture based on SOLID principles In Detail JavaScript is the behavior, the third pillar in today's paradigm that looks at web pages as something that consists of : content (HTML), presentation (CSS), and behavior (JavaScript). Using JavaScript, you can create interactive web pages along with desktop widgets, browser, and application extensions, and other pieces of software. Object-oriented programming, which is popularly known as OOP, is basically based on the concept of objects rather than actions. The first module will help you master JavaScript and build futuristic web applications. You will start by getting acquainted with the language constructs and how to organize code easily. You develop concrete understanding of variable scoping, loops, and best practices on using types and data structures, as well as the coding style and recommended code organization patterns in JavaScript. The book will also teach you how to use arrays and objects as data structures. By the end of the book, you will understand how reactive JavaScript is going to be the new paradigm. The second module is an easy-to-follow course, which includes hands-on examples of solutions to common problems with object-oriented code. It will help to identify objects from real-life scenarios, to protect and hide data with the data encapsulation features of Python, JavaScript, and C#. You will discover the advantage of duck typing in both Python and JavaScript, while you work with interfaces and generics in C#. With a fair understanding of interfaces, multiple inheritance, and composition, you will move on to refactor existing code and to organize your source for easy maintenance and extension. The third module takes you through all the in-depth and exciting futures hidden behind the facade. You should read through this course if you want to be able to take your JavaScript skills to a new level of sophistication. Style and approach This course is a comprehensive guide where each chapter consists of best practices, constructive advice, and few easy-to-follow examples that will build up your skills as you advance through the book. Get object oriented with this course, which takes you on a journey to get acquainted with few useful hands-on tools, features, and ways to enhance your productivity using OOP techniques. It will also act as a reference guide with useful examples on resolving problems with object-oriented code in Python, JavaScript, and C#.
Javascript: Un Manuale Per Imparare La Programmazione In Javascript
by Eugenia Franzoni Troy DimesImparate il JavaScript JavaScript è un linguaggio di programmazione dinamico che viene spesso usato nei browser per controllare il comportamento delle pagine web e per interagire con gli utenti; permette la comunicazione asincrona e può aggiornare parti delle pagine web o addirittura sostituirne completamente il contenuto. Vedrete JavaScript usato per visualizzare informazioni sulla data e l'ora, per fare delle animazioni su un sito web, per validare i dati inseriti in un form, per suggerire dei risultati mentre l'utente scrive in un campo di ricerca e molto altro. JavaScript viene usato sempre di più... Anche se JavaScript è il linguaggio di programmazione client side al giorno d'oggi più diffuso, può essere usato anche come linguaggio server side; ne sono alcuni esempi Node.js, Meteor, Wakanda, CouchDB e MongoDB. Il tempo che investirete imparandolo può darvi un risultato doppio, perché questo linguaggio continua ad espandersi in sempre più aree dell'informatica. Imparate i fondamentali del linguaggio di programmazione JavaScript Non importa se volete usare JavaScript in un browser web come linguaggio client, come linguaggio server o entrambi, dovrete impararne prima i fondamenti. Questo è ciò che vi darà questo libro; quando finirete di leggerlo, vi sentirete a vostro agio nel programmare in JavaScript. Ecco alcune cose che imparerete leggendo questo libro: Quando si può usare JavaScript Come impostare il computer in modo che sia facile e comodo programmare in JavaScript Quali strumenti vi servono per programmare in JavaScript Le basi di HTML... Cosa sono le variabili e come usarle Come gestire i numeri e fare le operazioni matematiche Come e quando usare i condizionali Cosa sono le funzioni, perché sono così comode e come farne buon uso Strutture di dati avanzate come gli array associativi Molto altro... Tornate s
Jaya: An Advanced Engineering Optimization Algorithm And Its Applications
by Ravipudi Venkata RaoThis book introduces readers to the “Jaya” algorithm, an advanced optimization technique that can be applied to many physical and engineering systems. It describes the algorithm, discusses its differences with other advanced optimization techniques, and examines the applications of versions of the algorithm in mechanical, thermal, manufacturing, electrical, computer, civil and structural engineering.In real complex optimization problems, the number of parameters to be optimized can be very large and their influence on the goal function can be very complicated and nonlinear in character. Such problems cannot be solved using classical methods and advanced optimization methods need to be applied. The Jaya algorithm is an algorithm-specific parameter-less algorithm that builds on other advanced optimization techniques. The application of Jaya in several engineering disciplines is critically assessed and its success compared with other complex optimization techniques such as Genetic Algorithms (GA), Particle Swarm Optimization (PSO), Differential Evolution (DE), Artificial Bee Colony (ABC), and other recently developed algorithms.
Jazz Guitar Voicings - Vol. 1
by Sher Music Randy VincentHave you ever wondered how guitarists like Joe Pass, Jim Hall and Wes Montgomery find such full, luscious voicings for their chord melody playing? Well, much of that sound is based on the "Drop 2" principle of chord voicings. In this book, veteran guitarist Randy Vincent explains exactly how you can get that same sound too. Endorsed by Julian Lage, John Stowell, Larry Koonse, etc.
Jazz Piano Masterclass: The Drop 2 Book
by Mark Levine Sher MusicThe most comprehensive book ever written on how to create the 4-note, block-chord approach to jazz piano playing used by masters like McCoy Tyner, Bill Evans, Barry Harris, Cedar Walton, etc. In this book, world-renowned pianist and educator Mark Levine provides a step-by-step, beginning to advanced, masterclass on how to create, practice and extend this most useful appraoch to jazz chord voicings.<P><P> Advisory: Bookshare has learned that this book offers only partial accessibility. We have kept it in the collection because it is useful for some of our members. To explore further access options with us, please contact us through the Book Quality link on the right sidebar. Benetech is actively working on projects to improve accessibility issues such as these.
Jeff Bezos
by Chris McNabO HOMEM QUE REVOLUCIONOU O MUNDO DOS NEGÓCIOS Fundador e CEO da Amazon até 2021, Jeff Bezos é amplamente considerado um dos empresários mais bem-sucedidos do mundo, aparecendo nos lugares cimeiros do índice de riqueza da Forbes.Este livro debruça-se sobre as suas primeiras influências, a sua educação, as decisões que tomou na sua impressionante carreira e o modo como construiu e gere o seu império de negócios, que teve início numa startup fundada na sua própria garagem. Atualmente, Jeff Bezos mantém-se como o principal acionista da Amazon, mas os seus interesses viram-se agora para áreas como a filantropia, a educação da geração mais jovem e a exploração do espaço, tendo fundado a empresa de astronáutica Blue Origin e realizado em 2021 a sua primeira expedição ao espaço.
Jeff Smith's Senior Portrait Photography Handbook
by Jeff SmithWith detailed, informative instructions for capturing personable and memorable yearbook photos, this reference presents step-by-step demonstrations on advertising, talking to clients, producing outstanding images, and finalizing a sale. Noting the delicate balance of pleasing parents and teens alike, this resource illustrates how to marry the latest fashion-oriented photography trends with the needs of the family member who is paying for the session. A wealth of lighting and posing techniques combine with tips for analyzing the subject, choosing which features to accent and which to downplay, and creating alluring, fashionable looks that the whole family can appreciate. Emphasizing the value in allowing seniors to personalize their photos by bringing the shoot to their home or a more meaningful location, the guide also includes suggestions for incorporating additional visual elements such as pets, musical instruments, team uniforms, best friends, or significant others.
Jenkins 2.x Continuous Integration Cookbook - Third Edition
by Alan Mark Berg Mitesh SoniGet a problem-solution approach enriched with code examples for practical and easy comprehension About This Book • Explore the use of more than 40 best-of-breed plug-ins for improving efficiency • Secure and maintain Jenkins 2.x by integrating it with LDAP and CAS, which is a Single Sign-on solution • Efficiently build advanced pipelines with pipeline as code, thus increasing your team's productivity Who This Book Is For If you are a Java developer, a software architect, a technical project manager, a build manager, or a development or QA engineer, then this book is ideal for you. A basic understanding of the software development life cycle and Java development is needed, as well as a rudimentary understanding of Jenkins. What You Will Learn • Install and Configure Jenkins 2.x on AWS and Azure • Explore effective ways to manage and monitor Jenkins 2.x • Secure Jenkins 2.x using Matrix-based Security • Deploying a WAR file from Jenkins 2.x to Azure App Services and AWS Beanstalk • Automate deployment of application on AWS and Azure PaaS • Continuous Testing – Unit Test Execution, Functional Testing and Load Testing In Detail Jenkins 2.x is one of the most popular Continuous Integration servers in the market today. It was designed to maintain, secure, communicate, test, build, and improve the software development process. This book will begin by guiding you through steps for installing and configuring Jenkins 2.x on AWS and Azure. This is followed by steps that enable you to manage and monitor Jenkins 2.x. You will also explore the ways to enhance the overall security of Jenkins 2.x. You will then explore the steps involved in improving the code quality using SonarQube. Then, you will learn the ways to improve quality, followed by how to run performance and functional tests against a web application and web services. Finally, you will see what the available plugins are, concluding with best practices to improve quality. Style and approach This book provides a problem-solution approach to some common tasks and some uncommon tasks using Jenkins 2.x and is well-illustrated with practical code examples.
Jenkins 2: Evolve Your Deployment Pipeline for Next Generation Automation
by Brent LasterDesign, implement, and execute continuous delivery pipelines with a level of flexibility, control, and ease of maintenance that was not possible with Jenkins before. With this practical book, build administrators, developers, testers, and other professionals will learn how the features in Jenkins 2 let you define pipelines as code, leverage integration with other key technologies, and create automated, reliable pipelines to simplify and accelerate your DevOps environments.Author Brent Laster shows you how Jenkins 2 is significantly different from the more traditional, web-only versions of this popular open source automation platform. If you’re familiar with Jenkins and want to take advantage of the new technologies to transform your legacy pipelines or build new modern, automated continuous delivery environments, this is your book.Create continuous delivery pipelines as code with the Jenkins domain-specific languageGet practical guidance on how to migrate existing jobs and pipelinesHarness best practices and new methods for controlling access and securityExplore the structure, implementation, and use of shared pipeline librariesLearn the differences between declarative syntax and scripted syntaxLeverage new and existing project types in JenkinsUnderstand and use the new Blue Ocean graphical interfaceTake advantage of the capabilities of the underlying OS in your pipelineIntegrate analysis tools, artifact management, and containers
Jenkins Administrator's Guide: Install, manage, and scale a CI/CD build and release system to accelerate your product life cycle
by Calvin Sangbin Park Lalit Adithya Samuel Gleske Tracy MirandaBuild and manage a production Jenkins instance, complete with CI/CD pipelines using GitHub and Docker Hub, Jenkins Configuration as Code, Shared Libraries, Script Security, and optimization guidesKey FeaturesSet up production-grade Jenkins and CI/CD pipelines with GitHub and Docker Hub integrationsManage, protect, and upgrade a production Jenkins instance regardless of its size and the number of usersScale a Jenkins instance using advanced optimization tips, tricks, and best practicesBook DescriptionJenkins is a renowned name among build and release CI/CD DevOps engineers because of its usefulness in automating builds, releases, and even operations. Despite its capabilities and popularity, it's not easy to scale Jenkins in a production environment. Jenkins Administrator's Guide will not only teach you how to set up a production-grade Jenkins instance from scratch, but also cover management and scaling strategies.This book will guide you through the steps for setting up a Jenkins instance on AWS and inside a corporate firewall, while discussing design choices and configuration options, such as TLS termination points and security policies. You'll create CI/CD pipelines that are triggered through GitHub pull request events, and also understand the various Jenkinsfile syntax types to help you develop a build and release process unique to your requirements. For readers who are new to Amazon Web Services, the book has a dedicated chapter on AWS with screenshots. You'll also get to grips with Jenkins Configuration as Code, disaster recovery, upgrading plans, removing bottlenecks, and more to help you manage and scale your Jenkins instance.By the end of this book, you'll not only have a production-grade Jenkins instance with CI/CD pipelines in place, but also knowledge of best practices by industry experts.What you will learnSet up a production-grade Jenkins instance on AWS and on-premisesCreate continuous integration and continuous delivery (CI/CD) pipelines triggered by GitHub pull request eventsUse Jenkins Configuration as Code to codify a Jenkins setupBackup and restore configurations and plan for disaster recoveryPlan, communicate, execute, and roll back upgrade scenariosIdentify and remove common bottlenecks in scaling JenkinsUse Shared Libraries to develop helper functions and create new DSLsWho this book is forThis book is for both new Jenkins administrators and advanced users who want to optimize and scale Jenkins. Jenkins beginners can follow the step-by-step directions, while advanced readers can join in-depth discussions on Script Security, removing bottlenecks, and other interesting topics. Build and release CI/CD DevOps engineers of all levels will also find new and useful information to help them run a production-grade Jenkins instance following industry best practices.
Jenkins Continuous Integration Cookbook
by Alan Mark BergThis book provides a problem-solution approach to some common tasks and some uncommon tasks using Jenkins and is well-illustrated with practical code examples. If you are a Java developer, software architect, technical project manager, build manager, or development or QA engineer, this book is for you. You should have a basic understanding of the Software Development Life Cycle and Java development, as well as a rudimentary understanding of Jenkins.
Jenkins Continuous Integration Cookbook - Second Edition
by Alan Mark BergIf you are a Java developer, a software architect, a technical project manager, a build manager, or a development or QA engineer, then this book is ideal for you. A basic understanding of the software development life cycle and Java development is needed, as well as a rudimentary understanding of Jenkins.
Jenkins Continuous Integration Cookbook Second Edition
by Alan Mark Berg<P><P>Over 90 recipes to produce great results from Jenkins using pro-level practices, techniques, and solutions <P><P>About This Book <P><P>Explore the use of more than 40 best-of-breed plug-ins for improving efficiency <P><P>Secure and maintain Jenkins by integrating it with LDAP and CAS, which is a Single Sign-on solution <P><P>Step-by-step, easy-to-use instructions to optimize the existing features of Jenkins using the complete set of plug-ins that Jenkins offers <P><P>Who This Book Is For <P><P>If you are a Java developer, a software architect, a technical project manager, a build manager, or a development or QA engineer, then this book is ideal for you. <P><P>A basic understanding of the software development life cycle and Java development is needed, as well as a rudimentary understanding of Jenkins. <P><P>What You Will Learn <P><P>Integrate Jenkins with LDAP and SSO solutions <P><P>Maintain and secure Jenkins <P><P>Run an integration server firing automatic functional and performance tests <P><P>Communicate through social media and by plotting custom data <P><P>Skin Jenkins to your corporate look and feel <P><P>Refine the use of code metrics to improve quality <P><P>Write your first custom Jenkins plugin <P><P>Apply tweaks to optimize your use of Jenkins <P><P>In Detail <P><P>Jenkins is an award-wining and one of the most popular Continuous Integration servers in the market today. It was designed to maintain, secure, communicate, test, build, and improve the software development process. <P><P>This book starts by examining the most common maintenance tasks. This is followed by steps that enable you to enhance the overall security of Jenkins. You will then explore the relationship between Jenkins builds and Maven pom.xml. Then, you will learn how to use plugins to display code metrics and fail builds to improve quality, followed by how to run performance and functional tests against a web application and web services. Finally, you will see what the available plugins are, concluding with best practices to improve quality.