Re: [Nagios-devel] GWT interface

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] GWT interface

Post by Guest »

Most web app frameworks support json, xmlrpc, or some form of getting
direct data from the application rather than templating. Even if we do
it with ruby on rails, GWT can just use those interfaces provided on
the server side. Basically it'd be a simple add-on (sticking html +
javascript somewhere on a webserver) if those interfaces were provided
by some other means. So it's still worth looking at, even if we do
decide to go some other route for a better web interface.

As far as what William was talking about. If you want to do AJAX by
hand that's fine. GWT is there so you don't have to worry about
inter-browser rendering discrepancies and javascript bugs/quirks.
They've figured that out so you can basically focus on writing your
application, not messing with javascript. Just remember that AJAX is
just techniques, no real new technology anyway. So doing a javascript
open window call to show new things is no different than doing it with
GWT, except GWT provides a toolkit that handles browser bugs for you.
Once you cross the line of making javascript calls, you've already
started down that path of "new age techniques" and you might as well
look at tools that are going to make your webapp more reliable and
easier for you to develop.

Anyway, I'd like to work with Tobias on this and see where we get.
Once there's a decent demo/prototype working, we can discuss whether
or not it will fit in with nagios. If it's decided we still want a
standard non-interactive html interface, we can still make a GWT
interface an option.

On 4/4/07, Michael Roth wrote:
> That's my opinion too. I would prefer a web interface written in php
> using a framework like Symfony, CakePHP or ZENDFramework. Ruby on Rails
> ist also a very interesting Tool which has Ajax support too.
>
> william(at)elan.net schrieb:
> > I think we're better off having the interfce written in php or perl
> > or ruby[on rails] or python. And I speak as someone who can write in
> > Java as well, but I find that sys/net admins try to avoid using java
> > application server in their admin infrastracture, although larger
> > enteprises do like it, but then you really need a company behind it
> > to maintain.
> >
> > On Tue, 3 Apr 2007, Tobias Mucke wrote:
> >
> >
> >> Hi,
> >>
> >> I am working right now at a Nagios webinterface. Project is called
> >> Nicaragua. Right now I am leaving the planning and technology preview
> >> phase and implementing first details in Java. Currently I am working
> >> alone at this project, but I have written a development handbook for
> >> Nicaragua which explains some details. Would be great if someone would
> >> join the team. Interested?
> >>
> >> Tobias
> >>
> >>
> >> -------------------------------------------------------------------------
> >> Take Surveys. Earn Cash. Influence the Future of IT
> >> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> >> opinions on IT & business topics through brief surveys-and earn cash
> >> http://www.techsay.com/default.php?page ... CID=DEVDEV
> >> _______________________________________________
> >> Nagios-devel mailing list
> >> [email protected]
> >> https://lists.sourceforge.net/lists/lis ... gios-devel
> >>
> >
> > -------------------------------------------------------------------------
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share your
> > opinions on IT & business topics through brief surveys-and earn cash
> > http://www.techsay.com/default.php?page ... CID=DEVDEV
> > _______________________________________________
> > Nagios-devel mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/lis ... gios-devel
> >
>
>
> --
> --------------------------------------------------------------------------
> Michael Roth email [email protected]
> Certified Project Management Associate http://www.zserv.tuwien.ac.at/mroth/
> Zentraler Informatikdien

...[email truncated]...


This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked