Replying Inline..

2009/2/20 Tauren Mills <tau...@tauren.com>

> Nino,
>
> I've considered learning more about VoiceXML as well, but it would be
> for a future project and unfortunately I don't have time to help right
> now.  If you do get it going, I'd certainly be interested in
> contributing down the road.

No problem, it's nice to know that theres someone else out there :)

>
>
> However, I am curious what your thoughts are in regards to this.  What
> use-cases are you wanting to solve?  Although my knowledge is *very*
> limited, wouldn't the output of VoiceXML be accomplished simply by
> getting wicket to output XML?  And I believe that is easy enough to to
> with:
>
>        @Override
>        public String getMarkupType() {
>                return "xml";
>        }
>
> Of course, I'm not clear how a "voice browser" (the recipient of the
> voicexml) sends responses back, which could be more challenging.


No you are completely right.. What I guess I would like where to put a
higher level of abstraction on, so the components do most of the foot work
for you. I guess you can compare this to my openlayers integration, it's
easy aswell to use openlayers with out the integration but the integration
makes it much easier, abstracting what you need todo to a much higher
level...

As I dont know a bit about vxml, im not sure how much you could abstract but
I think there should be some room for it. Like being able to generate easy
logic etc.

Something like this could defiantly be done alot simpler :

http://pastebin.com/f21b6b3ea

But im still wondering about the architecture...

-regards Nino


>
>
> Tauren
>
>
> On Tue, Feb 17, 2009 at 6:09 AM, nino martinez wael
> <nino.martinez.w...@gmail.com> wrote:
> > Hi Guys
> >
> > Would any of you be interested in creating a VoiceXML framework based on
> > wicket with me? I dont have much knowledge on vxml (im new to the domain)
> > but I have a little on wicket :) Im just thinking aloud right now, so
> theres
> > no scope or anything defined.
> >
> >
> > regards Nino
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to