Skip to content

siwiwit/gwtportlets

Repository files navigation

GWT Portlets Framework (http://code.google.com/p/gwtportlets/)


OVERVIEW
========

GWT Portlets is a free open source web framework for building modular GWT
(Google Web Toolkit) applications. GWT provides the low level building
blocks required to build web applications (Java to Javascript compiler,
basic UI widgets, an RPC mechanism etc.) but typical business applications
can benefit from the additional scaffolding provided by GWT Portlets. In
traditional web applications this role would be fulfilled by Struts,
other web frameworks and portal servers.

The GWT Portlets manual is in the doc directory in PDF and HTML format.

Please visit http://code.google.com/p/gwtportlets/ for more information.


QUICK START
===========

Edit build.properties to match your environment (set your GWT installation
directory etc.).

Run ant (no arguements) at a command prompt from the root of the
distribution. This will copy gwt-portlets.jar, other required jars and
build.properties to each of the demos. Each demo will now be a
standalone application i.e. you can copy the whole directory elsewhere to
start a project.

Change to demos/main and run "ant" (no arguements) to launch the demo in
hosted mode.


BUILDING
========

Please refer to build.xml for build instructions.


COPYRIGHT AND LICENSE
=====================

Copyright 2009 Business Systems Group (Africa)

This file is part of GWT Portlets.

GWT Portlets is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GWT Portlets is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with GWT Portlets.  If not, see <http://www.gnu.org/licenses/>.

Please refer to the following files included in this distribution:
COPYING.LESSER.txt (the GNU Lesser General Public License)
COPYING.txt (the GNU General Public License)


3RD PARTY LICENSES
==================

Java2HTML
---------

Java2HTML (http://www.java2html.com/) is used to build GWT Portlets. It is
licensed under the Gnu General Public License (see COPYING.txt).

XStream
-------

XStream (http://xstream.codehaus.org/) is used by GWT Portlets at runtime and
is licensed under the following BSD style license:

Copyright (c) 2003-2006, Joe Walnes
Copyright (c) 2006-2007, XStream Committers
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of
conditions and the following disclaimer. Redistributions in binary form must reproduce
the above copyright notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the distribution.

Neither the name of XStream nor the names of its contributors may be used to endorse
or promote products derived from this software without specific prior written
permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

Xpp3
----

Xpp3 (http://www.extreme.indiana.edu/xgws/xsoap/xpp/) is used by GWT Portlets
at runtime and is licensed under the following license:

Indiana University Extreme! Lab Software License

Version 1.1.1

Copyright (c) 2002 Extreme! Lab, Indiana University. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright notice,
   this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the distribution.

3. The end-user documentation included with the redistribution, if any,
   must include the following acknowledgment:

  "This product includes software developed by the Indiana University
  Extreme! Lab (http://www.extreme.indiana.edu/)."

Alternately, this acknowledgment may appear in the software itself,
if and wherever such third-party acknowledgments normally appear.

4. The names "Indiana Univeristy" and "Indiana Univeristy Extreme! Lab"
must not be used to endorse or promote products derived from this
software without prior written permission. For written permission,
please contact http://www.extreme.indiana.edu/.

5. Products derived from this software may not use "Indiana Univeristy"
name nor may "Indiana Univeristy" appear in their name, without prior
written permission of the Indiana University.

THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHORS, COPYRIGHT HOLDERS OR ITS CONTRIBUTORS
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Log4j
-----
Log4j (http://logging.apache.org/log4j/) is used by GWT Portlets at runtime and
is released under an Apache 2 license:

Copyright 1999-2005 The Apache Software Foundation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Jasper
------
This distribution includes a version of the Jasper JSP compiler to
work around issues with hosted mode, GWT 1.6.4+ and JSPs using 1.5 level
language features. Please see lib-hosted/README.txt for more information.

Jasper (lib-hosted/jasper-compiler*.jar) is distributed under an Apache 2
license:

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Automatically exported from code.google.com/p/gwtportlets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages