Google Groups Home
Help | Sign in
GWT 1.5 Milestone 1 now available for download
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 39 - Collapse all   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Bruce Johnson  
View profile
(3 users)  More options Mar 6, 2:48 pm
From: "Bruce Johnson" <br...@google.com>
Date: Thu, 6 Mar 2008 14:48:53 -0500
Local: Thurs, Mar 6 2008 2:48 pm
Subject: GWT 1.5 Milestone 1 now available for download

Hi everybody,

GWT 1.5 isn't finished yet, but it is starting to get close. I'm happy to
report that the first milestone build of GWT 1.5 is now available:

http://code.google.com/p/google-web-toolkit/downloads/list?can=4&q=ve...

(Note the odd version number of 0.0.2030 to help make it obvious that you
shouldn't use it for anything important.)

For milestone builds like this, please understand that there are still known
problems, and it is use-at-your-own-risk. It *definitely* isn't ready for
production use. For example, this milestone build is missing release notes,
and it doesn't include the developer guide documentation. So, you should
expect some trial and error getting everything to work.

Are your expectations low enough yet? Well, I also have some good news about
what's included in this milestone:

   - The Java 1.5 syntax is fully supported, including generics, enums,
   nice "for" loops, autoboxing, static imports, annotations, and so on
   - Support for generics in RPC (no more @gwt.typeArgs!)
   - The ability to subclass
JavaScriptObject<http://code.google.com/p/google-web-toolkit/wiki/JavaScriptObjectRede...>for
very straightforward JavaScript interop
   - Standards mode is now supported by the UI library (though there may
   be a few remaining bugs)

There are lots of other neat things in there if you dig a little. You can
see details<http://code.google.com/p/google-web-toolkit/issues/list?can=2&q=miles...>in
the issue tracker, or if you're really interested (or really bored),
you
can browse the commit
logs<http://code.google.com/p/google-web-toolkit/source/list>
.

Things to be aware of that may trip you up:

   - GWT 1.5 requires Java 5 or later
   - The compiler output now goes into a subdirectory (e.g. ".../std" or
   ".../xs", depending on your linker
settings<http://code.google.com/p/google-web-toolkit/wiki/LinkerDesign>
   )
   - To encourage people to start using annotations and generics instead
   of the javadoc metadata, you'll see warnings about uses of old-style
   metadata such as @gwt.typeArgs; it is intentionally annoying :-)
   - The benchmark classes have moved into a separate package; should be
   easily fixable using your IDE's auto-import fixup
   - As a performance improvement, widgets now often call DOM.sinkEvents()
   lazily, when listeners are actually added rather than in the constructor.
   Sometimes, widget subclasses implicitly depend on the set of events sunk in
   the superclass' constructor. Consequently, if you are overriding
   onBrowserEvent() in a widget subclass and certain events mysteriously stop
   firing, you should explicitly call DOM.sinkEvents() in your subclass
   constructor for the events you depend on (don't worry, sinking an event more
   than once has no effect). If the preceding sentences made no sense at all to
   you, then you shouldn't be affected.

We really hope you'll try it out, and we 're eager to see what you think so
far. Please report bugs in the issue
tracker<http://code.google.com/p/google-web-toolkit/issues/entry>,
and discuss it in the contributors
forum<http://groups.google.com/group/Google-Web-Toolkit-Contributors>
.

Enjoy!

-- Bruce, on behalf of the GWT team


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
k-e-n  
View profile
 More options Mar 6, 11:19 pm
From: k-e-n <copy2...@gmail.com>
Date: Thu, 6 Mar 2008 20:19:32 -0800 (PST)
Local: Thurs, Mar 6 2008 11:19 pm
Subject: Re: GWT 1.5 Milestone 1 now available for download
Hurray!

On Mar 6, 2:48 pm, "Bruce Johnson" <br...@google.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
NN  
View profile
(2 users)  More options Mar 7, 1:39 am
From: NN <neh...@gmail.com>
Date: Thu, 6 Mar 2008 22:39:50 -0800 (PST)
Local: Fri, Mar 7 2008 1:39 am
Subject: Re: GWT 1.5 Milestone 1 now available for download
great..time for test drive

