TweetA DeepaMehta(DM) plugin can publish static resources and dynamic resources. A DM plugin automatically publishes the Static resources (files) that are in resource/web directory. They will be published in the URI specified in bundle symbolic name in the pom.xml A DM plugin can also publish dynamic resources created by java code, by providing a DeepaMehta…
Category: DeepaMehta
DeepaMehta does not log you out automatically
TweetDM does not log you out automatically. There is no session timeout. Once logged in DM creates a session in its webserver. The session ID is hold in a cookie. The cookie is a “session cookie”, that is it has no expiration date. So your session is only lost when a) restarting the DM server…
Retype a topic in DeepaMehta
TweetWhen coming to use DeepaMehta (DM), sometimes we are not aware of all the potential that is already there. So I’ve decided that when I come through some solutions that at first may be not obvious I’ll tag them as in the blog as DeepaMehta tips 😉 The first one, it has to do with…
Diving into DeepaMehta server side while creating import-export plugin
TweetSome months ago, I wrote a post of how to start creating a plugin in DeepaMehta, it was basically to show, the use of migrations to create new topic types in a permanent way, in your DeepaMehta instance. It was the first step to create a Calendar plugin for DeepaMehta, but since to create both…
Creating a plugin in DeepaMehta #hackership
TweetThe day that I’m able to write properly DeepaMehta in the first try, will be amazing!! Anyway, the thing is that in hackership I’m building a webcalendar as a petproject to learn more ruby & rails, but one of my goals at some point of my learning process is to work with graph databases and…