VMware Cloud Community
Risifo
Contributor
Contributor

GWT Plugin

Would it be possible using HQU to write the web application with GWT?
Reply
0 Kudos
5 Replies
rpack
Contributor
Contributor

Hi Collin, I'm trying to understand what part of HQU you want to leverage
using GWT. HQU provides Groovy based APIs for HQ as well as a web framework
like GWT, except its Groovy based.

Of course you can use GWT as another UI framework on top of HQ. If you want
to use it with the Groovy APIs provided by HQU you would have to search for
a blog post on integrating Groovy with GWT, but I think that would be more
trouble than it is worth. It would be easier to use GWT with the Java based
APIs in HQ.

-Richard


On 7/8/08 1:43 PM, "Collin Empting" <bunglefver@gmail.com> wrote:

> Would it be possible using HQU to write the web application with GWT?


Reply
0 Kudos
Risifo
Contributor
Contributor

Yea, that's what I figured. I don't think HQU is the way I want to go anyway, trying to port in some extra alerts, I figure that will have to be done using different types of plugins. Thanks
Reply
0 Kudos
rpack
Contributor
Contributor

Are you trying to configure or assign alerts to different resources on a
large scale?


On 7/9/08 12:38 PM, "Collin Empting" <bunglefver@gmail.com> wrote:

> Yea, that's what I figured. I don't think HQU is the way I want to go anyway,
> trying to port in some extra alerts, I figure that will have to be done using
> different types of plugins. Thanks


Reply
0 Kudos
Risifo
Contributor
Contributor

I have another system which sends alerts, such as fire, etc, and stores those alerts in an Oracle database. I'm trying to figure out he best way to port those into Hyperic
Reply
0 Kudos
admin
Immortal
Immortal

I haven't used GWT, but I imagine it would work fine. HQU allows you
to output any HTML / Javascript that you like.

In addition, if you don't want to have your code displayed within a
container (the HQ banner, footer, etc.) that's also possible.

-- Jon


On Jul 8, 2008, at 1:43 PM, Collin Empting wrote:

> Would it be possible using HQU to write the web application with GWT?


Reply
0 Kudos