MyEclipseG: simplifying AppEngine and Android development
MyEclipseIDE 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.
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
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.
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.
Platform Verification Task leading to slow builds on compact framework projects
I've been experiencing an extremely high build time on a windows mobile project targeted to compact framework 2.0 before finding out what was responsible of such slowness. Fortunately solving this problem is as easy as adding a line to a configuration file.
Casting from a base class to a derived class
Today a friend of mine asked me how to cast from List<> to a custom MyCollection class, where MyCollection is derived from List<>. Is this possible?
Choosing a web color scheme
Data integrity check using hashing
Mark a C# class data member as readonly when it’s read only
The readonly modifier is used to declare an instance-specific constant data member which can be initialized in the class constructor and is not limited to compiler-time constants only.
Tags
- android (1)
- appengine (1)
- asp.net (1)
- C# (6)
- codecharge studio (1)
- development (1)
- dojo/dijit (1)
- java (2)
- javascript (1)
- learning (1)
- PHP (3)
- RSS/Atom (1)
- sso (1)
- vs.net (1)
- webdesign (1)
- windowsmobile (1)
- WinForms (1)