AutoCAD 2011 and AutoCAD LT 2011 Bible

AutoCAD 2011 and AutoCAD LT 2011 Bible
Authors
Ellen Finkelstein
ISBN
0470608234
Published
28 Jun 2010
Purchase online
amazon.com

In-depth coverage of all new software features of AutoCAD and AutoCAD LTAutoCAD is the leading drawing software, used by design and drafting professionals to create 2D and 3D technical drawings. This popular reference-tutorial has once again been revised by AutoCAD guru Ellen Finkelstein to provide you with the most up-to-date coverage of both AutoCAD and AutoCAD LT.

Editorial Reviews

The goal of GWTx is to provide drop in support for an extended set of the of the standard Java library classes on top of what is provided by the GWT distribution provided by Google.


New : GWTx 1.5.2 released!

Fix  issue #18  and  issue #20 

GWTx 1.5.1 released!

This release fix blocking  issue #16 

This release uses Maven naming convention and is deployed on central under com.google.code.gwt groupId.

Next GWTx release will focus on GWT 1.6 support.


Currently emulated JRE classes include:

  • java.beans.PropertyChange* and associated listeners
  • java.util.StringTokenizer

New features in 1.5.x :

  • java.beans.Introspector and java.beans.BeanInfo with (limited) support for java.lang.reflect.Method
  • javax.annotation, including javax.annotation.secutiry
  • javax.persistence
  • javax.validation
  • java.text
  • java.util.regexp (be aware Java regexp are not exactly same as JavaScript ones)

Deprecations

  • java.util.logging emulation has been removed. Logging has better support from the gwt-log project and it's contribution to GWT Logging API in gwt-incubator.
  • java.io and java.net emulation has also been removed. They were created to support java.util.logging but never became stable enough for large adoption. If you need them, please send your use case to nicolas.deloofatgmail.com to get them back in GWTx.

Usage:

  1. Download the GWTx.jar file from the downloads linked on the right of this page and add it to your project's classpath.
  2. Add the inherits to your .gwt.xml:
    <inherits name="com.googlecode.gwtx.Java">
    </inherits>
  3. Use any of the above emulated classes like you normally would.

It's my hope that these classes get included in the official GWT distribution. I also hope that the GWTx project can become the unofficial de facto place to go for additional emulated JRE classes for use in client code that aren't provided by GWT.

If you wish to join the project and are willing to make sure your contributions are ASL 2 licensed then let me know.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“I invented the term Object-Oriented, and I can tell you I did not have C++ in mind.” - Alan Kay