Download WordPress Themes, Happy Birthday Wishes
Home » Tag Archives: Java (page 8)

Tag Archives: Java

CICS and the JVM server: Developing and Deploying Java Applications

provides information about the new Java virtual machine (JVM) server technology in IBM CICS Transaction Server for z/OS V4.2. We begin by outlining the many advantages of its multi-threaded operation over the pooled JVM function of earlier releases.

Read More »

Concurrent Programming: The Java Programming Language

The popularity of the Internet has led to rapidly expanding interest in client-server programming by all kinds of businesses and organizations. Many client and server applications benefit from their design as object-oriented programs with multiple th

Read More »

Java Persistence

This book is meant to cover Java persistence, that is, storing stuff in the Java programming language to a persistent storage medium.Specifically using the Java Persistence API (JPA) to store Java objects to relational databases, but I would like it

Read More »

RxJava for Android App Development

RxJava is hot property among experienced Android developers these days, but this powerful library for handling asynchronous data in Android apps can be difficult to learn. In this O’Reilly report, mobile software engineer Matt Dupree introduces you

Read More »

The Common Java Cookbook

This book provides expert tips for using Java-based utilities from projects such as Apache Commons, Apache Lucene, and Apache Velocity. You don't have to be an expert, the book's solution-based format contains code examples for a wide variety of web,

Read More »

O’Reilly Beyond Java

In Beyond Java, Bruce chronicles the rise of the most successful language of all time, and then lays out, in painstaking detail, the compromises the founders had to make to establish success. Then, he describes the characteristics of likely successor

Read More »

Java Based Real Time Programming

Computers, such as microprocessors, are more and more often embedded in products that the user does not perceive as computers. This is the case for both consumer electronics (your CD player, mobile phone, etc.), home supplies (your micro-wave oven, w

Read More »

The JHipster Mini-Book

JHipster generates a complete and modern web app, unifying: - A high-performance and robust Java stack on the server side with Spring Boot - A sleek, modern, mobile-first front-end with Angular and Bootstrap - A robust microservice architecture with

Read More »

Microservices for Java Developers: Introduction to Frameworks and Containers

Is microservices architecture right for your organization? These services have many benefits, but they also come with their own set of drawbacks. In this hands-on, example-driven guide, Java developers and architects will learn how to navigate popula

Read More »

Object-Oriented vs. Functional Programming – Bridging the Divide between Opposing Paradigms

The schism between the functional and object-oriented programmers is really a false binary. Yes, the first group argues that FP is superior for a multicore world, while the second insists that OOP is better at matching technical solutions to business

Read More »