Jump to content

Recommended Posts

Posted

Message from: "Junior/RO"

 

Hi Farshad.

 

I need to write a comparision between unigui and intraweb. But I don't know nothing about intraweb.

 

Do you can help me with this?

.

 

Posted

Message from: "Farshad Mohajeri"

 

"Junior/RO" wrote in message

news:nS0l2fb1LHA.2160@anaxagvs227...

> Hi Farshad.

>

> I need to write a comparision between unigui and intraweb. But I don't

> know nothing about intraweb.

>

> Do you can help me with this?

 

 

You can become familiar with VCL for the web aka Intraweb by starting a

project in it or running its demos. It is included in all Delphi versions.

 

Let me highlight some points:

 

- UniGUI is 100% AJAX enabled.

In Intraweb AJAX support is partially implemented.

 

- Intraweb can be used to develope both web sites and web applications.

UniGUI is best for Web Applications.

 

- You can use custom HTML templates in Intraweb

UniGUI doesn't emit much HTML and HTML templates aren't available

 

- In UniGUI you can use same code base to create a VCL desktop app and a web

RIA app.

Intraweb can not create VCL desktop apps.

 

- UniGUI uses Ext JS library to render web pages

- Intraweb emits its own HTML and JS code.

 

- In UniGUI same combo project can be used to deploy ISAPI or Standalone

apps

In Intraweb you need to have separate projects

 

- Intraweb can use customized CSS to change visual appearance of controls

uniGUI relies on CSS classes in current theme for visual appearance

 

- In uniGUI you can dynamically create and destroy controls in AJAX calls

In Intraweb you need to refresh page to dynamically create or destroy

controls.

 

- UniGUI is beta

Intraweb released years ago

 

 

.

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...