All Downloads are FREE. Search and download functionalities are using the official Maven repository.

e.cedar-common.gwt-sl.1.2.source-code.README.version Maven / Gradle / Ivy

Go to download

*** THIS IS AN OBSOLETE VERSION UPLOADED FOR USE WITH CEDAR-COMMON.*** The Server Library for GWT is a collection of Java server side components for the Google Web Toolkit AJAX framework with the focus on the Spring framework by facilitating publishing of Spring beans as RPC services with support for Hibernate-managed entities.

The newest version!
The GWT-SL project on Google Code does not provide a source jar
for the 1.2 release, and also does not label the 1.2 release in
Subversion. 

From looking at the gwt-sl-1.2.jar, we can tell when it was created:

   daystrom:/home/pronovic/tmp> jar tvf gwt-sl-1.2.jar META-INF/MANIFEST.MF
      102 Sat Jan 15 14:54:16 CST 2011 META-INF/MANIFEST.MF

There is a tag for what looks like the 1.1 release in Subversion,
which shows that the tag is tied to revision 21:

   daystrom:/home/pronovic/tmp> svn log http://gwt-sl.googlecode.com/svn/tags/SF_1_1 -v --stop-on-copy
   ------------------------------------------------------------------------
   r21 | g.georgovassilis | 2011-01-15 08:20:22 -0600 (Sat, 15 Jan 2011) | 1 line
   Changed paths:
      D /tags/SF_1_1/build

This lines up with svn info:

   daystrom:/home/pronovic/tmp> svn info http://gwt-sl.googlecode.com/svn/tags/SF_1_1
   Path: SF_1_1
   URL: http://gwt-sl.googlecode.com/svn/tags/SF_1_1
   Repository Root: http://gwt-sl.googlecode.com/svn
   Repository UUID: 5132de34-37f9-2f7f-bc62-1026ee73a3d4
   Revision: 38
   Node Kind: directory
   Last Changed Author: g.georgovassilis
   Last Changed Rev: 21
   Last Changed Date: 2011-01-15 08:20:22 -0600 (Sat, 15 Jan 2011)

There were a number of revisions checked into Subversion on 2011-01-15, but the
last one after the 1.1 release was revision 23 at 2011-01-15T10:43:21-0600:

   daystrom:/home/pronovic/tmp/gwt-sl-r23> svn log -r r23
   ------------------------------------------------------------------------
   r23 | g.georgovassilis | 2011-01-15 10:43:21 -0600 (Sat, 15 Jan 2011) | 1 line

   Fixed code check warnings caused by dependency upgrade to GWT 2.1.1
   ------------------------------------------------------------------------

Revision 24 occurs on the following day:

   daystrom:/home/pronovic/tmp/gwt-sl-r24> svn log -r r24
   ------------------------------------------------------------------------
   r24 | g.georgovassilis | 2011-01-19 07:56:27 -0600 (Wed, 19 Jan 2011) | 1 line

   Using spring support classes for getting current request
   ------------------------------------------------------------------------

So, it looks like the code for the 1.2 release probably corresponds to 
revision 23 in Subversion.  That's the code that I've chosen to put in
this source jar.

KJP
26 Jan 2014





© 2015 - 2024 Weber Informatics LLC | Privacy Policy