On Mar 6, 11:48 am, "Bruce Johnson" <br...@google.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rockster  
View profile
 More options Mar 7, 7:57 am
From: Rockster <rjan...@gmail.com>
Date: Fri, 7 Mar 2008 04:57:30 -0800 (PST)
Local: Fri, Mar 7 2008 7:57 am
Subject: Re: GWT 1.5 Milestone 1 now available for download
Hi Bruce,

great work. A note though: You are only supporting JDK1.5.
We are busy making our production ready software using GWT
and since our customers can NOT upgrade tot 1.5 yet, is this
going to be an issue ?

I know that 1.4 is EOL at the end of this year, but we'll still have
customers
running the old VM (so <1.5). (Think about their AppServers, some of
the customer
are still running IBM Websphere 5.1 or 6.0, which are not JDK 1.5
platforms
yet and trust me, upgrading their VM's is a lot of work (for them)).

What would be the solution on this ? Can I use the GWT1.5 binaries
with a 1.4 VM (for example if I use RetroTranslator).

Hope to hear from you soon.

R.

On Mar 7, 7:39 am, NN <neh...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
vachi  
View profile
 More options Mar 7, 8:50 am
From: vachi <setvac-mas...@yahoo.com>
Date: Fri, 7 Mar 2008 05:50:11 -0800 (PST)
Local: Fri, Mar 7 2008 8:50 am
Subject: Re: GWT 1.5 Milestone 1 now available for download
There are still some unresolved (some serious) bugs, like #1741, which
possibly makes contents of your HTMLPanel go fishing.
So, don't switch your test platform just yet...

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Yegor  
View profile
 More options Mar 7, 10:44 am
From: Yegor <Yegor.Jba...@gmail.com>
Date: Fri, 7 Mar 2008 07:44:53 -0800 (PST)
Local: Fri, Mar 7 2008 10:44 am
Subject: Re: GWT 1.5 Milestone 1 now available for download
Hi Rockster,

You could use Java 5 to compile the client and whatever you want on
the server-side. You could, for example, instruct the Java 5 compiler
to output Java <1.4-compliant class files. Or, you could refrain from
Java 5 language features in your RPC and compile the server code using
Java <1.4 compiler. Or, implement the server-side independently from
the client, but this way you may have to come up with your own RPC
framework or use JSON.

Lots of options and you still can use Java 5 to develop the client.

Yegor

On Mar 7, 5:57 am, Rockster <rjan...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeremy Cohen  
View profile
 More options Mar 7, 11:41 am
From: Jeremy Cohen <jeremy.h.co...@gmail.com>
Date: Fri, 7 Mar 2008 08:41:49 -0800 (PST)
Local: Fri, Mar 7 2008 11:41 am
Subject: Re: GWT 1.5 Milestone 1 now available for download
Hi,
Is OOPHM available already? If not, is there a target date / timeframe
for this functionality.

Thanks,
J

On Mar 6, 2:48 pm, "Bruce Johnson" <br...@google.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bruce Johnson  
View profile
 More options Mar 7, 12:54 pm
From: "Bruce Johnson" <br...@google.com>
Date: Fri, 7 Mar 2008 12:54:50 -0500
Local: Fri, Mar 7 2008 12:54 pm
Subject: Re: GWT 1.5 Milestone 1 now available for download

On Fri, Mar 7, 2008 at 11:41 AM, Jeremy Cohen <jeremy.h.co...@gmail.com>
wrote:

> Hi,
> Is OOPHM available already? If not, is there a target date / timeframe
> for this functionality.

OOPHM won't be in GWT 1.5, but we are making solid progress on it in
parallel to finalizing 1.5. The post-1.5 development cycle that would
include OOPHM is likely to be a lot shorter than the one we're starting to
wrap up now. Those Java 5 tweaks took a while.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
TheBuzzer@gmail.com  
View profile
 More options Mar 7, 9:16 pm
From: "TheBuz...@gmail.com" <TheBuz...@gmail.com>
Date: Fri, 7 Mar 2008 18:16:37 -0800 (PST)
Local: Fri, Mar 7 2008 9:16 pm
Subject: Re: GWT 1.5 Milestone 1 now available for download
what is OOPHM ?

On Mar 7, 9:54 am, "Bruce Johnson" <br...@google.com> wrote: