Book picks similar to
Wildfly Performance Tuning by Arnold Johansson


software-development
collection
computer-science
java

Java for Dummies [With CDROM]


Barry Burd - 2006
    This book makes it easy From how to install and run Java to understanding classes and objects and juggling values with arrays and collections, you will get up to speed on the new features of Java 6 in no time.Discover how toUse object-oriented programmingWork with the changes in Java 6 and JDK 6Save time by reusing codeMix Java and Javascript with the new scripting toolsTroubleshoot code problems and fix bugsAll on the bonus CD-ROMCustom build of JCreator and all the code files used in the bookBonus chapters not included in the bookTrial version of Jindent, WinOne, and NetCaptor freewareSystem Requirements: For details and complete system requirements, see the CD-ROM appendix.Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

The Joy of Clojure


Michael Fogus - 2010
    It combines the nice features of a scripting language with the powerful features of a production environment—features like persistent data structures and clean multithreading that you'll need for industrial-strength application development.The Joy of Clojure goes beyond just syntax to show you how to write fluent and idiomatic Clojure code. You'll learn a functional approach to programming and will master Lisp techniques that make Clojure so elegant and efficient. The book gives you easy access to hard soft ware areas like concurrency, interoperability, and performance. And it shows you how great it can be to think about problems the Clojure way. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book. What's InsideThe what and why of ClojureHow to work with macrosHow to do elegant application designFunctional programming idiomsWritten for programmers coming to Clojure from another programming background—no prior experience with Clojure or Lisp is required.

Copying and Pasting from Stack Overflow


Vinit Nayak - 2016
    Mastering this art will not only make you the most desired developer in the market, but it will transform the craziest deadline into "Consider it done, Sir".

Java Generics and Collections: Speed Up the Java Development Process


Maurice Naftalin - 2006
    Generics and the greatly expanded collection libraries have tremendously increased the power of Java 5 and Java 6. But they have also confused many developers who haven't known how to take advantage of these new features.Java Generics and Collections covers everything from the most basic uses of generics to the strangest corner cases. It teaches you everything you need to know about the collections libraries, so you'll always know which collection is appropriate for any given task, and how to use it.Topics covered include:• Fundamentals of generics: type parameters and generic methods• Other new features: boxing and unboxing, foreach loops, varargs• Subtyping and wildcards• Evolution not revolution: generic libraries with legacy clients and generic clients with legacy libraries• Generics and reflection• Design patterns for generics• Sets, Queues, Lists, Maps, and their implementations• Concurrent programming and thread safety with collections• Performance implications of different collectionsGenerics and the new collection libraries they inspired take Java to a new level. If you want to take your software development practice to a new level, this book is essential reading.Philip Wadler is Professor of Theoretical Computer Science at the University of Edinburgh, where his research focuses on the design of programming languages. He is a co-designer of GJ, work that became the basis for generics in Sun's Java 5.0.Maurice Naftalin is Technical Director at Morningside Light Ltd., a software consultancy in the United Kingdom. He has most recently served as an architect and mentor at NSB Retail Systems plc, and as the leader of the client development team of a major UK government social service system."A brilliant exposition of generics. By far the best book on the topic, it provides a crystal clear tutorial that starts with the basics and ends leaving the reader with a deep understanding of both the use and design of generics." Gilad Bracha, Java Generics Lead, Sun Microsystems

Maven: The Definitive Guide


Timothy O'Brien - 2008
    Now there's help. The long-awaited official documentation to Maven is here. Written by Maven creator Jason Van Zyl and his team at Sonatype, Maven: The Definitive Guide clearly explains how this tool can bring order to your software development projects. Maven is largely replacing Ant as the build tool of choice for large open source Java projects because, unlike Ant, Maven is also a project management tool that can run reports, generate a project website, and facilitate communication among members of a working team. To use Maven, everything you need to know is in this guide. The first part demonstrates the tool's capabilities through the development, from ideation to deployment, of several sample applications -- a simple software development project, a simple web application, a multi-module project, and a multi-module enterprise project. The second part offers a complete reference guide that includes:The POM and Project Relationships The Build Lifecycle Plugins Project website generation Advanced site generation Reporting Properties Build Profiles The Maven Repository Team Collaboration Writing Plugins IDEs such as Eclipse, IntelliJ, ands NetBeans Using and creating assemblies Developing with Maven ArchetypesSeveral sources for Maven have appeared online for some time, but nothing served as an introduction and comprehensive reference guide to this tool -- until now. Maven: The Definitive Guide is the ideal book to help you manage development projects for software, web applications, and enterprise applications. And it comes straight from the source.

