libristo building web services with java 4633921

- znaleziono 10 produkty w 3 sklepach

Programming Web Services with SOAP - 2862024859

139,78 zł

Programming Web Services with SOAP O'Reilly Media

Książki / Literatura obcojęzyczna

The Web services architecture offers a new way to think about and implement application-to-application integration and interoperability that makes the development platform irrelevant. Two applications, regardless of operating system, programming language, or any other technical implementation detail, communicate using XML messages over open Internet protocols such as HTTP or SMTP. The Simple Open Access Protocol (SOAP) is a specification that details how to encode that information and has become the messaging protocol of choice for Web services. This is a detailed guide to using SOAP and other Web services standards - WSDL (Web Service Description Language), and UDDI (Universal Description, Discovery, and Integration protocol). It covers the concepts of the Web services architecture and offers practical advice on building and deploying Web services in the enterprise. It decodes the standards, explaining the concepts and implementation in a clear, concise style. You'll also learn about the major toolkits for building and deploying Web services. Examples in Java, Perl, C#, and Visual Basic illustrate the principles.Significant applications developed using Java and Perl on the Apache Tomcat Web platform address real issues such as security, debugging, and interoperability.

Sklep: Libristo.pl

Practical JSF in Java EE 8 - 2861917365

235,96 zł

Practical JSF in Java EE 8 APress

Książki / Literatura obcojęzyczna

Master the Java EE 8 and JSF (JavaServer Faces) APIs and web framework with this practical, projects-driven guide to web development. This book combines theoretical background with a practical approach by building four real-world applications. By developing these JSF web applications, you'll take a tour through the other Java EE technologies such as JPA, CDI, Security, WebSockets, and more.In Practical JSF in Java EE 8 , you will learn to use the JavaServer Faces web framework in Java EE 8 to easily construct a web-based user interface from a set of reusable components. Next, you add JSF event handling and then link to a database, persist data, and add security and the other bells and whistles that the Java EE 8 platform has to offer.After reading this book you will have a good foundation in Java-based web development and will have increased your proficiency in sophisticated Java EE 8 web development using the JSF framework.What You Will LearnUse the Java EE 8 and the JavaServer Faces APIs to build Java-based web applications through four practical real-world case studiesProcess user input with JSF and the expression language by building a calculator applicationPersist data using JSF templating and Java Persistence to manage an inventory of booksCreate and manage an alumni database using JSF, Ajax, web services and Java EE 8's security features.Who This Book Is ForThose new to Java EE 8 and JSF. Some prior experience with Java is recommended.

Sklep: Libristo.pl

Java Data Mining: Strategy, Standard, and Practice - 2876336731

378,69 zł

Java Data Mining: Strategy, Standard, and Practice Morgan Kaufmann Publishers

Książki / Literatura obcojęzyczna

Whether you are a software developer, systems architect, data analyst, or business analyst, if you want to take advantage of data mining in the development of advanced analytic applications, Java Data Mining, JDM, the new standard now implemented in core DBMS and data mining/analysis software, is a key solution component. This book is the essential guide to the usage of the JDM standard interface, written by contributors to the JDM standard. The book discusses and illustrates how to solve real problems using the JDM API. The authors provide you with: data mining introduction - an overview of data mining and the problems it can address across industries; JDM's place in strategic solutions to data mining-related problems; JDM essentials - concepts, design approach and design issues, with detailed code examples in Java; a Web Services interface to enable JDM functionality in an SOA environment; and illustration of JDM XML Schema for JDM objects; JDM in practice - the use of JDM from vendor implementations and approaches to customer applications, integration, and usage; impact of data mining on IT infrastructure; and, a how-to guide for building applications that use the JDM API.Free, downloadable KJDM source code referenced in the book is available.

Sklep: Libristo.pl

Designing Evolvable Web APIs with ASP.NET - 2826642932

197,47 zł

Designing Evolvable Web APIs with ASP.NET O'Reilly Media, Inc, USA

Książki / Literatura obcojęzyczna

