Projects tagged ‘gwt’ and ‘reflection’


[6 total ]

0 Users

ADD VALUE New Product Area realized the lack of a framework to make more loose-coupled and maintainable big applications UI based on GWT at client side. We used an strategy based on the service to ... [More] worker, and observer pattern, also implementing Class.forName() reflection capability on gwt. [Less]
Created 10 months ago.

0 Users

GWT Reflection is a small framework which give you ability to use reflection API on client side (yes! on browse side!) of application. Google Web Toolkit obfuscate JavaScript so it is not readable for ... [More] application in execution time. So.. it is hard to use any kind of reflection on browser side of application. To make JavaScript reflectable we must create some helper that could memorize class description in compilation time. This description will later (in runtime) help us to manipulate classes, even after obfuscate. Project hosted on sourceforge.net (http://gwtreflection.sf.net) [Less]
Created 12 months ago.

0 Users

Now it's really simple to implement gwt client side reflection.. //pojo.var1 field.get("var1",pojo); Requirements: This project started from GWT 1.5, Dev Plan: Level 1 : Emulating ... [More] Reflection - field level,method level Level 2 : Annotations Also! [Less]
Created about 1 year ago.

0 Users

GWT ENTA Reflection, AOP, HTML template, UI Binding framework for GWT. This project aims to make it easier to do what you want to do with GWT, now, the fllowing things have been contained in our ... [More] project: Reflection Reflection for GWT, Support reflection of the following elements: annotation class field method constructor(constructor.newInstance()) meta data of class(Going to be deleted, please using annotation instead) Aspect-Oriented Programming for GWT Support AOP in Client side, coded by JAVA(not based javascript library). Support both aspectj annotations and @pointcut/Google-guice matcher class, Please see here for all interceptors in sample project. @Around @Before @After @AfterReturning @AfterThrowing HTML Template HTML template, Annotation based HTML template framework for GWT(HTML Template). UIBinding UI Binding, UIBinding framework from gwt-ent, Annotation or code based(UIBinding). Validate Support JSR-303, and the GWT way to support I18N JPA Annotations Emulation Give you ability to share domain classes between server side and client side. GWT UI Generator Please NOTE: It's under fully refactor. gwt ui generator(WhyUIGenerator HowToUseUIGenerator) Others gwt acegi integration(IntegrationGWTWithAcegi) Please note that, all source code available at: http://code.google.com/p/gwt-ent/source ShowcaseShowcase available at: Gwtent_Showcase The source code of showcase available at: SourceCode Please check this file to see how easy to create the following page: HTMLTplUIBindPage.java Need you helpWe need you join us, we need more function, better performance, more test case and more document. And if you got any issues, please log it at http://code.google.com/p/gwt-ent/issues/list Thank you. Change History20090620 Reflection talk to @Reflectable all the time and provide The ability to "fine-tune", you can setup if you need "relationTypes", "superClasses", "assignableClasses", this will help you reduce your final javascript size. meta data deleted from Reflection More features under test and coming soon! 20090503 Reflection support Annotation in a more nature way 20090405 gwtent-0.6 now available for download Annotation based HTML Template for GWT Reflection bug fixes 20081122 gwtent-0.5 now available for download The AOP framework in GWT Thanks to my wife, today is her birthday 20081104 gwtent-0.3 now available for download Reflection now support inherited Full support for inner Class Full refactor of com.gwtent.client.reflection., all reflection information are interface based. 20080920 gwtent-0.2 now available for download Reflection now support Annotation Click Here See the Test Class Full reflection test now available Click Here 20080906 GWTENT has been divided into three package(gwtent, gwtent-acegi, gwtent-ext) A sample project created gwtent-0.1 now available for download SVN Updated 20080406 UI generator gwt-ext editors 20080204 UI generator framework 1.0.0 RC1 20071228 finish Reflection Support 20071221 Add source Generator treelog support 20071218 gwt acegi integration [Less]
Created about 1 year ago.

0 Users

Simple persistence layer for GWT1.4 using BeanUtils, Guice and Berkeley DB Java Edition. Requires Java5. GWT, Guice, Persistence - together at last! GWT is a brilliant, time-saving technology ... [More] , but most developers using it quickly hit a massive brick wall: persistence. Modern persistence technologies rely on Java5+ language additions such as generics and annotations, and GWT's java->javascript compiler is only Java 1.4 compatible. So what to do? I've scoured the web and seen many solutions, most of which involve some messy duplication of beans using code generation - in other words, copying data between a GWT-compatible DAO and a JPA/Hibernate/Spring-enhanced DAO on every read and write. This approach has a few problems, most notably maintainability and performance. I haven't looking very hard at the performance side (my app is not that taxing) but in terms of code maintainability it's a nightmare - the very antithesis of clean code which modern language features are supposed to prevent. Now, GWT 1.5 will supposedly have Java5 language feature support, though what form that takes and what caveats (if any) it entails remain to be seen. In the meantime, those of us who need a quick, simple solution to storing and retrieving a bunch of GWT DAOs are stuck in hacky-solution-land. Until now! Thanks to commons-beanutils, Berkeley DB Java Edition and a bit of messing about, I present: simple, fast GWT persistence! [Less]
Created about 1 year ago.

0 Users

AbstractFramework allows you to come with UI representation of your plain java objects. It uses reflection information of java classes and also special annotations to build powerful forms and tables. ... [More] Forms validation and data binding are supported. It based on GXT widgets library. [Less]
Created 4 months ago.