<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    Google Web Toolkit (GWT)圖書、IDES 介紹

    Google Web Toolkit (GWT)圖書介紹

    Note :Google Web Toolkit( 簡稱 GWT)

    GWT Google 推出的 Ajax 應(yīng)用開發(fā)包,支持開發(fā)者使用 Java 語言開發(fā) Ajax 應(yīng)用。 GWT 框架本身是開源的,但是 GWT 中的開發(fā)工具僅僅提供開發(fā)用 License ,不允許分發(fā)。

       GWT 提供了一組基于 Java 語言的開發(fā)包,這個(gè)開發(fā)包的設(shè)計(jì)參考 Java AWT 包設(shè)計(jì),類命名規(guī)則、接口設(shè)計(jì)、事件監(jiān)聽等都和 AWT 非常類似。熟悉 Java AWT 的開發(fā)者不需要花費(fèi)多大的力氣就能夠快速的理解 GWT 開發(fā)工具包,將更多地時(shí)間投入到 GWT 應(yīng)用的開發(fā)過程中。
     
    1、Google Web Toolkit for Ajax
    By Bruce W. Perry
    January 2007 
    Pages: 40
    NOT YET PUBLISHED

    封皮
    more details:
    http://www.awprofessional.com/promotions/promotion.asp?promo=3854&redir=1&rl=1

    2、Google(TM) Web Toolkit Solutions: More Cool & Useful Stuff 

    http://www.phptr.com/bookstore/product.asp?isbn=0131584650&rl=1#info3

     

    Author: Geary, David,

    Publisher: Prentice Hall

    ISBN: 0131584650

    Page :112 pages

    Google Web Toolkit Solutions: Cool & Useful Stuff by David Geary

    Note: This is just a ebook!

    本書涉及到GWT 與 Spring/Hibernate/Maven 的整合,同時(shí)也涉及到了其他方面的高級主題。

    本書的跟多信息:

    Safari does

    diesel-ebooks


    3、another GWT book:GWT Java AJAX Programming

    The books approach is:

    Each chapter covers a series of practical tasks, showing how to achieve a particular useful result - and then learn how it works so that you can apply your knowledge to your own unique situation.

    本書的更多信息:

    Google Web Toolkit GWT Java AJAX Programming

    4、 Yet another GWT bookGWT in Practice 

     Author: Robert Cooper ,Charles Collins.

       If you’re a web developer, you already know that you can use Ajax to add rich, user-friendly, dynamic features to your applications. With the Google Web Toolkit (GWT), a new Ajax tool from Google that automatically converts Java to JavaScript, you can build Ajax applications using the Java language. GWT lets you focus on application design and functionality, rather than on browser differences, and allows you to re-use code throughout the layers of your applications.
       GWT in Practice is an example-driven, code-rich book designed for web developers who have already learned the basics of GWT. After a quick review of GWT fundamentals, GWT in Practice presents scores of handy, reusable solutions to the problems you face when you need to move beyond "Hello World" and "proof of concept" applications.   
       This book skips the theory and looks at the way things really work when you’re building projects in GWT. You’ll learn: * How to create and customize widgets; * The ins and outs of RPC; * Packaging and building with Maven and Ant; * Using the Java Persistence API with GWT; * Effective internationalization. GWT in Practice shows you where GWT fits into the Enterprise Java developer's toolset.
       Written by expert authors Robert Cooper and Charlie Collins, this book combines sharp insight with hard-won experience. Readers will find thorough coverage of all aspects of GWT development from the basic GWT concepts and essentials to in-depth and complete real world example applications. If you know the basics and are ready to get your hands dirty, then you need this book.

    以下是引用manning網(wǎng)站的GWT in Practice 對本書的介紹:

    GWT in Practice is an example-driven, code-rich book designed for web developers who have already learned the basics of GWT. After a quick review of GWT fundamentals, GWT in Practice presents scores of handy, reusable solutions to the problems you face when you need to move beyond "Hello World" and "proof of concept" applications. This book skips the theory and looks at the way things really work when you're building projects in GWT.

    NOT YET PUBLISHED (Planned - Aug, 2007)
    更多內(nèi)容參見:GWT in Practice 介紹

    5、 Gwt in Action: Easy Ajax with the Google Web Toolkit

    Author:Robert Hanson ,Adam Tacy

    Publisher: Manning Publications (May 1, 2007)

    Book Description
    The Google Web Toolkit is a new technology that automatically translates Java into JavaScript, making Ajax applications easier to code and deploy. GWT in Action is a comprehensive tutorial for Java developers interested in building the next generation of rich, web-based applications. This book was written by Robert Hanson, creator of the popular GWT Widget Library and Adam Tacy a major contributor to the GWT Widget Library.

    There is a new emphasis on building rich, web-based applications. These applications can be difficult to build because they rely on JavaScript, which lacks the sophisticated object-oriented structures and static typing of Java, they are tricky to debug, and they require you to manage numerous browser inconsistencies.

    In May of 2006 Google released the Google Web Toolkit (GWT). GWT enables developers to create Ajax applications in Java. With GWT, you can build your applications using a real object-oriented language and take advantage of Java tools like Eclipse that are already available. Instead of trying to bring tool support to Ajax, Google brought Ajax to a place where the tools already existed.

    GWT in Action shows you how to take advantage of these exciting new tools. Readers will follow an example running throughout the book and quickly master the basics of GWT: widgets, panels, and event handling. The book covers the full development cycle, from setting up your development environment, to building the application, then deploying it to the web server. The entire core GWT library is discussed, with details and examples on how it can be extended.

    GWT helps you make the most of Ajax in your web applications and GWT in Action helps you get more out of GWT. Readers can download Early Access Chapters of GWT in Action now and participate in the Author Forum by visiting at the Manning site.

    NOT YET PUBLISHED (Planned - Jun, 2007)

    跟多信息:


    Manning: GWT in Practice
    6、Google Web Toolkit by Bruce Johnson, Joel Webber 

    Book Details

    The book begins with a tour of the Google Web Toolkit that provides a comprehensive overview of the basic facilities and the key ideas that underlie GWT. The first part of the book explores GWT's role in web development and explains how GWT fits into a traditional web technology stack. This section also articulates the principles that guided GWT design decisions, including the importance of maintaining well-known web usability patterns, interoperability, monolithic compilation, static typing, and minimizing HTTP round-trips.

    The second part of the book provides a canonical description of GWT concepts and mechanics from a "how to use it" perspective that covers everything from the nuts and bolts of Java-to-JavaScript translation, to concepts related to the development pattern that GWT provides. Part three provides the foundation for more in-depth coverage of GWT concepts and mechanics from a "how to extend it" perspective. This includes complete chapters on configuration concepts, user interface programming, the GWT history mechanism, Remote Procedure Calls (RPC), and Internationalization.

    The fourth part focuses on design patterns and best practices and provides advice on real-world approaches to building systems with GWT, with substantial chapters covering web usability, Model/View/Controller (MVC), building large applications, and optimization.

    詳細(xì)信息:
    http://www.awprofessional.com/promotions/promotion.asp?promo=3854&redir=1&rl=1

    NOT YET PUBLISHED
    7 Pro Google Web Toolkit: Rapid Ajax for Java Developers 


    Book Description

    Create cutting-edge Ajax-powered web sites easily using Google Web Toolkit (GWT). Because it comes with an impressive set of UI Widgets but doesnt require a deep knowledge of an underlying JavaScript to use them, GWT could be the Java developers ultimate tool for next-generation web development. Youll learn the basics of GWT development with Pro Google Web Toolkit, but unlike most others on the topic, youll go beyond beginner level and tackle more advanced techniques like Enterprise integration.

    Youll begin by installing GWT, examining the GWT architecture, and putting together and debugging a basic application. Youll discover the full set of widgets, explained in detail, learn how to customize their appearance using CSS, and learn to write your own custom widgets, events, and listeners. Advanced topics involved with incorporating GWT front ends in enterprise applications are covered fully, including integrating GWT with JSPs, working effectively with designers and developers, source control, and using Ant for building, generation, and deployment. The book concludes with reference sections covering GWT classes, JSP tags, and Ajax classes, making it easy to look up information and help when you need it.

    • Maximize the potential of this exciting, new Java-based Ajax/web development technology from Google using this comprehensive guide.
    • Reference sections covering GWT classes, servlets, and tags offer fast and easy access to the information you need.
    • Take it to the next level with advanced instruction on customizing existing widgets, creating your own widgets, and integrating GWT with enterprise applications.

      What youll learn

      • The architecture of the GWT and how it works.
      • How to set up GWT and develop applications using it on Windows, Mac OS X, and Linux.
      • How to use all the standard features to build professional user interfaces.
      • How to extend GWT, customizing existing widgets (e.g., using CSS to change their appearance) and building your own.
      • How to integrate GWT UIs with enterprise applications.

      Who is this book for?

      This book is for anyone with Java experience who wants to learn how to use Google Web Toolkit in their web application development, enterprise or otherwise.

      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.



    •  

      IDES:
      1、Googlipse 

      Googlipse is the Eclipse plugin for Google Web Toolkit (GWT). Although you can develop GWT applications without Googlipse, many times its a pain to do repeated tasks. Googlipse will help you in most of such tasks and helps you to increase your productivity.
    •  

      Googlipse Eclipse下的一個(gè)GWT插件。

      特點(diǎn):

      Ø開源、免費(fèi),更新比較及時(shí)

      Ø目前還不支持可視化。

      ØGooglipse是作為一個(gè) WTP構(gòu)面(WTP Facet)來執(zhí)行的


      通過它來啟用GoogleAjax類庫,當(dāng)我們創(chuàng)建一個(gè)新的動態(tài)web工程時(shí),可以用純java來編寫ajax,然后自動翻譯成可以應(yīng)用在j2ee工程里的程序,太強(qiáng)大了!


      http://www.googlipse.com/

      2、GWT Designer   

      GWT Designer is a GUI creator that supports GWT. Use GWT Designer's visual tools and wizards, and Java code will be generated for you. You don't need to write any lines of Java code, but you can fully edit the resulting Java if you wish.

    • GWT Designer是一個(gè)支持GWTGUI構(gòu)建器. 開發(fā)者使用GWT Designer的可視化開發(fā)工具和向?qū)?/span>,可以很方便地為你自動產(chǎn)生一些代碼。你不必編寫任何java代碼,但是如果你愿意修改的話,也可以修改由它們自動生成的代碼。Eric Clayberg Dan RubelEclipse: Building Commercial-Quality Plug-ins (2nd Edition)一書的作者)曾經(jīng)在他們的這本書中提到過這個(gè)基于GWTWYSIWYG(所見即所得的)開發(fā)工具。
      http://www.instantiations.com/gwtdesigner/

      3、GWT Developer's Tools  

      gwtDeveloper is a WYSIWYG tool to design your GWT applications.
      It is a extension for JDeveloper.
    •  

      gwtDeveloper— GWT JDeveloper plug-in(可視化開發(fā)工具)

      你可以自由地下載gwtDeveloper插件,目前其源代碼尚沒有提供下載。

      特點(diǎn):

      Ø基于Oracle JDeveloper

      Ø是一個(gè) WYSIWYG(所見即所得)的工具

      Ø部署方便



      http://www.gdevelop.com/

      4、IntelliJ IDEA 
       Complete and intelligent Google Web Toolkit (GWT) support
        

      IntelliJ IDEA features the GWT Studio plugin that provides the native support for developing Web applications based on the freshly released Google Web Toolkit (GWT). As far as you might recall, Google GWT provides you the framework for simple and effective creating AJAX applications.
    •  

      http://www.jetbrains.com/idea/features/gwt.html

      http://www.jetbrains.net/confluence/display/IDEADEV/GWT+Studio+plugin



      5、VistaFei for Google Web Toolkit
        

      VistaFei for GWT is a visual Integrated Development Environment (IDE) for building AJAX apps based on Google Web Toolkit (GWT) for all AJAX-enabled platforms.
    •  

      VistaFei 是基于GWT的一個(gè)可視化開發(fā)工具,它可以在Ajax能應(yīng)用的所有平臺下構(gòu)建Ajax應(yīng)用程序。Wirelexsoft發(fā)布了基于GWT的可視化的VistaFei 開發(fā)工具

      你可以從一個(gè)Palette 上通過拖拽的方式來構(gòu)建應(yīng)用程序,實(shí)現(xiàn)“所見即所得的”功能。

      特點(diǎn):

      Ø基于Eclipse

      Ø可以自由地拖放組件

      Ø從官方的信息上來看,目前是免費(fèi)的。

    • 從正式發(fā)布的版本開始,分為兩種:一種是社區(qū)版(Community Edition),一種是企業(yè)版(Enterprise Edition)。

      相關(guān)資源:

      主頁:http://www.wirelexsoft.com/wforum/

      下載地址:http://www.wirelexsoft.com/wforum/viewtopic.php?t=48

      (必須先在他們的論壇注冊以后才可以下載)

    •  


    posted on 2007-03-17 22:15 XiaoLi 閱讀(3051) 評論(0)  編輯  收藏 所屬分類: Others

    公告


    文章發(fā)布許可

    本站作品均采用知識共享署名-非
    商業(yè)性使用-禁止演繹 2.5 中國大
    陸許可協(xié)議
    進(jìn)行許可。

    Books I've Translated

    《精通Nginx(第二版)》

    精通Nginx(第二版)
    《云計(jì)算:原理與范式》

     云計(jì)算:原理與范式

    《SQL技術(shù)手冊(第三版)》
    SQL技術(shù)手冊(第三版)
    《MySQL核心技術(shù)手冊(第二版)》
    MySQL核心技術(shù)手冊(第2版)
    《RESTful Web Services中文版》
    RESTful Web Services中文版

    導(dǎo)航

    留言簿(2)

    隨筆分類

    搜索

    最新評論

    主站蜘蛛池模板: 日本不卡视频免费| 成人免费区一区二区三区| 亚洲黄色免费在线观看| 亚洲av网址在线观看| 国产麻豆成人传媒免费观看| 亚洲AV无码一区东京热| 久久成人a毛片免费观看网站| 午夜亚洲AV日韩AV无码大全| 日韩人妻无码精品久久免费一| 精品亚洲麻豆1区2区3区| 中文毛片无遮挡高潮免费| 亚洲一区二区三区深夜天堂 | 99精品全国免费观看视频..| 77777亚洲午夜久久多人| 免费看少妇高潮成人片| 久久久久久久亚洲Av无码| 国产成人免费午夜在线观看| 亚洲色欲色欲www在线播放| 亚洲AV之男人的天堂| A国产一区二区免费入口| 亚洲电影免费在线观看| 狼群影院在线观看免费观看直播| 亚洲va成无码人在线观看| 国产精品久久免费视频| 国产精品午夜免费观看网站| 久久久久亚洲精品无码系列| 日本一区二区三区免费高清 | baoyu777永久免费视频| 亚洲最大免费视频网| 热99re久久精品精品免费| 成人无码视频97免费| 亚洲人成激情在线播放| 又黄又爽一线毛片免费观看| 中国毛片免费观看| 亚洲不卡中文字幕| 亚洲国产精品成人久久蜜臀| 91精品手机国产免费| 噜噜噜亚洲色成人网站| 久久精品国产亚洲AV麻豆王友容| 免费精品人在线二线三线区别| 一区二区三区在线免费观看视频|