Author: jonathan Date: Sun Jul 20 18:57:13 2008 New Revision: 19698 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=19698
Log: MASHUP-1010 Modified: trunk/mashup/java/release_note.txt trunk/mashup/java/xdocs/installationguide.html trunk/mashup/java/xdocs/introduction.html Modified: trunk/mashup/java/release_note.txt URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/release_note.txt?rev=19698&r1=19697&r2=19698&view=diff ============================================================================== --- trunk/mashup/java/release_note.txt (original) +++ trunk/mashup/java/release_note.txt Sun Jul 20 18:57:13 2008 @@ -57,7 +57,7 @@ * Request object * Ability to secure hosted mashups using a set of commonly used security scenarios * Ability to call secured services using the WSRequest host object -* Integrated Data Services Support (Expose data locked up in DataBases, Exel spreadsheets and +* Integrated Data Services Support (expose data locked up in DataBases, Excel spreadsheets and CSV files with ease) * OpenID login support * Apache Shindig powered, Google compatible, per-user Dashboard and browser based editor support @@ -74,6 +74,8 @@ * Mashup editor will convert < and > characters to < and > while saving the code in the server. This might result in malformed xml. Using these special characters with caution is adviced. Refer http://wso2.org/jira/browse/MASHUP-607. +* Built-in samples cannot be secured - the built-in "sample" user does not have a keystore associated with it +(system services use the keystore of the primary account.) --------------------------------- Future Directions Modified: trunk/mashup/java/xdocs/installationguide.html URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/xdocs/installationguide.html?rev=19698&r1=19697&r2=19698&view=diff ============================================================================== --- trunk/mashup/java/xdocs/installationguide.html (original) +++ trunk/mashup/java/xdocs/installationguide.html Sun Jul 20 18:57:13 2008 @@ -133,8 +133,7 @@ Console guide</a> for more details).<br> </li> </ol> -<h3 id="Installing2"><br> -</h3> +<br> <h3 id="Installing2">Installing on Linux</h3> <ol> <li><a Modified: trunk/mashup/java/xdocs/introduction.html URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/xdocs/introduction.html?rev=19698&r1=19697&r2=19698&view=diff ============================================================================== --- trunk/mashup/java/xdocs/introduction.html (original) +++ trunk/mashup/java/xdocs/introduction.html Sun Jul 20 18:57:13 2008 @@ -211,82 +211,14 @@ <ul> - - - <li>Email Host object</li> - - - <li>IM Host object - </li> - - - <li>Revamped management interface based on WSO2 Registry</li> - - - <ul> - - <li>Web 2.0 look and feel</li> - - <li>Improved multi-user and community support</li> - - <li>Improved user management support for administrators</li> - - <li>Email-verified self-registration</li> - - <li>Comments, tags, ratings</li> - - <li>Sophisticated search capabilities to locate and group mashups</li> - - <li>RSS and Atom feeds for any query</li> - - <li>Recent activity queries</li> - - - </ul> - - <li>Improved tooling</li> - - - <ul> - - <li>Scraper assistant</li> - - <li>JavaScript Stub Generator</li> - - - </ul> - - <li>Improved REST support via httpMethod and httpLocation annotations </li> - - <li>Infocard login support</li> - - <li>Improved sharing and downloading of mashups based on user accounts</li> - - <li>Special _private folder to store private data for each mashup</li> - - <li>Windows installer and management tray icon.</li> - - -</ul> - - -<h3></h3> - - -<ul> - - - <li>Improved tooling support.</li> - - <li>An expanded toolkit of generic building-block services.</li> - - <li>Improved access control.</li> - - <li>Samples and tools to use mashups in even more places like portals and widgets.</li> - - <li>Lots more cool stuff.</li> - - + <li>Request object</li> + <li>Ability to secure hosted mashups using a set of commonly used security scenarios</li> + <li>Ability to call secured services using the WSRequest host object</li> + <li>Integrated Data Services Support (Expose data locked up in DataBases, Excel spreadsheets and +CSV files with ease)</li> + <li>OpenID login support</li> + <li>Dashboard: Apache Shindig powered, Google compatible, per-user Dashboard and browser based editor support +for developing gadgets for hosted mashups (http://wso2.org/library/3813)</li> </ul> @@ -305,7 +237,7 @@ </div> -<p>� 2007-2008 WSO2 Inc.</p> +<p>© 2007-2008 WSO2 Inc.</p> </body> _______________________________________________ Mashup-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
