• 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

sample application

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

what sample application outline in your book?

should we be able to build and run it?

is the code clean, organized, easy to follow?

what I mostly got from downloading code is hard to follow and lack of comment/documentation.

thanks
tony
 
author
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tony,
The sample application we have build is an online winestore application. There is a readme.txt at the root level of the source code zip file which has instructions.

Detailed instruction for each chapter are described in each chapters along with information on how code is structured and its purpose.

All chapters come with Ant tasks which would help to run the samples. In order to run the samples there is some setup required and this is described in detail in the first chapter of the book.

If you find any specific bugs, please do send it to us, so that we can fix it and update the errata as well.

Thanks for taking time to download the source code and requesting information.

-raghu
 
Anthony Karta
Ranch Hand
Posts: 342
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Raghu.
probably I need to buy the book to make the code more understandable.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic