Pro Wicket

000caee2_medium
Karthik Gurumurthy, “Pro Wicket (Expert’s Voice in Java)”
Apress | 2006 | ISBN: 1590597222 | 328 pages | PDF | 4 MB

Im glad were having our first real Wicket book available now…It is more than just a how-to guide; Karthik goes through the effort of explaining alternatives and explains how things are done by Wicket instead of merely giving you the steps to get a task done.

— Eelco Hillenius, Chillenious!

Wicket is an open source, component-oriented (POJOs-based), lightweight Java web application development framework that brings the Java Swing event-based programming model to web development. Wicket pages can be mocked up, previewed, and later revised using standard WYSIWYG HTML design tools.

Wicket provides stateful components, thereby improving productivity. It has an architecture and rich component suite that aims to bring back the object orientation and, more importantly, the fun that is missing from the Java web development space. With the impending 1.2 release, Wicket is set for wider adoption.

Pro Wicket gets you up and running quickly with this framework. Youll learn how to configure Wicket, then gradually gain exposure to the ???Wicket way??? of addressing web development requirements. Youll want to pick up a copy because it

Is the first book to cover the Wicket framework with Spring integration and Ajax features

Demonstrates all major wicket capabilities through simple examples

Covers important aspects like Wicket-Spring integration and Ajax support

uploading.com
depositfiles.com
mirror

Pro Spring Dynamic Modules for OSGi? Service Platforms

000c0b9c_medium
Daniel Rubio “Pro Spring Dynamic Modules for OSGi? Service Platforms”
Apress | 2009-02-12 | ISBN: 1430216123 | 392 pages | PDF | 2,5 MB

Spring and OSGi’s features are a natural fit; they are orthogonal to each other: OSGi is about packaging, deployment, and versioning issues, while Spring is about providing the necessary foundation to wire up Java classes in their most basic form using dependency injection and aspect orientation to fulfill an application’s purpose.

Pro Spring Dynamic Modules for OSGi? Service Platforms by Daniel Rubio is the first book to cover OSGi as practically implemented by the world’s most popular, agile, and open source enterprise Java framework, Spring.

? Author Daniel Rubio covers the ease at which OSGi is used with the Spring Framework in development, packaging, versioning, and deployment.

? Enterprises are trusting Spring more and more, and this book leverages OSGi in a way that can “complete” the use of Spring in the enterprise, as OSGi is already being trusted and adopted by IBM, BEA, and others.

? The text discusses how Spring OSGi makes your Spring applications trusted SOA applications.

What you’ll learn

? Understand the fundamentals of OSGi and Spring, and combine the two.

? Take your Spring applications and bundles, and incorporate OSGi for production–ready packaging, versioning practices, and deployment.

? Create production–ready Spring Beans by packaging and versioning, and then deploy them.

? Develop data access methods and means for your Spring OSGi projects.

? Build and use GUIs for Spring OSGi.

? Test, scale, and optimize your Spring OSGi applications for deployment and performance.

Who is this book for?

This book is for Java developers using the Spring Framework who are looking to take advantage of OSGi features, and Java developers in general looking to explore OSGi’s role on server–side development.

About the Apress Pro Series

The Apress Pro series books are practical, professional tutorials to keep you on and moving up the professional ladder.

You have gotten the job, now you need to hone your skills in these tough competitive times. The Apress Pro series expands your skills and expertise in exactly the areas you need. Master the content of a Pro book, and you will always be able to get the job done in a professional development project. Written by experts in their field, Pro series books from Apress give you the hard–won solutions to problems you will face in your professional programming career.


Download

Mirror

Mirror

Spring Persistence – A Running Start

000c059a_medium
Paul Fisher, Solomon Duskis “Spring Persistence – A Running Start”
Apress | 2009-02-23 | ISBN: 1430218770 | 236 pages | PDF | 1,1 MB

Published with the developer in mind, firstPress technical briefs explore emerging technologies that have the potential to be critical for tomorrow’s industry. Apress keeps developers one step ahead by presenting key information as early as possible in a PDF of 150 pages or less. Explore the future through Apress with Spring Persistence—A Running Start.

This firstPress title gets readers rolling with the various fundamental Spring Framework Java Persistence concepts and offerings, as well as proven design patterns for integrating Spring Persistence functionality for complex and transaction–based enterprise Java applications.

The Java platform offers several options for saving “long–lived” information, including JPA (Java Persistence API), Hibernate, iBatis, JDBC, and even JCR (Java Content Repository—a standard for interfacing with a content management system).

This book helps readers decide which persistence solution is the most ideal for their application requirements, and shows how Spring can be leveraged to simplify the integration of their selected persistence framework into their enterprise application.

