• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Expectations from the book

 
Ranch Hand
Posts: 1209
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi authors,

What can i expect from this book? Since the book does not discuss one technology in particular am a little confused. Does it discuss various options available at different tiers in the open source world? I looked at the table of contents but looks like that does'nt seem to be the case. For eg the book discusses only Struts as MVC. But at the same time talks about Hibernate and OJB etc.

thanks.
 
author
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When Brian and I set out to write the book, we noticed the book and internet landscape provided a lot of materials that focused on a single open source subject or a category of projects. For example there are many books on Struts and several for the category of Testing. However, nothing really covered the breath of the tiers and options available to enterprise developers. In addition, nothing showed how to put them together in order to develop a comprehensive solution. So, Brian and I chose a domain we were both familiar with, a technology conference application. We went through standard development practices to develop use cases and object models. Based on those requirements, we determine which types of open source we would need to develop the technology conference application. So a typical chapter begins by comparing the different options for that tier or category of open source. When there is a clear winner or de facto standard the chapter is followed by a specific example implementing it in the technology conference application. Struts would be an example of a clear de facto standard so the chapter begins by talking about other options but shows an implementation using Struts. On the other hand, at the time of the writing, there was no clear object/relational mapper winner so both Hibernate and OJB are demonstrated.
 
Ranch Hand
Posts: 168
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sounds great ! and useful.
 
Karthik Guru
Ranch Hand
Posts: 1209
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Christopher! that helped.

This leads me to my next question. What kind of coverage (depth) can we expect from the book on these open source tools.
Let me give you an example:
XDoclet:- I'm expecting an introduction ofcourse, but at the sametime , I would also would like to have information on how to write custom xdoclet templates, modules , tags etc. Let me tell you upfront that I'm not even sure if its fair to expect this kind of covergage on every tool that you describe in the book.
It would be great if you could pick a tool that you have addressed and highlight the coverage on that topic so that we will have some idea of the depth.
thanks.
 
author
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Karthik,
Thanks for the interest. One of the goals with the book was to build a as-close-to-real application end-to-end using nothing but open source. With XDoclet for example we have an intermediate coverage. The books builds incrementally on the tools. So for example, we create EJB glue files with XDoclet, then we should how to completely avoid coding any Entity Beans (if you have to use them) using Middlegen (which uses XDoclet behind the scenes).

Brian
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic