Buy Used
Used - Very Good See details
$3.99 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
Java(TM) Studio Creator Field Guide
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Java(TM) Studio Creator Field Guide [Paperback]

Gail Anderson (Author), Paul Anderson (Author)
3.8 out of 5 stars  See all reviews (5 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Paperback --  

Book Description

0131491687 978-0131491687 July 8, 2004

Sun's Java Studio Creator (formerly Project Rave) offers you a remarkably productive visual environment for building, integrating, and delivering business-critical applications. Direct from Sun, JavaStudio Creator Field Guide is your definitive guide to Java Studio Creator. Leading Java platform instructors and consultants Gail and Paul Anderson help you use Java Studio Creator to simplify and accelerate your entire development process.

One step at a time, the Andersons walk you through

  • Mastering Java Studio Creator's interface and workflow
  • Simplifying Web development with JavaServer™ Faces components, validators, and data converters
  • Controlling Web application page flow with the Page Navigation editor
  • Building Creator projects with JavaBeans™ components
  • Accessing Web services using XML-based open standards: a case study using Google Web Service APIs
  • Using databases and data-aware components--including detailed coverage of new JDBC™ RowSets
  • Customizing applications: localization, internationalization, and custom validation
  • Debugging with Creator's built-in debugger
  • With Java Studio Creator and this book, you'll spend less time on application "plumbing"--leaving more time for the high-value tasks you really care about. Simply put, you'll get more done, faster...and have more fun doing it.


    Editorial Reviews

    From the Back Cover

    Sun's Java Studio Creator (formerly Project Rave) offers you a remarkably productive visual environment for building, integrating, and delivering business-critical applications. Direct from Sun, JavaStudio Creator Field Guide is your definitive guide to Java Studio Creator. Leading Java platform instructors and consultants Gail and Paul Anderson help you use Java Studio Creator to simplify and accelerate your entire development process.

    One step at a time, the Andersons walk you through

  • Mastering Java Studio Creator's interface and workflow
  • Simplifying Web development with JavaServer™ Faces components, validators, and data converters
  • Controlling Web application page flow with the Page Navigation editor
  • Building Creator projects with JavaBeans™ components
  • Accessing Web services using XML-based open standards: a case study using Google Web Service APIs
  • Using databases and data-aware components--including detailed coverage of new JDBC™ RowSets
  • Customizing applications: localization, internationalization, and custom validation
  • Debugging with Creator's built-in debugger
  • With Java Studio Creator and this book, you'll spend less time on application "plumbing"--leaving more time for the high-value tasks you really care about. Simply put, you'll get more done, faster...and have more fun doing it.



    About the Author

    Paul Anderson, founding member of the Anderson Software Group, specializes in making software engineering understandable. He has taught courses at IBM, AT&T, Yahoo, Hewlett-Packard, the U.S. Navy, Qualcomm, and other leading firms. Together, Paul and Gail Anderson have coauthored The UNIX C Shell Field Guide, Navigating C++ and Object-Oriented Design, and Enterprise JavaBeans Component Architecture.

    Gail Anderson, founding member and Director of Research at Anderson Software Group, specializes in Java, UNIX/Linux, C, C++, and object-oriented design. She has developed courseware on EJB, JSP, servlets, JDBC, and UML. Together, Gail and Paul Anderson have coauthored The UNIX C Shell Field Guide, Navigating C++ and Object-Oriented Design, and Enterprise JavaBeans Component Architecture.




    Product Details

    • Paperback: 368 pages
    • Publisher: Prentice Hall (July 8, 2004)
    • Language: English
    • ISBN-10: 0131491687
    • ISBN-13: 978-0131491687
    • Product Dimensions: 9.2 x 6.9 x 0.9 inches
    • Shipping Weight: 1.6 pounds
    • Average Customer Review: 3.8 out of 5 stars  See all reviews (5 customer reviews)
    • Amazon Best Sellers Rank: #2,739,376 in Books (See Top 100 in Books)

    More About the Author

    Discover books, learn about writers, read author blogs, and more.

     

    Customer Reviews

    5 Reviews
    5 star:
     (2)
    4 star:
     (1)
    3 star:
     (1)
    2 star:
     (1)
    1 star:    (0)
     
     
     
     
     
    Average Customer Review
    3.8 out of 5 stars (5 customer reviews)
     
     
     
     
    Share your thoughts with other customers:
    Most Helpful Customer Reviews

    13 of 13 people found the following review helpful:
    5.0 out of 5 stars Great for getting started with web application development, July 30, 2004
    Amazon Verified Purchase(What's this?)
    This review is from: Java(TM) Studio Creator Field Guide (Paperback)
    While I have not yet finished reading this book, I can
    say that thus far, it appears to be well written.
    Interestingly enough, I have the first book written
    by this couple nearly 20 years ago, which was also
    a very well written book.

    Bottom line, this is a useful companion to someone
    looking to create web applications with Java Studio
    Creator.

    In addition to this book, I purchased the "Core JSF" book
    at the same time. The differences are quite stark.

    If like me, you are also looking for more in depth knowledge
    of the technology behind Studio Creator (such as Java Server
    Faces), then I would recommend either the JSF specification
    itself (from java dot sun dot com) or a book OTHER than
    the Core JSF book by Geary and Horstmann).

    For roughly one hundred fifty dollars, a developer can
    purhase this book, and Sun's Java Studio Creator. Coupled
    with these tools, web developers with moderate knowledge
    can begin creating web applications, simply and quickly.
    Help other customers find the most helpful reviews 
    Was this review helpful to you? Yes No


    9 of 9 people found the following review helpful:
    4.0 out of 5 stars At last, August 28, 2004
    This review is from: Java(TM) Studio Creator Field Guide (Paperback)
    Finally Sun has provided us with an easy drag and drop applications builder for Java. Many programmers have learnt the intricacies of coding, but while Java is great for quick manual building, there is still a lot of boilerplate. Many widgets have a lot of properties. And you need to write out a bunch of callbacks and keep track somehow of the overall structure.

    Creator lets you do a lot of design easily. Its DND pushes a lot of details into the background. But the UI gives you quick visual access to reading and changing these details.

    More importantly, the authors show how Creator is far more than a GUI builder. Many server side applications involve JSPs, Java Beans and hooking up the UI to this back end logic. From the book's starting walkthrough of Creator, it describes a full integration. It has visual tools that show the logic layout as clearly as the UI layout. For example, if you use JSPs, you typically have these interacting with each other in some logic flow that is triggered by user actions. Creator has a Navigation editor that shows visually how these JSPs interconnect. Nothing you could not previously do with pen and paper. But that is the point. Relieves you of that burden. Plus now this Navigation information can be summoned from your application at any time, and always remains consistent with it. Hitherto, you would have to maintain a set of hardcopy diagrams, which are physically separate from the source code.

    Pity Sun didn't produce Creator several years ago.
    Help other customers find the most helpful reviews 
    Was this review helpful to you? Yes No


    6 of 6 people found the following review helpful:
    5.0 out of 5 stars Excellent guide to an interesting tool, October 26, 2004
    By 
    Thomas Paul (Plainview, NY USA) - See all my reviews
    (VINE VOICE)    (REAL NAME)   
    This review is from: Java(TM) Studio Creator Field Guide (Paperback)
    Sun's Java Studio Creator makes use of JavaServer Faces (JSF) to allow visual development similar to the way Microsoft's Visual Studio allows visual development of ASP based sites. It is an easy to use IDE that allows you to drag and drop JSF components, validators, and converters to design a web application. Much of the code required for a web site is automatically generated for you as you visually develop and additional classes can be generated or hand written (depending on their complexity) using the tool. This book will not teach you JSF but it will teach you how to use the IDE and quickly create web applications. This book is a well-written and easy to follow step-by-step tutorial to using this new IDE.

    The book starts with a chapter on Java that can be easily ignored. The next chapter gives a quick introduction to the IDE. The authors demonstrate many of the basic techniques and show how to use the visual features to create navigation for a multi-page web site. The third chapter discusses each of the JSF components that are available in the IDE. Chapters four and five demonstrate how to use these components to build a web application. The examples are simple but they show how to integrate the generated code with custom beans (that can also be generated). Chapters six and seven show how to integrate Web Services and databases into your application. Chapter eight looks at internationalization and writing custom validators. The final chapter covers debugging.

    If you have a copy of the software and want to utilize it to the fullest then this book is well worth buying. If you don't have the software then look at ISBN 0131499947 to purchase the book and the software together.
    Help other customers find the most helpful reviews 
    Was this review helpful to you? Yes No

    Share your thoughts with other customers: Create your own review
     
     
     
    Most Recent Customer Reviews



    Only search this product's reviews



    Tags Customers Associate with This Product

     (What's this?)
    Click on a tag to find related items, discussions, and people.
     
    (3)

    Your tags: Add your first tag
     

    Sell a Digital Version of This Book in the Kindle Store

    If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

    Customer Discussions

    This product's forum
    Discussion Replies Latest Post
    No discussions yet

    Ask questions, Share opinions, Gain insight
    Start a new discussion
    Topic:
    First post:
    Prompts for sign-in
     


    Active discussions in related forums
    Search Customer Discussions
    Search all Amazon discussions
       
    Related forums


    Listmania!


    Create a Listmania! list

    So You'd Like to...


    Create a guide


    Look for Similar Items by Category


    Look for Similar Items by Subject