|
Hi, I am currently working in a project which needs a lot of quartz jobs integration and I was thinking about creating a plugin to manage the jobs using a user interface. With this plugin you would be able to pause and resume any job in any time or even change the interval of execution. Do you think would something like that be interesting for the community? Regards Fran García Sent from my Kindle Fire
What doesn't kill you, makes you stronger
|
|
Like this one http://grails.org/plugin/quartz-monitor ?
On Thu, Jul 19, 2012 at 1:23 PM, Fran García <[hidden email]> wrote:
|
|
Second time it happens the same. I try to create a plugin and it is already done!!! Thanks Domingo!! Sent from my Kindle Fire From: "Domingo Suárez Torres" <[hidden email]> Sent: Thu Jul 19 20:28:47 GMT+02:00 2012 To: [hidden email] Subject: Re: [grails-dev] Plugin quartz-job-admin Like this one http://grails.org/plugin/quartz-monitor ? On Thu, Jul 19, 2012 at 1:23 PM, Fran García <[hidden email]> wrote:
What doesn't kill you, makes you stronger
|
|
Note that the plugin probably needs some good updates, especially for
compatibility with the quartz2 plugin and the quartz plugin version 1.0-SNAPSHOT. Just FYI, it may be a good place to get started trying to make some improvements in the plugin community. -Brian From: Fran García [mailto:[hidden email]] Sent: Thursday, July 19, 2012 12:49 PM To: [hidden email] Subject: Re: [grails-dev] Plugin quartz-job-admin Second time it happens the same. I try to create a plugin and it is already done!!! Thanks Domingo!! Sent from my Kindle Fire ________________________________________ From: "Domingo Suárez Torres" <[hidden email]> Sent: Thu Jul 19 20:28:47 GMT+02:00 2012 To: [hidden email] Subject: Re: [grails-dev] Plugin quartz-job-admin Like this one http://grails.org/plugin/quartz-monitor ? On Thu, Jul 19, 2012 at 1:23 PM, Fran García <[hidden email]> wrote: Hi, I am currently working in a project which needs a lot of quartz jobs integration and I was thinking about creating a plugin to manage the jobs using a user interface. With this plugin you would be able to pause and resume any job in any time or even change the interval of execution. Do you think would something like that be interesting for the community? Regards Fran García Sent from my Kindle Fire --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
You might check this "fork" of quartz-monitor which is based on Quartz 2.1 :
https://github.com/9ci/grails-quartz2 But it is not (yet?) published on Grails.org. Benoit Hédiard Le 19 juil. 2012 à 21:10, Brian Saville a écrit : > Note that the plugin probably needs some good updates, especially for > compatibility with the quartz2 plugin and the quartz plugin version > 1.0-SNAPSHOT. Just FYI, it may be a good place to get started trying to > make some improvements in the plugin community. > > -Brian > > From: Fran García [mailto:[hidden email]] > Sent: Thursday, July 19, 2012 12:49 PM > To: [hidden email] > Subject: Re: [grails-dev] Plugin quartz-job-admin > > Second time it happens the same. I try to create a plugin and it is already > done!!! > Thanks Domingo!! > Sent from my Kindle Fire > > ________________________________________ > From: "Domingo Suárez Torres" <[hidden email]> > Sent: Thu Jul 19 20:28:47 GMT+02:00 2012 > To: [hidden email] > Subject: Re: [grails-dev] Plugin quartz-job-admin > > Like this one http://grails.org/plugin/quartz-monitor ? > > > On Thu, Jul 19, 2012 at 1:23 PM, Fran García <[hidden email]> wrote: > Hi, > I am currently working in a project which needs a lot of quartz jobs > integration and I was thinking about creating a plugin to manage the jobs > using a user interface. > With this plugin you would be able to pause and resume any job in any time > or even change the interval of execution. > Do you think would something like that be interesting for the community? > Regards > Fran García > Sent from my Kindle Fire > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
its here
http://grails.org/plugin/quartz2 On Jul 19, 2012, at 2:16 PM, Benoit HEDIARD wrote: > You might check this "fork" of quartz-monitor which is based on Quartz 2.1 : > https://github.com/9ci/grails-quartz2 > > But it is not (yet?) published on Grails.org. > > Benoit Hédiard > > Le 19 juil. 2012 à 21:10, Brian Saville a écrit : > >> Note that the plugin probably needs some good updates, especially for >> compatibility with the quartz2 plugin and the quartz plugin version >> 1.0-SNAPSHOT. Just FYI, it may be a good place to get started trying to >> make some improvements in the plugin community. >> >> -Brian >> >> From: Fran García [mailto:[hidden email]] >> Sent: Thursday, July 19, 2012 12:49 PM >> To: [hidden email] >> Subject: Re: [grails-dev] Plugin quartz-job-admin >> >> Second time it happens the same. I try to create a plugin and it is already >> done!!! >> Thanks Domingo!! >> Sent from my Kindle Fire >> >> ________________________________________ >> From: "Domingo Suárez Torres" <[hidden email]> >> Sent: Thu Jul 19 20:28:47 GMT+02:00 2012 >> To: [hidden email] >> Subject: Re: [grails-dev] Plugin quartz-job-admin >> >> Like this one http://grails.org/plugin/quartz-monitor ? >> >> >> On Thu, Jul 19, 2012 at 1:23 PM, Fran García <[hidden email]> wrote: >> Hi, >> I am currently working in a project which needs a lot of quartz jobs >> integration and I was thinking about creating a plugin to manage the jobs >> using a user interface. >> With this plugin you would be able to pause and resume any job in any time >> or even change the interval of execution. >> Do you think would something like that be interesting for the community? >> Regards >> Fran García >> Sent from my Kindle Fire >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
In reply to this post by Fran García
This probably really belongs more on the user list vs dev as its not about grails core.
but absolutely. this has been talked about a bit recently. There is one for the quartz plugin but uses the old quartz libs. There are a number of us that would like it for the new quartz 2.1 which is in this plugin. http://grails.org/plugin/quartz2 There has been some chatter about this lately. I have some of it stubbed out and will get a project going on github. Would love some help. The sever side aspect should be relatively straight forward. The gui is where we could use the help. Our plan was to build it using bootstrap ui. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
I like what spring-security-core and spring-security-ui did in this space. This notion can probably be considered as well:
http://andrzejonsoftware.blogspot.com/2012/06/frontend-is-separate-application.html
Rather than delaying release of the plugin, split the concerns into different plugins and make sure the relatively straightforward server side's plugin's controllers implement interfaces that are housed in a shared "core" module, which the UI application can import and use instances of to make AJAX calls on. Is there a task list for each piece somewhere? On Thu, Jul 19, 2012 at 12:51 PM, Josh (basejump) <[hidden email]> wrote: This probably really belongs more on the user list vs dev as its not about grails core. Nick Vaidyanathan Lead Visionary- Visionary Software Solutions LLC
|
|
I am
trying to install the plugin quartz-monitor but it doesn't work
at all and it shows me a lot of errors. I am wondering the
option of developing the plugin for Quartz 2.x.
On 19/07/12 22:41, Nick Vaidyanathan
wrote:
I like what spring-security-core and spring-security-ui did in this space. This notion can probably be considered as well: http://andrzejonsoftware.blogspot.com/2012/06/frontend-is-separate-application.html --
Francisco José García Rico --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
What doesn't kill you, makes you stronger
|
|
quartz-monitor is not compatible with the latest quartz plugin (1.0-RC2) due to changes in package name. It should be compatible with the previous version 0.4.2.
This won't be fixed until quartz 1.0 is released, according to https://github.com/jamescookie/quartz-monitor/issues/9
Ronny On Jul 20, 2012, at 10:00 AM, Fran García wrote:
|
|
Pull requests welcome, especially if it can be made to work with both http://grails.org/plugin/quartz or http://grails.org/plugin/quartz2
I haven't looked at quartz 2 yet, so I don't know what work would be involved. James
On 20 July 2012 09:07, Ronny Løvtangen <[hidden email]> wrote:
|
| Powered by Nabble | Edit this page |
