FlexSpaces

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2008 02:49 PM
FlexSpaces+AIR is a RIA client for Alfresco using Adobe AIR (with additional desktop drag/drop features).
Clients supported: FlexSpaces+Browser and FlexSpaces+AIR are supported on Windows, Mac, and Linux.
Servers supported: Alfresco Enterprise Edition and Alfresco Labs/Community supported (2.1 - 3.x)
Downloads
http://forge.alfresco.com/projects/flexspaces/
General Features:
* Tree and single or dual folders views (doc lib and wcm)
* Icon,Grid,Thumbnail and Coverflow view modes in doc lib, search, tasks, and wcm
* Drag/Drop/Cut/Copy/Paste with multiple selection (drag drop between dual folder views)
* Properties dialog, Upload multiple files dialog, download dialogs
* Create Space dialog, Create content (html,xml, text) dialogs
* Checkin, checkout, cancel checkout, edit, update existing
* Make PDF, Make Flash Preview, viewing in tabs
* Start Workflow, task dashboard, approve/reject
* Advanced search (all web client features except for save search, custom attribute config)
* Tag cloud and category tree search navigation, tags/categories view/edit dialog
* Some XML configuration of menus, more configuration support in general coming
* 5 page site Surf components are available for running views of FlexSpaces in Alfresco Share 3.0
AIR features
* Native drag/drop/copy/paste of desktop files into doc mgt and wcm folders
* Built-in local files view also with drag/drop into doc mgt / wcm folders
* Making files (multiple selection) available offline, update from offline (single select)
* Additional tab with built-in browser running Share 3.0 UI (or any web page)
http://www.integratedsemantics.com/FlexSpacesFeatures.html
Screenshots / Screencams
Share 3.0 Integration, Thumbnail View, CoverFlow View, Advanced Search http://integratedsemantics.org/2008/08/22/flexspaces-06-share-30-integration-thumbnail-view-coverflo...
Tagging, Categorization, WCM http://integratedsemantics.org/2008/07/16/tagging-in-flexspaces-05/
General Features and AIR specific features http://integratedsemantics.org/2008/04/08/12/
Additional Features: Start workflow, Tasks dashboard tab, flash preview of office docs, dual pane drag/drop http://integratedsemantics.org/2008/04/14/flexspaces-additional-features/
Older Screenshots http://integratedsemantics.org/2008/04/02/hello-world/
Developer Features
FlexSpaces was developed with Adobe Flex 3 and ActionScript 3 on the clientside. ActionScript is now a more Java like and more object oriented JavaScript. Flex provides declarative layout in XML based MXML. (Also with Flex/Flash you don't have to worry about different browsers / different versions of browsers like you do with Ajax). FlexSpaces (+AIR and +Browser) source is available including FlexBulder3 project files. FlexSpaces can be customized, UI components and Cairngorm based events/cmds/delegates (non UI api) from FlexSpaces can be used in other Flex applications.
On the serverside, a large library of RESTful JavaScript Web Scripts returning XML data was developed (source available). These web scripts can be used independently in any kind of application (Flex, Java, etc.) that can call REST apis.
License: GPL v3 (commercial also available)
FlexSpaces forge forum
http://forge.alfresco.com/forum/?group_id=149
Feature requests
http://forge.alfresco.com/tracker/?atid=673&group_id=149&func=browse
Bug tracker
http://forge.alfresco.com/tracker/?atid=670&group_id=149&func=browse
Previous FlexSpaces topic in Web Scripts forum
http://forums.alfresco.com/en/viewtopic.php?f=36&t=11876
Integrated Semantics Blog:
http://www.integratedsemantics.org
Steve Reiner
http://www.integratedsemantics.org
http://www.integratedsemantics.com
- Labels:
-
Archive

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2008 04:56 PM
http://integratedsemantics.org/2008/12/08/calais-integration-for-alfresco-geo-tagging-flexspaces-par...
http://forge.alfresco.com/projects/flexspaces/
http://forge.alfresco.com/frs/download.php/531/flexspaces-air.zip
http://forge.alfresco.com/frs/download.php/533/flexspaces-browser.zip
http://forge.alfresco.com/projects/calais/
Steve

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2009 02:11 AM
Not in google code yet but will be in flexspaces 0.9: still working on adding use of Spring ActionScript (Prana) for more xml configuration
http://integratedsemantics.org/2009/01/05/flexspaces-now-refactored-to-use-the-presentation-model-pa...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2009 01:07 AM
This app derives from the FlexSpaces framework and only uses the view components needed to have a DocLib view (tree/folder view), search view (with only simple search results), no wcm view, no tasks view, simpler main menu
http://code.google.com/p/flexspaces/source/browse/#svn/trunk/SampleCode/SampleApp1
Update: SampleApp1 has been updated for FlexSpaces 0.9 release
A download source zip file for it is now on the Alfresco Forge:
http://forge.alfresco.com/frs/download.php/655/sampleapp1-source.zip

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2009 10:27 PM
http://forge.alfresco.com/projects/flexspaces/
so that "refactored to use presentation model pattern" code is available without having to get it with svn from google code

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2009 11:08 PM
Added XML config (using spring actionscript)
1. what view tabs to show (doclib,search,tasks,wcm,share)
2. thumbnailing config (id/name,height,width,whether to request on upload)
3. default page sizes for views
4. page size picklist
some other things beyond 0.8 (now in 0.9 release)
1. menu config more usable now that all main menu enable/disable code is position independent
2. tabs position independent
3. severside paging in webscripts (doclib, search results)
4. favorites/shortcuts (only avail in ui from search results view)
5. more languages: French (thanks Tiago Torrado !), Greek (thanks Maria Befa !)
in additon to previous: English, Spanish, German, Japanese
6. some things to enable cmis spaces
7. filtering of display of content rule nodes
8. goto containing folder in search works better
9. config now done witch spring actionscript in FlexSpacesConfig.xml instead of with alfresco-config.xml

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2009 01:20 AM
1. Preview of files more usable/complete feature
on Alfresco 3.0+, FlexSpaces flash preview of files now uses same content model/rest api as preview in Share
2. on alfresco 3.0+, thumbnails now display correctly on recently uploaded files in FlexSpaces

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2009 02:42 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2009 10:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2009 01:20 PM
I am very impressed with FlexSpaces! It's a fantastic add-on for Alfresco.
Are there any known issues with FlexSpaces + AIR and the new Alfresco Community 3.2 release?
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2009 12:25 AM