Building Maintainable Software


Joost Visser - 2015
    Be part of the solution. With this practical book, you'll learn 10 easy-to-follow guidelines for delivering software that's easy to maintain and adapt. These guidelines have been derived from analyzing hundreds of real-world systems.Written by consultants from the Software Improvement Group (SIG), this book provides clear and concise explanations, with advice for turning the guidelines into practice. Examples are written in Java, but this guide is equally useful for developers working in other programming languages.10 Coding Guidelines- Write short units of code: limit the length of methods and constructors- Write simple units of code: limit the number of branch points per method- Write code once, rather than risk copying buggy code- Keep unit interfaces small by extracting parameters into objects- Separate concerns to avoid building large classes- Couple architecture components loosely- Balance the number and size of top-level components in your code- Keep your codebase as small as possible- Automate tests for your codebase- Write clean code, avoiding "code smells" that indicate deeper problemsWhy you should read this bookTaken in isolation, the guidelines presented in this book are well-known. In fact, many well-known tools for code analysis check a number of the guidelines presented here. The following three characteristics set this book apart from other books on software development: We have selected the ten most important guidelines from experience.We teach how to comply with these ten guidelines.We present statistics and examples from real-world systems.This book is part our Training on Software Maintainability - and subsequent Certification on Quality Software Development program. For more information about this program, please contact training@sig.eu.

The Little Book on CoffeeScript


Alex MacCaw - 2012
    Through example code, this guide demonstrates how CoffeeScript abstracts JavaScript, providing syntactical sugar and preventing many common errors. You’ll learn CoffeeScript’s syntax and idioms step by step, from basic variables and functions to complex comprehensions and classes.Written by Alex MacCaw, author of JavaScript Web Applications (O’Reilly), with contributions from CoffeeScript creator Jeremy Ashkenas, this book quickly teaches you best practices for using this language—not just on the client side, but for server-side applications as well. It’s time to take a ride with the little language that could.Discover how CoffeeScript’s syntax differs from JavaScriptLearn about features such as array comprehensions, destructuring assignments, and classesExplore CoffeeScript idioms and compare them to their JavaScript counterpartsCompile CoffeeScript files in static sites with the Cake build systemUse CommonJS modules to structure and deploy CoffeeScript client-side applicationsExamine JavaScript’s bad parts—including features CoffeeScript was able to fix

Java: How to Program


Harvey Deitel - 1996
    The Deitels' groundbreaking How to Program series offers unparalleled breadth and depth of programming concepts and intermediate-level topics for further study. The texts in the series feature hundreds of complete, working programs with thousands of lines of code--more than any other texts of their kind. Now, the world's best-selling Java textbook is again completely up-to- date with The Java 2 Platform Standard Edition (J2SE) 5.0.

Building Microservices: Designing Fine-Grained Systems


Sam Newman - 2014
    But developing these systems brings its own set of headaches. With lots of examples and practical advice, this book takes a holistic view of the topics that system architects and administrators must consider when building, managing, and evolving microservice architectures.Microservice technologies are moving quickly. Author Sam Newman provides you with a firm grounding in the concepts while diving into current solutions for modeling, integrating, testing, deploying, and monitoring your own autonomous services. You'll follow a fictional company throughout the book to learn how building a microservice architecture affects a single domain.Discover how microservices allow you to align your system design with your organization's goalsLearn options for integrating a service with the rest of your systemTake an incremental approach when splitting monolithic codebasesDeploy individual microservices through continuous integrationExamine the complexities of testing and monitoring distributed servicesManage security with user-to-service and service-to-service modelsUnderstand the challenges of scaling microservice architectures

