Thursday, June 16, 2011

MyEclipseG: simplifying AppEngine and Android development

myeclipsegMyEclipseIDE is a commercial Eclipse plugin providing a rich set of features, which enables Java developers to write JSF, JEE, Struts, Ajax, Spring applications more easily, by providing wizards, helpers, tools and editors. The (very long) list of features is available here.android

Genuitec, the company behind MyEclipse, is currently working on a brand new product targeted to AppEngine and Android developers, that on paper looks very interesting, and featuring:

  • GWT code generation
  • Native Android application generation
  • AppEngine persistence generation
  • Generation of a complete web application from an AppEngine data store
  • Integration with Guice (lightweight and open source dependency injection framework, powered by Google)
  • Annotation editor for Objectify & JPA

and much more.google_appengine

The plugin is still under development, and not publicly available, but anyone can register for the early access program, currently with limited availability. For more information, take a peek at the MyEclipseG website.

A “Get Your Apps on the Google Cloud” webinar will also be available soon at this page.

Monday, June 6, 2011

Cloning Dijit widgets

Dojox and Dijit widgets are undoubtedly cool, bringing a richer user experience to your web site.

One of their drawback though is that they are not easily cloneable. A typical example is for instance a table with a set of controls per row and a “Add new row” button, allowing to add a new row to the table.

This article provides a simple solution to clone a table row containing dijit widgets.

Copyright © 2013. All Rights Reserved.