aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/web/UIDLTransformer.java
Commit message (Collapse)AuthorAgeFilesLines
* Started a major refactoring: removed terminal.web, added ↵Joonas Lehtinen2007-07-171-670/+0
| | | | | | terminal.gwt.server. Refactoring is not even nearly complete, but can already replace old web terminal implementation svn changeset:1864/svn branch:trunk
* uidlTransformer provides java.net.SocketException comment addedJani Laakso2007-05-211-3/+3
| | | | svn changeset:1442/svn branch:trunk
* Transformer fails persistently under heavy load, see #724Jani Laakso2007-05-151-0/+1
| | | | svn changeset:1439/svn branch:trunk
* Unified code style (indentation) based on default settings using Eclipse 3.2.Jani Laakso2007-04-181-286/+248
| | | | svn changeset:1256/svn branch:trunk
* Pulled changesets from branches/4.0.0-SRIT into trunk, done byJani Laakso2007-04-121-47/+107
| | | | | | | | | mohamed.atique@renaissance-it.com. All changes are related to javadocs only. Merge was done beetween revisions 924:1192. svn changeset:1212/svn branch:trunk
* Fixed typo: "Intarfaces" => "Interfaces"Jani Laakso2007-01-121-2/+2
| | | | svn changeset:255/svn branch:toolkit
* Fixed typo: "Intarfaces" => "Interfaces"Jani Laakso2007-01-121-1/+1
| | | | svn changeset:238/svn branch:toolkit
* Millstone -> IT Mill ToolkitJoonas Lehtinen2007-01-031-1/+1
| | | | svn changeset:220/svn branch:toolkit
* MERGED AJAX ADAPTER TO WEB ADAPTERJoonas Lehtinen2006-12-011-2/+2
| | | | | | | | | | | | | | | - Merged all functionality of AJAX adapter inside the web adapter (MAJOR step for making the product more understandable) - Removed "Adapter" alltogether from API level (MAJOR step for making the product more understandable) - Built groundwork for automatic terminal detection based selection of technologies - Built groundwork for integration of theme packaging mechanism by allowing Ajax apps to use theme resourses! - Deployment is now easier - it is enough to deploy only one instance of the application - Now AJAX apps also use WebApplicationContext (and get all the features from them!) (should fix bug #93) - Now AJAX apps also can use WebBrowser class that implements Terminal (fixes bug #74) - Now AJAX and Web-apps use the same session -> you can jump from web to ajax and preserve state! (fixes bug #60) - Built groundwork for easier integration of license control (making solving #89 easier) svn changeset:130/svn branch:toolkit
* Refactoring: Enably -> IT Mill ToolkitJoonas Lehtinen2006-11-011-0/+647
svn changeset:92/svn branch:toolkit