Design and build Web APIs for a broad range of clients - including browsers and mobile devices - that can adapt to change over time. This practical, hands-on guide takes you through the theory and tools you need to build evolvable HTTP services with Microsoft's ASP.NET Web API framework. In the process, you'll learn how design and implement a real-world Web API. Ideal for experienced .NET developers, this book's sections on basic Web API theory and design also apply to developers who work with other development stacks such as Java, Ruby, PHP, and Node. Dig into HTTP essentials, as well as API development concepts and styles Learn ASP.NET Web API fundamentals, including the lifecycle of a request as it travels through the framework Design the Issue Tracker API example, exploring topics such as hypermedia support with collection+json Use behavioral-driven development with ASP.NET Web API to implement and enhance the application Explore techniques for building clients that are resilient to change, and make it easy to consume hypermedia APIs Get a comprehensive reference on how ASP.NET Web API works under the hood, including security and testability

Sklep: Libristo.pl

VERT X IN ACTION JULIEN PONGE NOWA - 2862565082

326,29 zł

VERT X IN ACTION JULIEN PONGE NOWA WYDAWCA

Podręczniki, artykuły szkolne > Podręczniki do szkół podst. i średnich

Vert.x in Action   Intended for intermediate Java developers familiar with web development, networked services, and enterprise Java frameworks like Spring or Java EE. No prior experience in asynchronous or reactive programming is required.   As enterprise applications become larger and more distributed, new architectural approaches like reactive designs, microservices, and event streams are required knowledge. The Vert.x framework provides a mature, rock-solid toolkit for building reactive applications using Java, Kotlin, or Scala.   Vert.x in Action  teaches you to build responsive, resilient, and scalable JVM applications with Vert.x using well-established reactive design patterns.   about the technology Vert.x is a mature framework for building reactive applications on the JVM. Designed to handle asynchronous communication effortlessly, Vert.x permits the fewest number of concurrent threads possible. As a result, you automatically get increased scalability, resource efficiency, and dependability, which are big wins for any distributed system. Vert.x

Sklep: ksiazkitanie.pl

Beginning Quarkus Framework - 2867147463

225,00 zł

Beginning Quarkus Framework APress

Książki / Literatura obcojęzyczna

Harness the power of Quarkus, the supersonic subatomic cloud-native Java platform from Red Hat. This book covers everything you need to know to get started with the platform, which has been engineered from the ground up for superior performance and cloud-native deployment. You'll start with an overview of the Quarkus framework and its features. Next, you'll dive into building your first microservice using Quarkus, including the use of JAX-RS, Swagger, Microprofile, REST, reactive programming, and more. You'll see how to seamlessly add Quarkus to existing Spring framework projects. The book continues with a dive into the dependency injection pattern and how Quarkus supports it, working with annotations and facilities from both Jakarta EE CDI and the Spring framework. You'll also learn about dockerization and serverless technologies to deploy your microservice. Next you'll cover how data access works in Quarkus with Hibernate, JPA, Spring Boot, MongoDB, and more. This will also give you an eye for efficiency with reactive SQL, microservices, and many more reactive components. You'll also see tips and tricks not available in the official documentation for Quarkus. Lastly, you'll test and secure Quarkus-based code and use different deployment scenarios to package and deploy your Quarkus-based microservice for the cloud, using Amazon Web Services as a focus. After reading and using Beginning Quarkus Framework, you'll have the essentials to build and deploy cloud-native microservices and full-fledged applications. Author Tayo Koleoso goes to great lengths to ensure this book has up to date material including brand new and some unreleased features!What You Will Learn Build and deploy cloud-native Java applications with Quarkus Create Java-based microservices Integrate existing technologies such as the Spring framework and vanilla Java EE into the Quarkus framework Work with the Quarkus data layer on persistence with SQL, reactive SQL, and NoSQL Test code in Quarkus with the latest versions of JUnit and Testcontainers Secure your microservices with JWT and other technologies Package your microservices with Docker containers and GraalVM native image toolingTips and techniques you won't find in the official Quarkus documentation Who This Book Is ForIntermediate Java developers familiar with microservices, the cloud in general, and REST web services, but interested in modern approaches.

Sklep: Libristo.pl

Spring Quick Reference Guide - 2878081171

197,47 zł

Spring Quick Reference Guide APress

Książki / Literatura obcojęzyczna

