QueWeb Customer Care is the first business solution available as open source, fully based on Google Web Toolkit (GWT).
GWT completely revolutionizes the experience that users get from Web-based applications. It creates fast, stable and bug-free web interactions that don’t feel at all like they are taking place inside the Internet browser. Users of all Internet browsers –whether they are using Internet Explorer or Firefox, get the same look and feel, as well as user experience.
Basing QueWeb 3.0 on GWT ensures that QueWeb architecture works smoothly and flawlessly with all standard Browsers and also allows for dynamically customizable User Interface. This offers users flexibility they are looking for, while at the same time takes complexity out of Customization process and drastically reduces the amount of testing that needs to be performed.
Google Web Toolkit (GWT) is an open source Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don't speak browser quirks as a second language. Writing dynamic web applications today is a tedious and error-prone process; you spend 90% of your time working around subtle incompatibilities between web browsers and platforms, and JavaScript's lack of modularity makes sharing, testing, and reusing AJAX components difficult and fragile. GWT lets you avoid many of these headaches while offering your users the same dynamic, standards-compliant experience. You write your front end in the Java programming language, and the GWT compiler converts your Java classes to browser-compliant JavaScript and HTML.
GWT user interface classes are similar to those in existing UI frameworks such as Swing and SWT except that the widgets are rendered using dynamically-created HTML rather than pixel-oriented graphics. While it is possible to manipulate the browser's DOM directly using the DOM interface, it is far easier to use classes from the Widget hierarchy. You should rarely, if ever, need to access the DOM directly. Using widgets makes it much easier to quickly build interfaces that will work correctly on all browsers.