Monthly Archive: July 2008
L’interesse del mondo dell’Information Techonology si sta spostando verso tool di gestione delle infrastrutture. La rivoluzione che si sta avendo in questi ultimi anni, con un movimento esponenziale in questo periodo, è che, con la produzione di macchine sempre più potenti, si riesce a ridurre il numero di quelle fisiche (lo scatolotto che vi ritrovate …
Continue reading »
Permanent link to this article: http://blog.mornati.net/2008/07/31/symbolic-%e2%80%93-il-futuro-della-net-administration/
To prevent a possible jars conflict during dynamic plugin execution (what I was talking about in my previous post), I found a simple solution that I’m pasting for you here: class DefaultPluginJob { static triggers = { } static cachedClassLoader = [:] def execute(context) { def libraryFolder = context.mergedJobDataMap.get(“libraryFolder”) if (!cachedClassLoader[context.mergedJobDataMap.get("jobName")]) { log.debug “Constructing class …
Continue reading »
Permanent link to this article: http://blog.mornati.net/2008/07/30/grails-dynamic-plugins-isolated-classloader/
The new functionality offers from Groovy/Grails make you able to write a very dynamical application and the possibility to add some new features to your web application at run-time!! Naturally we are exiting a “little bit” from JEE standards where our library/scritps/class and so on, must be in your war or provided from application server.What …
Continue reading »
Permanent link to this article: http://blog.mornati.net/2008/07/26/grails-dynamic-plugins-for-your-applications/
Symbolic engine, or OperationRunner, is something like what we have seen for the scripts: a couple of job/thread that going in polling over database, look for ready operation, or completed (success/failed) operations.All this operation will be completely asynchronous both for user and symbolic application: a ControllerJob will call each “n” seconds to verify the state …
Continue reading »
Permanent link to this article: http://blog.mornati.net/2008/07/24/symbolic-operations-runner/
As official guide illustrates, symbolic administrator can create function users could do, simply adding new operations. An operation is an object built using func module, method and parameters. What administrator has to do to add a new operation is: Assign a name that will be shown to users Select a func operation, selecting module and …
Continue reading »
Permanent link to this article: http://blog.mornati.net/2008/07/24/what-is-symbolic-operations/