Showing posts with label jboss. Show all posts
Showing posts with label jboss. Show all posts

JBoss in Action: Configuring the JBoss Application Server Review

JBoss in Action: Configuring the JBoss Application Server
Average Reviews:

(More customer reviews)
Are you looking to buy JBoss in Action: Configuring the JBoss Application Server? Here is the right place to find the great deals. we can offer discounts of up to 90% on JBoss in Action: Configuring the JBoss Application Server. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

JBoss in Action: Configuring the JBoss Application Server ReviewI bought this book about 6 months ago to prepare for a projected move to the JBoss AS from Websphere. As with most technical books I read as much as I needed for the tasks at hand. My project seems to be cancelled, so I may not go back to this book, but I'd like to leave this review.
I believe this is the only book targeted at JBoss AS 5 configuration and management - that should earn it a couple of stars. On top of that this is one of the best written technical books I have recently encountered. The authors have clearly taken the extra effort to write a concise book (400 pages, it could easily be double the way most are written). There are no extracts of man pages, no bulky examples of pet projects.
One time as I was reading found myself asking a question - and a few paragraphs later there was a reference to that topic in another chapter ("if you are wondering about security see chapter XX"). The authors have a very good sense of what the reader is thinking.
Did the book answer my questions? Mostly. Though I wish there was more information on JMS persistence. And there are whole sections of the book (e.g. portal) that I skipped.
One more thing, worth a star, the book comes with a pdf version as well. I commute, and being able to refer to the text without juggling book and laptop is a huge benefitJBoss in Action: Configuring the JBoss Application Server Overview
JBoss in Action is the first book to focus on teaching readers in detail how to use the JBoss application server. Unlike other titles about JBoss, the authors of JBoss in Action go deeper into the advanced features and configuration of the server. In particular, it focuses on enterprise-class topics, such as high availability, security, and performance.

This book walks readers through the JBoss 5 Application Server from installation to configuration to production development. It shows how to configure the server's various component containers such as the JBoss Web Server, the EJB 3 server, and JBoss Messaging. It also provides detailed insight into configuring the various component services such as security, performance, and clustering. Beyond coverage of the core application server, the book also teaches how to use some of the "hot" technologies that run on top of the application server, such as Jboss Seam and JBoss Portal.

The authors, both seasoned professional experts at developing and administering JBoss, provide meaningful explanations and background on many topics which they tie in with their own practical, real-world advice from their collective experience. These uniquely comprehensive explanations and the wide coverage provided in this book surpass any other content currently available in any other book, article, or documentation on the subject.


Want to learn more information about JBoss in Action: Configuring the JBoss Application Server?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

JBoss at Work: A Practical Guide Review

JBoss at Work: A Practical Guide
Average Reviews:

(More customer reviews)
Are you looking to buy JBoss at Work: A Practical Guide? Here is the right place to find the great deals. we can offer discounts of up to 90% on JBoss at Work: A Practical Guide. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

JBoss at Work: A Practical Guide ReviewThe subtitle for this book is "A Practical Guide." That subtitle is perfect. This is one of the most immediately useful and practical books I've read in a long time. I began using JBoss at the same time I started reading this book and I appreciated that the book started out with the relatively simple task of getting JBoss installed. However, while the book starts at an introductory level it doesn't stay there. It progresses through more advanced topics such as JMS, JavaMail, JAAS, and Web Services.
The writing is clear and enjoyable throughout. An extended example of a car dealer carries forward throughout the book. This helps the concepts fit together and build upon one another. JBoss at Work is highly informative and, as its subtitle promises, a practical guide. I highly recommend it.JBoss at Work: A Practical Guide Overview
Consisting of a number of well-known open source products, JBoss is more a family of interrelated services than a single monolithic application.But, as with any tool that's as feature-rich as JBoss, there are number of pitfalls and complexities, too.

Most developers struggle with the same issues when deploying J2EE applications on JBoss: they have trouble getting the many J2EE and JBoss deployment descriptors to work together; they have difficulty finding out how to get started; their projects don't have a packaging and deployment strategy that grows with the application; or, they find the Class Loaders confusing and don't know how to use them, which can cause problems.

JBoss at Work: A Practical Guide helps developers overcome these challenges. As you work through the book, you'll build a project using extensive code examples.You'll delve into all the major facets of J2EE application deployment on JBoss, including JSPs, Servlets, EJBs, JMS, JNDI, web services, JavaMail, JDBC, and Hibernate. With the help of this book, you'll:

Implement a full J2EE application and deploy it on JBoss
Discover how to use the latest features of JBoss 4 and J2EE 1.4, including J2EE-compliant web services
Master J2EE application deployment on JBoss with EARs, WARs, and EJB JARs
Understand the core J2EE deployment descriptors and how they integrate with JBoss-specific descriptors
Base your security strategy on JAAS

Written for Java developers who want to use JBoss on their projects, the book covers the gamut of deploying J2EE technologies on JBoss, providing a brief survey of each subject aimed at the working professional with limited time.

If you're one of the legions of developers who have decided to give JBoss a try, then JBoss at Work: A Practical Guide is your next logical purchase.It'll show you in plain language how to use the fastest growing open source tool in the industry today. If you've worked with JBoss before, this book will get you up to speed on JBoss 4, JBoss WS (web services), and Hibernate 3.


