10 JUL 2026 - Back up to full speed! Let's be honest: for the last few months, TorrentFunk was painfully slow. Pages crawled, searches dragged, and just loading the site tested everyone's patience. We hunted the problem down to our network and rebuilt it from the ground up — smarter caching, a much bigger and faster connection, and a lot of fine-tuning under the hood. The difference is night and day: the site now loads in a fraction of a second. No more waiting around. Thanks for sticking with us through the slow spell. Now go discover your funk!
TITLE: CONTINUOUS ENTERPRISE DEVELOPMENT IN JAVA: TESTABLE
SOLUTIONS WITH ARQUILLIAN
PUBLISHER: OREILLY LANGUAGE: ENGLISH
LINK: http://is.gd/Lc0hTM RELEASE TYPE: RETAIL
FORMAT: EPUB RELEASE DATE: 2014.04.04
ISBN: 9781449328283 STORE DATE: 2014
SAVED.MONEY: 24 DOLLAR DISKCOUNT: 01 x 05MB
AUTHOR: ANDREW LEE RUBINGER, ASLAK KNUTSEN
BOOK
Learn a use-case approach for developing Java enterprise
applications in a continuously test-driven fashion. With this
hands-on guide, authors and JBoss project leaders Andrew Lee
Rubinger and Aslak Knutsen show you how to build high-level
components, from persistent storage to the user interface, using
the Arquillian testing platform and several other JBoss projects
and tools
Through the course of the book, you'll build a production-ready
software conference tracker called GeekSeek, using source code
from GitHub. Rubinger and Knutsen demonstrate why testing is the
very foundation of development-essential for ensuring that code
is consumable, complete, and correct
* Bootstrap an elementary Java EE project from start to finish
before diving into the full-example application, GeekSeek
* Use both relational and NoSQL storage models to build and test
GeekSeek's data persistence layers
* Tackle testable business logic development and asynchronous
messaging with an SMTP service
* Expose enterprise services as a RESTful interface, using Java
EE's JAX-RS framework
* Implement OAuth authentication with JBoss's PicketLink
identity management service
* Validate the UI by automating interaction in the browser and
reading the rendered page
* Perform full-scale integration testing on the final deployable
archive