CloudOpting / cloudopting-manager

The cloudopting core manager
MIT License
10 stars 7 forks source link

Create a drawing for ilustrate the Jackrabbit filesystem management #340

Closed xeviscc closed 8 years ago

xeviscc commented 8 years ago

Create a drawing for ilustrate the Jackrabbit filesystem management

ildave commented 8 years ago

What do you need to see in the drawing? The structure of the Jackrabbit folders in the filesystem?

xeviscc commented 8 years ago

The structure that was decided to use in order to keep all files ordered by organization/service for example.

guidospadotto-profesia commented 8 years ago

The JackRabbit path for resources is built with this logic: organizationKey + "/" + applicationToscaName + "/template" all resources are saved there.

xeviscc commented 8 years ago

So, are all files saved in the same path? There is no distinction between tosca zip file, media files, library files, etec.. ?

guidospadotto-profesia commented 8 years ago

All files are saved in the same path, yes. The only distinction is in the file name. The "meaning" of a file depends on in which attribute of the "Application" entity its complete path is saved into. In other words, if "/A/B/C.png" is saved in the "appLogo" attribute, then it's the logo.

xeviscc commented 8 years ago

Can we have some kind of drawing to illustrate the text?

gioppoluca commented 8 years ago

Yes we are using JR just as a BIN for storing all the stuff of the application the real master for the info is the DB that knows what a file means thanks to the fact that is saved the path on a column or the other. What we need the diagram for?

xeviscc commented 8 years ago

We have to illustrate some deliverables for resubmission, and we wanted to have some pretty drawings.

xeviscc commented 8 years ago

Deliverable 2.4 done.