Quickly gain the insight necessary to address a multitude of Java-based Spring Framework and Spring Boot coding challenges using this succinct reference guide. Short, focused code examples will help you master many of the Spring elements such as AOP, data access, MVC for web development, security, web services/REST for microservices development, Batch for large data sets, and more. You'll also get a rundown of the increasingly popular Spring Boot microframework as well.You won't find any technical jargon, bloated samples, drawn out history lessons, or witty stories in this book. What you will find is a language reference that is concise, to the point, and highly accessible. The book is packed with useful information and is a must-have for any Java programmer.What You Will LearnDiscover the Spring Framework and its many sub-projectsWork with the Spring Boot microframeworkProgram with the Spring Boot framework to build Java-basedmicroservices, native cloud applications, and moreUse some of the lesser-known but still important frameworks and tools such as REST Docs, HATEOAS, Cloud, and moreLeverage these Spring frameworks and tools for building your next Java-based cloud applicationWho This Book Is ForThose with prior experience with Java who want a quick and handy reference to using Spring.

Sklep: Libristo.pl

Język UML 2. 0 w Modelowaniu Systemów Informatycznych - Stanisław Wrycza, Bartosz Marcinkowski, Krzysztof Wyrzykowski - 2837073379

69,90 zł

Język UML 2. 0 w Modelowaniu Systemów Informatycznych - Stanisław Wrycza, Bartosz Marcinkowski, Krzysztof Wyrzykowski

Książki & Multimedia > Książki

Opis - Poznaj uniwersalne narzędzie projektowania obiektowego Diagramy języka UML Modelowanie biznesowe Metodyki projektowe oparte na UML Narzędzia CASE Rosnąca popularność programowania obiektowego zmieniła również metody modelowania systemów informatycznych. Modelowanie strukturalne zostało zastąpione przez modelowanie obiektowe. Standardem w tej dziedzinie stał się język UML (Unified Modelling Language) -- graficzny system wizualizacji, specyfikowania oraz dokumentowania składników systemów informatycznych. Opis systemu wykonany za pomocą języka UML jest jednoznaczny, co bardzo ułatwia napisanie kodu źródłowego w oparciu o modele. Narzędzia do modelowania obiektowego umożliwiają wygenerowanie szkieletu klas i obiektów, a po odpowiednim zintegrowaniu ze środowiskiem programistycznym -- pozwalają na dwukierunkową synchronizację modelu z kodem źródłowym. W oparciu o język UML stworzona została metodyka projektowania oprogramowania nosząca nazwę RUP (Rational Unified Process) zyskująca coraz większe uznanie. Znajomość języka UML i metodologii RUP jest dziś istotnym elementem kwalifikacji kierownika projektów informatycznych. Znajomość języka UML i metodyki RUP jest aktualnie istotnym elementem kwalifikacji analityków, projektantów i kierowników projektów informatycznych a także składnikiem nowoczesnych programów studiów informatycznych. Książka "Język UML 2.0 w modelowaniu systemów informatycznych" to szczegółowy opis najnowszej specyfikacji tego języka w kontekście zastosowania go w procesie wytwarzania oprogramowania. Zawiera omówienie elementów języka UML oraz zasad projektowania obiektowego. Przedstawia sposoby prezentacji kolejnych etapów projektowania systemu za pomocą diagramów oraz różnice pomiędzy modelowaniem analitycznym i biznesowym. Czytając tę książkę poznasz również metodykę RUP oraz narzędzia, które można wykorzystać do tworzenia modeli w języku UML. Definiowanie wymagań funkcjonalnych systemu za pomocą diagramów przypadków użycia Strukturyzacja przypadków użycia i tworzenie diagramów klas Opis działania systemu w postaci diagramu czynności i diagramu stanów Prezentacja komunikacji pomiędzy elementami systemu za pomocą diagramu interakcji Tworzenie diagramów wdrożeniowych Modelowanie biznesowe i analityczne w metodyce RUP Narzędzia CASE Plakat syntetycznie ujmujący notację UML 2.0 Modelowanie obiektowe to technologia przyszłości. Poznaj ją już dziś. Plakat dołączony do książki możesz pobrac w postaci pliku PDF z naszego serwera. Nazwa - Język UML 2. 0 w Modelowaniu Systemów Informatycznych Oryginalny tytuł - Building Web Services with Java: Making Sense of XML, SOAP, Autor - Stanisław Wrycza, Bartosz Marcinkowski, Krzysztof Wyrzykowski Oprawa - Miękka Wydawca - Helion Kod ISBN - 8373618929 Kod EAN - 9788373618923 Rok wydania - 2006 Język - PL Tłumacz - Grzegorz Kowalski, Cezary Welsyng Format - B5 Ilość stron - 456 Podatek VAT - 5% Premiera - 2006-01-31

