Author: tyrell
Date: Sat Jan 26 00:07:50 2008
New Revision: 12950
Log:
Adding CR/LF to denote end of line instead of just LF to be compatible with
windows notepad.
Modified:
trunk/mashup/java/readme.txt
trunk/mashup/java/release_note.txt
Modified: trunk/mashup/java/readme.txt
==============================================================================
--- trunk/mashup/java/readme.txt (original)
+++ trunk/mashup/java/readme.txt Sat Jan 26 00:07:50 2008
@@ -1,44 +1,45 @@
-WSO2 Mashup Server Version - @mashup_version@ build (@release_date@)
-
-Starting the Mashup Server
-=========================
-Extract the [EMAIL PROTECTED]@.zip to a directory of your choice. You need to
have jdk version 1.5 or above installed and make sure that the JAVA_HOME
environmental variable point to that.
-
-In Linux run the bin/startup.sh.
-In Windows, run the bin/startup.bat.
-
-Logs can be found in the logs folder.
-
-
-Deploying Mashup Services
-=========================
-
-1. Copy your javascript service file (extension .js) to the
MASHUP_SERVER/scripts/<user> folder.
- eg: If you are logging in as the admin
MASHUP_SERVER/scripts/admin/myservice.js
-2. You can use the property annotations to perform the basic configurations of
the service.
-3. You can add a custom UI to your service by creating a "www" folder inside
the
-{service_filename}.resources folder.
{service_filename}.resources/www/index.html will be the UI for the service.
- eg: MASHUP_SERVER/scripts/<user>/myservice.resources/www/index.html
- MASHUP_SERVER/scripts/<user>/myservice.resources/www/images/logo.gif
-
-The default username/password combination to log in is admin/admin. The
default password can be changed using the 'chpasswd' script found in your
installations 'bin' directory.
-
-Building the Distribution from source
-=====================================
-mvn install
-
-The distribution will get created at the modules/distribution/target directory.
-
-Enabling self registration
-==========================
-1. In the lib\tomcat\webapps\ROOT\WEB-INF\web.xml file, add a valid relay host
and complete the URL to the validate.jsp page.
- eg: Set email_relay_host as relay.wso2.com and
registration_validation_url as https://www.wso2.com:7443/validate.jsp
-2. Login as the administrator and click the 'Allow Internet Guests' link in
the tasks list of the profile page.
-
-Windows Installer
-=================
-1. The windows installer will register the mashup server as a windows service
and also add a system tray icon to monitor and control server status.
-
-Documentation
-=============
-Please refer to the Mashup Server Wiki page at
http://wso2.org/wiki/display/mashup/Home for updated documentation.
\ No newline at end of file
+WSO2 Mashup Server Version - @mashup_version@ build (@release_date@)
+
+Starting the Mashup Server
+=========================
+Extract the [EMAIL PROTECTED]@.zip to a directory of your choice. You need to
have jdk version 1.5 or above installed and make sure that the JAVA_HOME
environmental variable point to that.
+
+In Linux run the bin/startup.sh.
+In Windows, run the bin/startup.bat.
+
+Logs can be found in the logs folder.
+
+
+Deploying Mashup Services
+=========================
+
+1. Copy your javascript service file (extension .js) to the
MASHUP_SERVER/scripts/<user> folder.
+ eg: If you are logging in as the admin
MASHUP_SERVER/scripts/admin/myservice.js
+2. You can use the property annotations to perform the basic configurations of
the service.
+3. You can add a custom UI to your service by creating a "www" folder inside
the
+{service_filename}.resources folder.
{service_filename}.resources/www/index.html will be the UI for the service.
+ eg: MASHUP_SERVER/scripts/<user>/myservice.resources/www/index.html
+ MASHUP_SERVER/scripts/<user>/myservice.resources/www/images/logo.gif
+
+The default username/password combination to log in is admin/admin. The
default password can be changed using the 'chpasswd' script found in your
installations 'bin' directory.
+
+Building the Distribution from source
+=====================================
+mvn install
+
+The distribution will get created at the modules/distribution/target directory.
+
+Enabling self registration
+==========================
+1. In the lib\tomcat\webapps\ROOT\WEB-INF\web.xml file, add a valid relay host
and complete the URL to the validate.jsp page.
+ eg: Set email_relay_host as relay.wso2.com and
registration_validation_url as https://www.wso2.com:7443/validate.jsp
+2. Login as the administrator and click the 'Allow Internet Guests' link in
the tasks list of the profile page.
+
+Windows Installer
+=================
+1. The windows installer will register the mashup server as a windows service
and also add a system tray icon to monitor and control server status.
+
+Documentation
+=============
+Please refer to the Mashup Server Wiki page at
http://wso2.org/wiki/display/mashup/Home for updated documentation.
+
Modified: trunk/mashup/java/release_note.txt
==============================================================================
--- trunk/mashup/java/release_note.txt (original)
+++ trunk/mashup/java/release_note.txt Sat Jan 26 00:07:50 2008
@@ -1,105 +1,105 @@
-WSO2 Mashup Server Beta - Release Note - 19th December 2007
-======================================================================
-"Create, deploy, and consume Web services Mashups in the simplest fashion"
-
-The WSO2 Mashup Server is a powerful yet simple and quick way to tailor
-Web-based information to the personal needs of individuals and organizations.
-It is a platform for acquiring data from a variety of sources including Web
-Services, HTML pages and feeds, and process and combine it with other data
-using JavaScript with E4X XML extensions. The result is then exposed as a new
-Web service with rich metadata and artifacts to simplify the creation of rich
-user interfaces.
-
-The WSO2 Mashup Server will form the backbone of a become an ecosystem of
-community-developed services that will broaden the palette of capabilities
-for mashups and distributed applications.
-
-WSO2 Mashup Server is released under the Apache License v2.0
-
-Check out the project home page at http://www.wso2.org/projects/mashup for
-additional information.
-
---------------------------
-Features List
-==========================
-* Hosting of mashup services written using JavaScript with E4X XML extension
- - Simple file based deployment model
-* JavaScript annotations to configure the deployed services
-* Auto generation of metadata and runtime resources for the deployed mashups
- - JavaScript stubs that simplify client access to the mashup service
- - TryIt functionality to invoke the mashup service through a web browser
- - WSDL 1.1/WSDL 2.0/XSD documents to describe the mashup service
- - API documentation
-* Ability to bundle a custom user interface for the mashups
-* Many useful Javascript Host objects that can be used when writing mashups
- - WSRequest: invoke Web services from the mashup services
- - File: File storage/manipulation functionality
- - System: Set of system specific utility functions
- - Session: Ability to share objects across different service invocations
- - Scraper: Extract data from HTML pages and present in XML format
- - APPClient: Atom Publishing Protocol client to retrieve/publish Atom
- feeds with APP servers
- - Feed: A generic set of host objects to transparently read and create Atom
- and RSS feeds
-* Support for recurring and longer-running tasks
-* Management console to easily manage the mashups
-* Simple sharing of deployed mashups with other WSO2 Mashup Servers
-* Mashup sharing community portal (http://mashups.wso2.org) to share and host
your
- mashups
-
-
---------------------------
-New In This Release
-==========================
-* Email Host object
-* IM Host object
-* Revamped management interface based on WSO2 Registry
- - Web 2.0 look and feel
- - Improved multi-user and community support
- - Email-verified self-registration
- - Comments, tags, ratings
- - Sophisticated search capabilities to locate and group mashups
- - RSS and Atom feeds for any query
- - Recent activity queries
-* Improved tooling
- - Scraper assistant
-* Infocard login support
-* Windows installer and management tray icon.
-
--------------------------
-Known Issues
-=========================
-* Management Console was tested only on IE 6/7 & Firefox 1.5/2.0.
-* Inter-service dependencies using the dynamically generated stubs may give
-deployment time errors. Workaround would be to save a local copy of the stub
-in to the dependent service.
-* JSON support is experimental (lacks try-it support)
-
----------------------------------
-Future Directions
-=================================
-* This beta represents the functionality we plan to ship in the 1.0 release
-in early 2008.
-
-------------------------
-Reporting Problems
-========================
-
-Issues can be reported using the public JIRA available at
-https://wso2.org/jira/browse/MASHUP
-
-
-------------------------
-Contact us
-========================
-
-WSO2 Mashup Server developers can be contacted via mailing lists:
-For Users: [EMAIL PROTECTED]
-For Developers: [email protected]
-For details on subscriptions: http://www.wso2.org/projects/mashup#mail
-
-Questions can also be raised in this forum: http://www.wso2.org/forum/226
-
-Enjoy the Mashup Server!
-
-- WSO2 Mashup Server Team
+WSO2 Mashup Server Beta - Release Note - 19th December 2007
+======================================================================
+"Create, deploy, and consume Web services Mashups in the simplest fashion"
+
+The WSO2 Mashup Server is a powerful yet simple and quick way to tailor
+Web-based information to the personal needs of individuals and organizations.
+It is a platform for acquiring data from a variety of sources including Web
+Services, HTML pages and feeds, and process and combine it with other data
+using JavaScript with E4X XML extensions. The result is then exposed as a new
+Web service with rich metadata and artifacts to simplify the creation of rich
+user interfaces.
+
+The WSO2 Mashup Server will form the backbone of a become an ecosystem of
+community-developed services that will broaden the palette of capabilities
+for mashups and distributed applications.
+
+WSO2 Mashup Server is released under the Apache License v2.0
+
+Check out the project home page at http://www.wso2.org/projects/mashup for
+additional information.
+
+--------------------------
+Features List
+==========================
+* Hosting of mashup services written using JavaScript with E4X XML extension
+ - Simple file based deployment model
+* JavaScript annotations to configure the deployed services
+* Auto generation of metadata and runtime resources for the deployed mashups
+ - JavaScript stubs that simplify client access to the mashup service
+ - TryIt functionality to invoke the mashup service through a web browser
+ - WSDL 1.1/WSDL 2.0/XSD documents to describe the mashup service
+ - API documentation
+* Ability to bundle a custom user interface for the mashups
+* Many useful Javascript Host objects that can be used when writing mashups
+ - WSRequest: invoke Web services from the mashup services
+ - File: File storage/manipulation functionality
+ - System: Set of system specific utility functions
+ - Session: Ability to share objects across different service invocations
+ - Scraper: Extract data from HTML pages and present in XML format
+ - APPClient: Atom Publishing Protocol client to retrieve/publish Atom
+ feeds with APP servers
+ - Feed: A generic set of host objects to transparently read and create Atom
+ and RSS feeds
+* Support for recurring and longer-running tasks
+* Management console to easily manage the mashups
+* Simple sharing of deployed mashups with other WSO2 Mashup Servers
+* Mashup sharing community portal (http://mashups.wso2.org) to share and host
your
+ mashups
+
+
+--------------------------
+New In This Release
+==========================
+* Email Host object
+* IM Host object
+* Revamped management interface based on WSO2 Registry
+ - Web 2.0 look and feel
+ - Improved multi-user and community support
+ - Email-verified self-registration
+ - Comments, tags, ratings
+ - Sophisticated search capabilities to locate and group mashups
+ - RSS and Atom feeds for any query
+ - Recent activity queries
+* Improved tooling
+ - Scraper assistant
+* Infocard login support
+* Windows installer and management tray icon.
+
+-------------------------
+Known Issues
+=========================
+* Management Console was tested only on IE 6/7 & Firefox 1.5/2.0.
+* Inter-service dependencies using the dynamically generated stubs may give
+deployment time errors. Workaround would be to save a local copy of the stub
+in to the dependent service.
+* JSON support is experimental (lacks try-it support)
+
+---------------------------------
+Future Directions
+=================================
+* This beta represents the functionality we plan to ship in the 1.0 release
+in early 2008.
+
+------------------------
+Reporting Problems
+========================
+
+Issues can be reported using the public JIRA available at
+https://wso2.org/jira/browse/MASHUP
+
+
+------------------------
+Contact us
+========================
+
+WSO2 Mashup Server developers can be contacted via mailing lists:
+For Users: [EMAIL PROTECTED]
+For Developers: [email protected]
+For details on subscriptions: http://www.wso2.org/projects/mashup#mail
+
+Questions can also be raised in this forum: http://www.wso2.org/forum/226
+
+Enjoy the Mashup Server!
+
+- WSO2 Mashup Server Team
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev