Re: [xwt-users]Clarion xwt and xul
Emiliano Heyns <[email protected]>
| Newsgroups | gmane.comp.java.xwt.users |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > Hi! > > I don't know about any demo version of Clarion. I search for it and i > found that it's now supported by an entity named SoftVelocity > (www.softvelocity.com). Apart many limitations, it's very good and it was > even recommended by IBM. I have a personal developer license and i think i > can not send you a copy by legal reasons. Is there any way to make it > possible (for me there are no problems...)? I think Adam was just looking for info, not a copy. > I still bet in xwt. Am I correct (my only doubt is still about xul+soap)? XUL + SOAP has the downside that your users need to download and install Mozilla (or netscape 7 if they prefer to eschew popup blocking and such). That's a pretty big download for an app that nearly no-one has installed by default. With XWT, there's no installation. I'm currently building an app that uses XWT for most parts, but the main control component (which involves editing an XML document) I'm going to write in XUL, since only one person per installation will have to use the control component. Emiliano