Sklep: InBook.pl

Solr in Action - 2873997144

273,34 zł

Solr in Action Manning Publications

Książki / Literatura obcojęzyczna

DESCRIPTION Whether handling big data, building cloud-based services, or developing multi-tenant web applications, it's vital to have a fast, reliable search solution. Apache Solr is a scalable and ready-to-deploy open-source full-text search engine powered by Lucene. It offers key features like multi-lingual keyword searching, faceted search, intelligent matching, and relevancy weighting right out of the box. Solr in Action is the definitive guide to implementing fast and scalable search using Apache Solr 4. It uses well-documented examples ranging from basic keyword searching to scaling a system for billions of documents and queries. Readers will gain a deep understanding of how to implement core Solr capabilities such as faceted navigation through search results, matched snippet highlighting, field collapsing and search results grouping, spell checking, query auto-complete, querying by functions, and more. RETAIL SELLING POINTS Clearly-written comprehensive guide In-depth coverage of Solr 4 Uses real-world examples backed by years of experience AUDIENCE This book assumes some knowledge of Java and standard database technology. No prior experience with Solr or Lucene is required.ABOUT THE TECHNOLOGY Solr 4 provides new features to enable large-scale distributed search solutions that can be deployed as an elastically scaling cloud-based service and can provide additional intelligence to other big data technologies like Hadoop and Mahout.

Sklep: Libristo.pl

Enterprise Integration Patterns - 2861852590

256,86 zł

Enterprise Integration Patterns Pearson Education

Książki / Literatura obcojęzyczna

Would you like to use a consistent visual notation for drawing integration solutions? Look inside the front cover.Do you want to harness the power of asynchronous systems without getting caught in the pitfalls? See Thinking Asynchronously in the Introduction.Do you want to know which style of application integration is best for your purposes? See Chapter 2, Integration Styles.Do you want to learn techniques for processing messages concurrently? See Chapter 10, Competing Consumers and Message Dispatcher.Do you want to learn how you can track asynchronous messages as they flow across distributed systems? See Chapter 11, Message History and Message Store.Do you want to understand how a system designed using integration patterns can be implemented using Java Web services, .NET message queuing, and a TIBCO-based publish-subscribe architecture? See Chapter 9, Interlude: Composed Messaging.Utilizing years of practical experience, seasoned experts Gregor Hohpe and Bobby Woolf show how asynchronous messaging has proven to be the best strategy for enterprise integration success. However, building and deploying messaging solutions presents a number of problems for developers. Enterprise Integration Patterns provides an invaluable catalog of sixty-five patterns, with real-world solutions that demonstrate the formidable of messaging and help you to design effective messaging solutions for your enterprise.The authors also include examples covering a variety of different integration technologies, such as JMS, MSMQ, TIBCO ActiveEnterprise, Microsoft BizTalk, SOAP, and XSL. A case study describing a bond trading system illustrates the patterns in practice, and the book offers a look at emerging standards, as well as insights into what the future of enterprise integration might hold.This book provides a consistent vocabulary and visual notation framework to describe large-scale integration solutions across many technologies. It also explores in detail the advantages and limitations of asynchronous messaging architectures. The authors present practical advice on designing code that connects an application to a messaging system, and provide extensive information to help you determine when to send a message, how to route it to the proper destination, and how to monitor the health of a messaging system. If you want to know how to manage, monitor, and maintain a messaging system once it is in use, get this book.

Sklep: Libristo.pl

Sklepy zlokalizowane w miastach: Warszawa, Kraków, Łódź, Wrocław, Poznań, Gdańsk, Szczecin, Bydgoszcz, Lublin, Katowice

Szukaj w sklepach lub całym serwisie

1. Sklepy z libristo pl building web services with java 4633921

2. Szukaj na wszystkich stronach serwisu

t1=0.025, t2=0, t3=0, t4=0, t=0.025

Dla sprzedawców

copyright © 2005-2024 Sklepy24.pl  |  made by Internet Software House DOTCOM RIVER