1 / 58

G WT Designer , Organización del proyecto GWT Google Web Toolkit Prof. Ing. Esteban Ramírez

G WT Designer , Organización del proyecto GWT Google Web Toolkit Prof. Ing. Esteban Ramírez. Contenido. Plugin para eclipse / browser. Pasos básicos en proyectos GWT. Plugin GWT Designer para eclipse. Organización interna del proyecto. Componentes de GWT, Primeros pasos.

lazar
Download Presentation

G WT Designer , Organización del proyecto GWT Google Web Toolkit Prof. Ing. Esteban Ramírez

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. GWT Designer, Organización del proyectoGWTGoogle Web ToolkitProf. Ing. Esteban Ramírez

  2. Contenido Plugin para eclipse / browser Pasos básicos en proyectos GWT Plugin GWT Designer para eclipse Organización interna del proyecto Componentes de GWT, Primeros pasos.

  3. Plataforma de desarrollo • Eclipse • Plugins de GWT para eclipse • GWT Development Kit • Browser (Firefox, IE, Chrome) • Plugin para browser específico

  4. Plataforma de desarrollo • Eclipse • Plugin de GWT para eclipse • GWT Development Kit • Browser (Firefox, IE, Chrome) • Plugin para browser específico

  5. Ejemplo • Nuevo Proyecto GWT • Nombre: TestGWT • Paquete base: com.test • Google Web Toolkit • C:\gwt\gwt-2.1.0 • AppEngine • C:\gwt\appengine-java-sdk-1.4.0 Run -> Run As -> Web Aplication

  6. Plugins para navegadores gwt-dev-plugin.xpi GwtDevPluginSetupIE.exe gwt-dev-plugin.crx

  7. Plugins para navegadores gwt-dev-plugin.crx

  8. Ejemplo Send

  9. Servidor Web Ejemplo Send

  10. Servidor Web Ejemplo

  11. Servidor Web Ejemplo

  12. GWT Pasos básicos

  13. GWT Pasos básicos

  14. GWT Pasos básicos

  15. GWT Pasos básicos

  16. GWT Pasos básicos

  17. GWT Pasos básicos

  18. GWT Pasos básicos

  19. GWT Pasos básicos

  20. GWT Pasos básicos

  21. GWT Pasos básicos

  22. GWT Pasos básicos

  23. GWT Designer Es una poderosa y fácil de usar herramienta bidireccional para diseñar interfaces graficas Java para aplicaciones GWT sin tener que gastar un montón de tiempo escribiendo código para mostrar las formas simples.

  24. GWT Designer – Codedesigner

  25. GWT Designer – Visual designer

  26. GWT Designer – Visual designer

  27. Widgets por default

  28. GWT Designer – Paleta Standar

  29. GWT Designer – Paleta GWT Ext

  30. GWT Designer – Paleta Smart GWT

  31. GWT Designer – Toolbar

  32. GWT Designer – Contextual Menu

  33. Add event handler Implement an event handler for an event triggered by the selected component.

  34. Widget Morphing Morph the selected components into another type.

  35. Order  Change the relative z-order of the selected component. 

  36. Expose Component Add a public or protected accessor for the selected component.

  37. Rename Components Rename the selected components and/or convert them to fields or local variables.

  38. Enhanced Compilation java.io.File can not be found in source packages. Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly.

  39. GWT Designer – Instalación C:\gwt\GWTDesigner_v8.1.1_UpdateSite_for_Eclipse3.6 1 2 3

  40. GWT Organización de proyecto CONF. MODULO FUENTE CLIENTE FUENTE SERVIDOR LIBRERIAS WAR DEPLOY

  41. GWT HTML Host Pages

  42. GWT HTML Host Pages

  43. GWT Module Configuration.gwt.xml.

  44. GWT Module Configuration.gwt.xml.

  45. Ejemplo

  46. Ejemplo Project Name: TestDesigner

  47. Ejemplo Check : Create GWT Module Module name: TestDesigner Package Name: com.cursojava.ejemplo Check : Create entry point Check : use standar GWT librery

  48. Ejemplo

  49. Ejemplo

  50. Ejemplo

More Related