Head First Java


Kathy Sierra - 2005
    You might think the problem is your brain. It seems to have a mind of its own, a mind that doesn't always want to take in the dry, technical stuff you're forced to study. The fact is your brain craves novelty. It's constantly searching, scanning, waiting for something unusual to happen. After all, that's the way it was built to help you stay alive. It takes all the routine, ordinary, dull stuff and filters it to the background so it won't interfere with your brain's real work--recording things that matter. How does your brain know what matters? It's like the creators of the Head First approach say, suppose you're out for a hike and a tiger jumps in front of you, what happens in your brain? Neurons fire. Emotions crank up. Chemicals surge. That's how your brain knows.And that's how your brain will learn Java. Head First Java combines puzzles, strong visuals, mysteries, and soul-searching interviews with famous Java objects to engage you in many different ways. It's fast, it's fun, and it's effective. And, despite its playful appearance, Head First Java is serious stuff: a complete introduction to object-oriented programming and Java. You'll learn everything from the fundamentals to advanced topics, including threads, network sockets, and distributed programming with RMI. And the new. second edition focuses on Java 5.0, the latest version of the Java language and development platform. Because Java 5.0 is a major update to the platform, with deep, code-level changes, even more careful study and implementation is required. So learning the Head First way is more important than ever. If you've read a Head First book, you know what to expect--a visually rich format designed for the way your brain works. If you haven't, you're in for a treat. You'll see why people say it's unlike any other Java book you've ever read.By exploiting how your brain works, Head First Java compresses the time it takes to learn and retain--complex information. Its unique approach not only shows you what you need to know about Java syntax, it teaches you to think like a Java programmer. If you want to be bored, buy some other book. But if you want to understand Java, this book's for you.

Learning Ruby


Michael J. Fitzgerald - 2007
    Written for both experienced and new programmers alike, Learning Ruby is a just-get-in-and-drive book -- a hands-on tutorial that offers lots of Ruby programs and lets you know how and why they work, just enough to get you rolling down the road. Interest in Ruby stems from the popularity of Rails, the web development framework that's attracting new devotees and refugees from Java and PHP. But there are plenty of other uses for this versatile language. The best way to learn is to just try the code! You'll find examples on nearly every page of this book that you can imitate and hack. Briefly, this book:Outlines many of the most important features of Ruby Demonstrates how to use conditionals, and how to manipulate strings in Ruby. Includes a section on regular expressions Describes how to use operators, basic math, functions from the Math module, rational numbers, etc. Talks you through Ruby arrays, and demonstrates hashes in detail Explains how to process files with Ruby Discusses Ruby classes and modules (mixins) in detail, including a brief introduction to object-oriented programming (OOP) Introduces processing XML, the Tk toolkit, RubyGems, reflection, RDoc, embedded Ruby, metaprogramming, exception handling, and other topics Acquaints you with some of the essentials of Rails, and includes a short Rails tutorial. Each chapter concludes with a set of review questions, and appendices provide you with a glossary of terms related to Ruby programming, plus reference material from the book in one convenient location. If you want to take Ruby out for a drive, Learning Ruby holds the keys.

Billionaire's Passion: The Complete Series


Alycia Taylor - 2016
    Having just moved in with her brother, Marcy’s about to start a new job at Farnsworth & Temple, a financial software company run by billionaire Dean Carrick. Marcy never thought she’d be anyone’s trophy girlfriend, but the night before she’s to start as an intern, fate intervenes and Dean Carrick comes into her life… And not as her boss... At first casual, the relationship starts to grow. But as Marcy learns more and more about her new beau, she comes to find out there’s no such thing as a billionaire without skeletons in his closet. When stories start getting back to Marcy about Dean’s possible connections to organized crime, Marcy’s life is thrown into chaos. What follows is a torrid affair of danger and suspicion leading to the ultimate question: How far is she willing to go to save herself? And will Dean be there for her in the end? The Billionaire's Passion Box Set is a 100,000-word, FULL LENGTH, Standalone steamy sexy bad boy alpha billionaire romance. No cliffhanger and has a HEA. Includes 3 free bonus full-length box sets for a limited time. Perfect for fans of Cassie Cross, Hannah Ford, Glenna Sinclair, Kendall Ryan, Krista Lakes, Alexa Riley, and J.S. Scott