Want to learn more information about JBoss at Work: A Practical Guide?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

JBoss® Seam: Simplicity and Power Beyond Java™ EE Review

JBossandreg; Seam: Simplicity and Power Beyond Java™ EE
Average Reviews:

(More customer reviews)
Are you looking to buy JBoss® Seam: Simplicity and Power Beyond Java™ EE? Here is the right place to find the great deals. we can offer discounts of up to 90% on JBoss® Seam: Simplicity and Power Beyond Java™ EE. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

JBoss® Seam: Simplicity and Power Beyond Java™ EE ReviewYuan and Heute offer the Java programmer a very tempting route away from using the standard Java Enterprise Edition. As they point out, EE version 5 is an uncomfortable mixture of EJBs and JSF. The EJBs exist on the server side and encapsulate business logic. While the JSF is used, also on the server side, as a model-view-controller framework for Web work. In general, separating the MVC from the business logic is correct. But if you have to code EJBs and JSF together, then things get awkward. Code gets verbose and hard to structure.
The book's alternative is Seam, which is meant to be a filler between EJBs and JSF. One nice aspect is that Seam is inherently stateful. For a Web user session, this is vital, and it's nice from the text to see state built into Seam, without you having to shoehorn it in.
Perhaps the most persuasive parts of the book are the code examples. Granted, the authors wrote these to be as concise and elegant as possible. But if you accept that most authors of computer books do this, then you can quickly appreciate the contrast between the code here and comparable code in texts on EJBs and JSF. The latter code examples are much longer and more intricate. The brevity of code writing that Seam affords you can greatly help in two ways. Quicker to write. And quicker to debug.
Having said this, I am undecided about one aspect of the text. Involving what is called "dependency bijection". It is meant as a lightweight way for POJOs to interact with each other. As opposed to using framework interfaces or abstract classes. But the extensive use of interfaces (and abstract classes) has led to the successful development of extensible packages like Eclipse. (And I'm sure readers can cite other examples.) Is it the case that interface implementations do have limitations, perhaps in the context of Web servers and business logic?JBoss® Seam: Simplicity and Power Beyond Java™ EE OverviewA new edition of this title is available, ISBN-10: 0137129394 ISBN-13: 9780137129393Discover JBoss Seam: the Unified Framework for Simpler, More Powerful Web DevelopmentJBoss Seam integrates EJB 3.0 and JSF components under a unified framework that simplifies and accelerates Java EE web development. Now, JBoss Seam's project leader and technology evangelist take you inside this powerful new technology, showing exactly how to put it to work. Michael Yuan and Thomas Heute show how JBoss Seam enables you to create web applications that would have been difficult or impossible with previous Java frameworks. Through hands-on examples and a complete case study application, you'll learn how to leverage JBoss Seam's breakthrough state management capabilities; integrate business processes and rules; use AJAX with Seam; and deploy your application into production, one step at a time. Coverage includesHow JBoss Seam builds on—and goes beyond—the Java EE platform• Using the "Stateful Framework": conversations, workspaces, concurrent conversations, and transactions• Integrating the web and data components: validation, clickable data tables, and bookmarkable web pages• Creating AJAX and custom UI components, enabling AJAX for existing JSF components, and JavaScript integration via Seam Remoting • Managing business processes, defining stateful pageflows, and implementing rule-based security• Testing and optimizing JBoss Seam applications • Deploying in diverse environments: with Tomcat, with production databases, in clusters, without EJB 3, and more* Download source code for this book's case study application at http://michaelyuan.com/seam/.www.prenhallprofessional.comwww.jboss.comAbout This Book About the Authors AcknowledgmentsPart I: Getting Started Chapter 1: What Is Seam? Chapter 2: Seam Hello World Chapter 3: Recommended JSF Enhancements Chapter 4: Rapid Application Development Tools Part II: Stateful Applications Made Easy Chapter 5: An Introduction to Stateful Framework Chapter 6: A Simple Stateful Application Chapter 7: Conversations Chapter 8: Workspaces and Concurrent Conversations Chapter 9: Transactions Part III: Integrating Web and Data Components Chapter 10: Validate Input Data Chapter 11: Clickable Data Tables Chapter 12: Bookmarkable Web Pages Chapter 13: The Seam CRUD Application Framework Chapter 14: Failing Gracefully Part IV: AJAX Support Chapter 15: Custom and AJAX UI Components Chapter 16: Enabling AJAX for Existing Components Chapter 17: Direct JavaScript Integration Part V: Business Processes and Rules Chapter 18: Managing Business Processes Chapter 19: Stateful Pageflows Chapter 20: Rule-Based Security Framework Part VI: Testing Seam Applications Chapter 21: Unit Testing Chapter 22: Integration Testing Part VII: Production Deployment Chapter 23: Java EE 5.0 Deployment Chapter 24: Seam Without EJB3 Chapter 25: Tomcat Deployment Chapter 26: Using a Production Database Chapter 27: Performance Tuning and Clustering Appendix A: Installing and Deploying JBoss AS Appendix B: Using Example Applications as Templates Index

Want to learn more information about JBoss® Seam: Simplicity and Power Beyond Java™ EE?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...