Skip to main content

Carrinho

Você está recebendo o tratamento VIP!

Item(ns) indisponível(is) para compra
Verifique seu carrinho. Você pode remover os itens indisponíveis agora ou os removeremos na finalização de compra.
itensitem
itensitem

Recomendados para você

Loading...

eBooks sobre Java

Se você gosta de eBooks sobre Java, certamente vai adorar estas sugestões.
Mostrando 97 - 120 de 1600 resultados
Skip side bar filters
  • Java 8 Lambdas

    Pragmatic Functional Programming

    If you’re a developer with core Java SE skills, this hands-on book takes you through the language changes in Java 8 triggered by the addition of lambda expressions. You’ll learn through code examples, exercises, and fluid explanations how these anonymous functions will help you write simple, clean, library-level code that solves business problems.Lambda expressions are a fairly simple change to ... Leia mais

    R$ 42,69

  • Just Spring

    A Lightweight Introduction to the Spring Framework

    Get a concise introduction to Spring, the popular open source framework for building lightweight enterprise applications on the Java platform. This example-driven book for Java developers delves into the framework’s basic features, as well as complex concepts such as containers. You’ll learn how Spring makes Java Messaging Service easier to work with, and how its support for Hibernate helps you ... Leia mais

    R$ 36,89

  • Java Cryptography

    Cryptography, the science of secret writing, is the biggest, baddest security tool in the application programmer's arsenal. Cryptography provides three services that are crucial in secure programming. These include a cryptographic cipher that protects the secrecy of your data; cryptographic certificates, which prove identity (authentication); and digital signatures, which ensure your data has not ... Leia mais

    R$ 66,99

  • Spring MVC

    Domine o principal framework web Java

    de Alberto Souza ...
    O Spring é o principal concorrente da especificação JavaEE. Com uma plataforma muito estável e com integração fina entre todas as suas extensões, fornece um ambiente muito propício para que o programador foque nas regras de negócio e esqueça dos problemas de infraestrutura. Durante o livro, será construída uma aplicação baseada na loja da Casa do Código e você terá a chance de utilizar diversas ... Leia mais

    R$ 49,90

  • Practical Domain-Driven Design in Enterprise Java

    Using Jakarta EE, Eclipse MicroProfile, Spring Boot, and the Axon Framework

    de Vijay Nair ...
    Séries series Professional and Applied Computing (R0)
    See how Domain-Driven Design (DDD) combines with Jakarta EE MicroProfile or Spring Boot to offer a complete suite for building enterprise-grade applications. In this book you will see how these all come together in one of the most efficient ways to develop complex software, with a particular focus on the DDD process.Practical Domain-Driven Design in Enterprise Java starts by building out the Cargo ... Leia mais

    R$ 243,29

  • Instant Play Framework Starter

    Get to grips with a new technology, understand what it is and what it can do for you, and then get to work with the most important features and tasks.A practical, quick, and hands-on guide to the Play Framework.This book is written for readers interested in developing web applications with Java or Scala. A basic knowledge of either Java or Scala is helpful. Prior experience with Play is not ... Leia mais

    R$ 68,89

  • Practical Design Patterns for Java Developers

    Hone your software design skills by implementing popular design patterns in Java

    Unravel the power of Java design patterns by learning where to apply them effectively to solve specific software design and development problemsKey FeaturesDecouple logic across objects with dependency injection by creating various vehicles with featuresFinalize vehicle construction by chaining handlers using the Chain of Responsibility PatternPlan and execute an advanced vehicle sensor initiation ... Leia mais

    R$ 177,29

  • Image Processing with ImageJ - Second Edition

    Extract and analyze data from complex images with ImageJ, the world's leading image processing tool

    Extract and analyze data from complex images with ImageJ, the world's leading image processing toolKey Features\[\*\]Design automated image-processing solutions and speed up image-processing tasks with ImageJ\[\*\]Create quality and intuitive interfaces for image processing by developing a basic framework for ImageJ plugins.\[\*\]Tackle even the most sophisticated datasets and complex imagesBook ... Leia mais

    R$ 184,49

  • Rust Programming By Example

    Enter the world of Rust by building engaging, concurrent, reactive, and robust applications

    Discover the world of Rust programming through real-world examplesKey FeaturesImplement various features of Rust to build blazingly fast applicationsLearn to build GUI applications using Gtk-rsExplore the multi-threading aspect of Rust to tackle problems in concurrency and in distributed environmentsBook DescriptionRust is an open source, safe, concurrent, practical language created by Mozilla. It ... Leia mais

    R$ 205,19

  • Kotlin Design Patterns and Best Practices

    Build scalable applications using traditional, reactive, and concurrent design patterns in Kotlin, 2nd Edition

    Future-proof your applications with best practices and design patterns in KotlinKey FeaturesUnderstand traditional and modern design patterns to improve the design of your applicationCombine the benefits of object-oriented, functional, reactive, and concurrent programmingChoose the best microservices architecture and frameworks for your web applicationBook DescriptionThis book shows you how easy ... Leia mais

    R$ 167,79

  • Java 9 Recipes

    A Problem-Solution Approach

    de Josh Juneau ...
    Séries series Professional and Applied Computing (R0)
    Quickly find solutions to dozens of common programming problems encountered while building Java applications. Content is presented in the popular problem-solution format. Look up the programming problem that you want to resolve. Read the solution. Apply the solution directly in your own code. Problem solved!This revised edition covers important new features such as Java 9's JShell and the new ... Leia mais

    R$ 274,29

  • Java Distributed Computing

    de Jim Farley ...
    Distributed computing and Java go together naturally. As the first language designed from the bottom up with networking in mind, Java makes it very easy for computers to cooperate. Even the simplest applet running in a browser is a distributed application, if you think about it. The client running the browser downloads and executes code that is delivered by some other system. But even this simple ... Leia mais

    R$ 69,89

  • 680 Dot Net (.NET) Framework Interview Questions and Answers

    680 most important and frequently asked questions and answers to crack interviews

    Knowledge for Free...Get that job, you aspire for!Want to switch to that high paying job? Or are you already been preparing hard to give interview the next weekend?Do you know how many people get rejected in interviews by preparing only concepts but not focusing on actually which questions will be asked in the interview?Don't be that person this time.This is the most comprehensive Dot Net (.NET) ... Leia mais

    R$ 15,48

  • Java Coding Guidelines

    75 Recommendations for Reliable and Secure Programs

    Séries series SEI Series in Software Engineering
    “A must-read for all Java developers. . . . Every developer has a responsibility to author code that is free of significant security vulnerabilities. This book provides realistic guidance to help Java developers implement desired functionality with security, reliability, and maintainability goals in mind.”–Mary Ann Davidson, Chief Security Officer, Oracle CorporationOrganizations worldwide rely on ... Leia mais

    R$ 177,09

  • Learning Test-Driven Development

    A Polyglot Guide to Writing Uncluttered Code

    Your code is a testament to your skills as a developer. No matter what language you use, code should be clean, elegant, and uncluttered. By using test-driven development (TDD), you'll write code that's easy to understand, retains its elegance, and works for months, even years, to come. With this indispensable guide, you'll learn how to use TDD with three different languages: Go, JavaScript, and ... Leia mais

    R$ 89,29

  • Learning TensorFlow.js

    de Gant Laborde ...
    Given the demand for AI and the ubiquity of JavaScript, TensorFlow.js was inevitable. With this Google framework, seasoned AI veterans and web developers alike can help propel the future of AI-driven websites. In this guide, author Gant Laborde (Google Developer Expert in machine learning and the web) provides a hands-on end-to-end approach to TensorFlow.js fundamentals for a broad technical ... Leia mais

    R$ 74,89

  • Programming Google App Engine

    Build & Run Scalable Web Applications on Google's Infrastructure

    de Dan Sanderson ...
    Google App Engine makes it easy to create a web application that can serve millions of people as easily as serving hundreds, with minimal up-front investment. With Programming Google App Engine, Google engineer Dan Sanderson provides practical guidance for designing and developing your application on Google’s vast infrastructure, using App Engine’s scalable services and simple development model ... Leia mais

    R$ 69,89

  • Real World Web Services

    Integrating EBay, Google, Amazon, FedEx and more

    de Will Iverson ...
    The core idea behind Real World Web Services is simple: after years of hype, what are the major players really doing with web services? Standard bodies may wrangle and platform vendors may preach, but at the end of the day what are the technologies that are actually in use, and how can developers incorporate them into their own applications? Those are the answers Real World Web Services delivers. ... Leia mais

    R$ 50,49

  • Orchard CMS: Up and Running

    ASP.NET Website Development Made Easy

    de John Zablocki ...
    Use your C# skills to build your next website with Orchard, the popular content management system based on ASP.NET MVC. With step-by-step guidance, you’ll learn your way around the Orchard environment by constructing a complete, real-world site throughout the course of this book. You’ll create, manage, and display dynamic content with out-of-the-box functionality, and then build themes, modules, ... Leia mais

    R$ 30,59

  • How to Program with Java eBook

    de Trevor J Page ...
    This eBook is designed to teach anyone how to program with Java. The tutorials contained within were carefully constructed with the beginner programmer in mind. The lessons are presented step by step, and explained in plain English.It starts with the basics such as:What is a Variable?What is a Control Structure?What is a Data Structure?These are terms that, if never seen before, would scare ... Leia mais

    R$ 49,56

  • Tomcat: The Definitive Guide

    The Definitive Guide

    Jakarta Tomcat is not only the most commonly used open source servlet engine today, it's become the de facto standard by which other servlet engines are measured. Powerful and flexible, it can be used as a stand-alone web server or in conjunction with another server, like Apache or IIS, to run servlets or JSPs. But mastery of Tomcat is not easy: because it's as complex as it is complete. Tomcat: ... Leia mais

    R$ 52,39

  • Practical JavaScript Techniques

    Séries series Smashing eBooks
    Present across millions of websites and growing in popularity, JavaScript is an essential and practical for all programmers, designers and coding aficionados. "Practical JavaScript Techniques" offers expert instruction, tips and methodologies relevant for all levels of knowledge. Learn interactive CSS and jQuery techniques, how to take advantage of JavaScript’s versatile capabilities and even how ... Leia mais

    R$ 27,63

  • Building Android Applications for Beginners

    de Steve Taylor ...
    This book is aimed at people with little or no understanding of developing applications or any experience with Java or computer programming in general.Rather than immediately delving into details, the book focuses instead on constructing simple Android examples that can immediately be seen to work. As an example, some very simple but yet powerful graphics are developed, the image on the book's ... Leia mais

    R$ 21,99

  • Java Threads and the Concurrency Utilities

    de JEFF FRIESEN ...
    Séries series Professional and Applied Computing (R0)
    This concise book empowers all Java developers to master the complexity of the Java thread APIs and concurrency utilities. This knowledge aids the Java developer in writing correct and complex performing multithreaded applications.Java's thread APIs and concurrency utilities are among its most powerful and challenging APIs and language features. Java beginners typically find it very difficult to ... Leia mais

    R$ 243,29