Special 15 Book Box Set: Regency Romance


Kitty St. John - 2017
    Regency Romance. 15 exciting romantic stories of dukes, earles and other aristocracy titles. Romantic, compelling and appealing reads of Regency nobility trying to find love with ladies of all classes of society. Their adventures spin heart-warming tales. Kitty St John is a lovely newcomer to Regency Romance stories. She gives a very interesting story that tugs at your very heart strings! “I enjoy Kitty St John's writing style. The story moved along in a good pace and I did not feel the need to take breaks along the way. I found that while she wrote a story, it did make me think, what would I do? I could see both characters point of view and yet the author didn't beleaguer the point. When I finished reading this book, I felt I wanted, no needed to read more of her style books. Nothing is worse than those authors who, go over and over a point to the point of making one want to throw the book/kindle at a wall. You won't find that in this book at all. Thanks for a quick read Kitty.” This Box Set Includes: Her Baron, Bold and Brave The Duke's Discovery The Duke's Favourite The Refined Earl The Honourable Duke The Duke's Fifth Governess The Poetic Marquess The Hidden Duke The Duke's Good Fortune The Erin Duke The Earl Incognito The Starry Eyed Earl The Bemused Earl The Earl's Daughter The Admirable Viscount

Unexpected Love for a Stubborn Bride


Evelyn Boyett - 2019
     Hope Dixon was just a young girl when she moved to Hazelridge, Texas with her parents. Their lives have been ideal until the discovery of silver in the nearby hills three years ago. After that the town has grown increasingly lawless with the huge influx of new settlers and prospectors hoping to make their fortunes and a bought sheriff with seemingly no interest in maintaining law and order. She feels a heavy weight of responsibility knowing that with her father’s steadily failing health, it won’t be long before her mother and younger sister’s future well being will soon rest squarely on her shoulders. Luke Riggs was a Civil War hero. When he returned home, his former fiancée who’d promised to wait for him had run off and married another man. Deeply heartbroken and betrayed, he promised himself he would never open himself up to the possibility of finding love again. Hope is stubborn and determined to step up and fight, but she's going to need help, someone who will stand with her against the outlaws and thieves threatening her life. Can Hope find the courage to protect her family, tell the man she loves how she really feels, and save their home? Or will her fear keep her trapped for the rest of her life? If you like fast-paced clean romance and action-packed stories, you won't be able to put down this addictive Novel by Evelyn Boyett. "Unexpected Love For A Stubborn Bride" is a stand-alone Western Historical Romance Novel of approximately 500 pages. Get this Book FREE With Kindle Unlimited!

MAC WALKER'S PATRIOT OMNIBUS


D.W. Ulsterman - 2014
    He protects those he loves with a ferocity and purpose few can overcome. If challenged, he takes a "kill first, question later" approach. His life has taken him around the world and back again, to a home that is no longer his, in a country that would see him dead. He seeks both truth and purpose in himself and others, at a time when the traditions and values of old do battle against the emerging tyranny of the present. He is Mac Walker, and this is his story, spanning decades, available here as a single download for the first time ever, allowing readers to save up to 50% over purchasing each of the Mac Walker stories individually. SEVEN STORIES - ONE LOW PRICE! "Being a 77 year old widow and knowing I would never fall in love again, I'm afraid that Ulsterman's writing has caused me to fall in love with his fictional character, Mac Walker! What a MAN!" -Patricia Tadlock “All of the Mac Walker books are great! Once you start reading, you cannot put them down! If I could meet any character of any book, it would be Mac Walker!” --Lyn R. Toney “Excellent read. Readers can certainly relate to Mac Walker as a truly believable hero.” -Cavalry