What you’ll learn

? Learn to implement Spring Persistence, which involves persistence tools in Spring as well as choosing the best Java persistence frameworks/tools outside of Spring.

? Work with Spring Framework features such as Inversion of Control, Aspect Oriented Programming (AOP), and more.

? Understand the core concepts of JPA and steps for integrating JPA for architecting a well–layered persistence tier.

? Work with Hibernate and integrate it into your Spring applications.

? Develop with the iBatis framework, and see how it differs from other persistence solutions.

? Work with Spring–JDBC, declarative transactions with Spring, and discover the benefits of a lightweight persistence strategy.

? Examine other persistence concepts and frameworks not usually covered in other books.

Who is this book for?

This book is ideal for developers interested in learning more about persistence framework options on the Java platform, as well as fundamental Spring concepts. Because the book covers several persistence frameworks, it is suitable for anyone interested in learning more about Spring or any of the frameworks covered. Lastly, this book covers advanced topics related to persistence architecture and design patterns and is ideal for beginning developers looking to learn more in this area as well.


Download

Mirror

Mirror

The Definitive Guide to Grails, Second Edition

000b460f_medium
Graeme Rocher, Jeff Brown, “The Definitive Guide to Grails, Second Edition (Expert’s Voice in Web Development)”
Apress | 2009-01-15 | ISBN: 1590599950 | 648 pages | PDF | 4,5 MB

The rise of Ruby on Rails has signified a huge shift in how we build web applications today; it is a fantastic framework with a growing community. There is, however, space for another such framework that integrates seamlessly with Java. Thousands of companies have invested in Java, and these same companies are losing out on the benefits of a Rails–like framework. Enter Grails.

Grails is not just a Rails clone, it aims to provide a Rails–like environment that is more familiar to Java developers and that employs idioms that Java developers are comfortable using, making the adjustment in mentality to a dynamic framework less of a jump. The concepts within Grails, like interceptors, tag libs, and Groovy Server Pages (GSP), make those in the Java community feel right at home.

Grails’ foundation is on solid open source technologies such as Spring, Hibernate, and SiteMesh, which gives it even more potential in the Java space: Spring provides powerful inversion of control and MVC, Hibernate brings a stable, mature object relational mapping technology with the ability to integrate with legacy systems, and SiteMesh handles flexible layout control and page decoration.

Grails complements these with additional features that take advantage of the coding–by–convention paradigm such as dynamic tag libraries, Grails object relational mapping, Groovy Server Pages, and scaffolding.

Graeme Rocher, Grails lead and founder, and Jeff Brown bring you completely up–to–date with their authoritative and fully comprehensive guide to the Grails framework. You’ll get to know all the core features, services, and Grails extensions via plug–ins, and understand the roles that Groovy and Grails are playing in the changing Web.

What you’ll learn

* Discover how the Web is changing and the role the Groovy language and its Rails framework plays.

* Get to know the Grails Project and its domains, services, filters, controllers, views, testing, and plug–ins.

* Experience the availability of plug–ins for Rich Client and Ajax, web services, performance/utilities, scheduling, security, functionality, and even Persistence.

* See how Grails works with other frameworks like Spring, Wicket, Hibernate, and more.

* Create custom plug–ins in Grails.

Who is this book for?

This book is for everyone who is looking for a more agile approach to web development with a dynamic scripting language such as Groovy. This includes a large number of Java developers who have been enticed by the productivity gains seen with frameworks such as Ruby on Rails, JRuby on Rails, etc. The Web and its environment is a perfect fit for easily adaptable and concise languages such as Groovy and Ruby, and there is huge interest from the developer community in general to embrace these languages.

Uploading

Depositfiles

The Definitive Guide to Spring Web Flow

000b32cd_medium
Erwin Vervaet, “The Definitive Guide to Spring Web Flow”
Apress | 2008-10-06 | ISBN: 1430216247 | 408 pages | PDF | 2,4 MB

Spring Web Flow is an exciting open source framework for developing Java web applications. The framework improves productivity by addressing three major pain–points facing web application developers: user interface navigation control, state management, and modularity.

The Definitive Guide to Spring Web Flow covers Spring Web Flow in detail by explaining its motivation and feature set, as well as providing practical guidance for using the framework to develop web applications successfully in a number of environments.

What you’ll learn

How to get started with Spring Web Flow

Leveraging Spring Web Flow’s powerful features

Extending the framework to take it beyond its out–of–the–box feature set

Best practices and real–world use cases

Insights into the design and implementation of the framework

This book is for Java–based web developers looking to build web applications using Spring Web platform. It is also for those looking to integrate other Java web frameworks and applications with Spring.

uploading.com
depositfiles.com