Boost Extensibility and Simplify Maintainability of Web Applications: Proposals for Google Web Toolkit Plug-in Architectures

2011-01-17 Thread Ingo Jaeckel
Hello everyone I wrote a short article proposes a plug-in management architecture for GWT/AppEngine applications, see http://honeycrm.googlecode.com/files/BoostExtensibilityAndSimplifyMaintainabilityOfWebApplicationsProposalsForGoogleWebToolkitPlugInArchitectures.pdf. Now, I would like to invite

Re: Boost Extensibility and Simplify Maintainability of Web Applications: Proposals for Google Web Toolkit Plug-in Architectures

2011-01-17 Thread Ingo Jaeckel
profit from having an application independent framework for the management of application extensions, i.e. plug-ins, apps, or add-ons. Kind regards Ingo 2011/1/17 Ingo Jaeckel ingo.jaec...@googlemail.com: Hello everyone I wrote a short article proposes a plug-in management architecture for GWT

Proposal of several plug-in architectures for GWT applications running on the Google App Engine platform

2011-01-07 Thread Ingo Jaeckel
Hello everyone, this week I published an article entitled Proposals for Google Web Toolkit application plug-in architectures [1] on of my HoneyCRM project page [2]. The existence of plug-ins is not new for web applications in general. However, there are a number of technical issues making it

Developing an AppStore for a GWT / App Engine application?

2010-10-04 Thread Ingo Jaeckel
hello everyone, i want to build an app store for a GWT application. users should open the app store from within the application, browse through apps and install them like they are used to it from other app stores e.g. apple app store or android market. i outlined my ideas about it in the wiki of

How to run my DETAILED/PRETTY compiled GWT application locally / on app engine?

2010-09-02 Thread Ingo Jaeckel
hello everyone, i want to profile the client side code of my gwt application honeycrm. a lot of times i read i just have to compile my application with pretty or detailed output style. then i should run and profile it e.g. with firebug. compiling my app with another output style is easy i.e.

Screencast demonstrating how to profile a GWT application with JProfiler 6

2010-08-19 Thread Ingo Jaeckel
hello everyone, some days ago i tried to profile my gwt application and started a discussion on the google app engine mailing list about the topic http://groups.google.com/group/google-appengine-java/browse_thread/thread/ec21bf87d57f8a82# just wanted to let you know that i created a 3 minute

How to implement pagination using GWT 2.1 M2 SimplePager?

2010-08-17 Thread Ingo Jaeckel
hello everyone, i am using the second milestone of gwt 2.1 mostly because of the new list view related classes (e.g. ListViewAdapter, SimplePager, PagingListView, SingleSelectionModel, etc.). based on these new classes i implemented my own ListView class. i retrieve a couple of dto objects from

developers, developers, developers: who wants to participate in creating a new opensource crm/erp software?

2010-07-01 Thread Ingo Jaeckel
hello guys, after customizing, migrating and suffering for challenging sugarcrm projects for more than two years now i am currently working on a replacement for our sugarcrm extension open quotes and contracts aka openqc. the project is called honeycrm http://code.google.com/p/honeycrm/. have a

Re: Testing client code fails with JDOFatalUserException: Duplicate PMF name

2010-06-29 Thread Ingo Jaeckel
hello acerezo, i do not think that i really solved the issue. nevertheless i coded around it a bit and now i can run server side AND client side code test cases without any problems. feel free to browse through the honeycrm sourcecode to see how i did it:

Re: Testing client code fails with JDOFatalUserException: Duplicate PMF name

2010-06-29 Thread Ingo Jaeckel
.*; ¿perhaps the jar is not in the svn?. Thanks. 2010/6/29 Andrés Cerezo acerezoguil...@gmail.com ok, I'll check out the source code and I'll tell you. Thanks. 2010/6/29 Ingo Jaeckel ingo.jaec...@googlemail.com hello acerezo, i do not think that i really solved the issue. nevertheless