LucidDB / adminui

DEFUNCT. Front-end in-browser flash client for connecting to LucidDB's admin web services.
http://www.dynamobi.com/c/products/luciddb/administration-ui/
GNU General Public License v2.0
1 stars 1 forks source link

[DADMINUI-39] Create add jars popup #20

Open dynamobi-build opened 12 years ago

dynamobi-build commented 12 years ago

[reporter="ksecretan", created="Fri, 8 Oct 2010 21:29:18 -0700"]

Finish implementing the add new jar popup.

Note: due to (possibly idiotic) security design decisions by Adobe, Flex's standard way of letting the user select a file does not include the full file path! (AIR deployments will, however.) Therefore this requires an actual file upload, which will require a little more research than originally bargained for.

Edit: Also we'll have a second input form where they can just enter a URL, internal or external.

Second Edit: I'll leave the file uploading piece off for now (since it's really ugly) and just give a radio box for the user to indicate whether their URL is local or remote.

Edit: (related) make sys_root.dba_jars reference sys_mgmt.dba_jars and also add schema_name based on join.

dynamobi-build commented 12 years ago

[author="ngoodman", created="Mon, 31 Jan 2011 09:58:26 -0800"]

We'll punt on adding jars via AdminUI for now. Seeing as there's complexity with actually transporting the JARs and the DynamoNETWORK should be a great way of doing this.