New Licensing Bulletin

The latest version of WebClient contains some licensing changes. Please refer to the information below for more information.

Model Licensing

When you upgrade your models to WebClient 2010/1.6, you will need to obtain new CrypKey model licenses after the 30 day grace period has expired. If you are a licensed customer, please open up a support ticket with your group model site codes and a license key will be provided. If you are an evaluation customer and need to evaluate for greater than 30 days, please contact sales@adcaustin,com or your local reseller for an extended key.

The same procedure applies to the new advanced controls library, for TreeView and FlexGrid.

ADC Server Licensing

There is a no-charge 10 connection server that ships with WebClient. To activate the free license, please blank out the following entries in your WebClient.properties file:

  • tlicensingserver.licensefile
  • licensingserver.ipaddr
  • licensingserver.tcpport

To obtain paid, production server license – please open up a support ticket on http://webclientiplus.com.

Websydian Server+ Licensing

There is no change to Websydian Server+ licensing

Posted in Bulletin | Leave a comment

WebClient i+ Blog Translated

With the WebClient i+ 2010 release, the developer information blog is now automatically translated into several different languages. Please visit the blog, and click on the widget in the upper right corner to translate on the fly.

http://www.adcaustintech.com/webclient/blog/

Posted in Bulletin | Leave a comment

Cross Browser Compatibility, Mobile Devices

As recently announced, WebClient i+ 2010 (version 1.6) is compatible with most major browsers. Specifically, the built-in system templates and Dojo Javascript toolkit have been updated to include cross-browser compatibility for Firefox 3+, IE 7+, and Safari 4+. 

The practical effect of this is that you can extend the reach of your WebClient application to users around the globe, including those running Macs, iPads, iPhones, Linux, Android, and many other populars OS’s. The ability to target alternative devices is particularly compelling with the rise of smart phones and tablet devices useful to the mobile task worker.

Gartner states the increasing importance well:  Consumers worldwide grabbed up an astonishing 325.6 million mobile devices in the second quarter, up 13.8 percent from the same period a year ago. Smartphones accounted for 19 percent of those sales, a 50.9 percent increase over last year, showing a vital market for the devices as manufacturers and carriers seem to roll out new models and features nearly every month.

So what do you need to get your WebClient applications running in a Safari browser on a mobile device? The answer is that you can run your apps right out of the box on these devices – along with RIA components like TreeView, FlexGrid, and Tabs. Of course, creating a web interface that fits on smaller devices may take some redesign. On large devices, like iPads or high resolution iPhone 4.0, it may work ok as is. See below for an iPad screen shot.

iPad screen shot

Posted in Bulletin | Tagged , | Leave a comment

August 2010 Newsletter Published

The April 2010 WebClient newsletter is available at this link.

Highlights of this edition include:
  • WebClient i+ 2010 (1.6) is released
    • CA Plex 6.1, Websydian 6.1/Websydian Express 3.0 Compatibility
    • Optional advanced add-ons TreeView / FlexGrid
    • Cross-browser certification (IE, Firefox, Safari)
    • New ADC Server options (complementing Websydian Server Options)
  • User Events Planned
    • Chicago, September 21, 2010
    • Cincinnati, September 23, 2010
    • Milan, October 2010

Visit this link for all the newsletters

Newsletter Archive

Posted in Bulletin | Leave a comment

Latest WebClient i+ for CA Plex is GA

WebClient i+

ADC Austin is pleased to announce the general availability of WebClient i+ 2010, the version 1.6 upgrade to WebClient i+ for CA Plex. This version contains the following new features:

  • CA Plex 6.1, Websydian 6.1/Websydian Express 3.0 Compatibility
  • Optional advanced add-ons TreeView / FlexGrid
  • Cross-browser certification (IE, Firefox, Safari)
  • New ADC Server options (complementing Websydian Server Options)

For overview information, click here to view this short video of the new features. For detailed technical information including product documentation and downloads, please visit our developer web site at http://http://webclientiplus.com/, or for the user manual please access this PDF. For pricing information, contact your local reseller or send us an email.

Posted in Bulletin | Tagged , | Leave a comment

WebClient 2010 – Beta Program Opens

ADC Austin is pleased to announce WebClient i+ 2010, the version 1.6 upgrade to WebClient i+ for CA Plex. This version contains the following new features:

  • CA Plex 6.1, Websydian 6.1/Websydian Express 3.0 Compatibility
  •  Optional advanced add-ons TreeView / FlexGrid
  • Cross-browser certification (IE, Firefox, Safari)
  • New ADC Server options (complementing Websydian Server Options)

For more detailed information, click here to view this short video of the new features

The beta version will be available June 30, 2010, with an expected general availability July 2010. All customers are welcome to participate in the beta. If you are interested, please visit this link.

Newsletter link 

Posted in Bulletin | Tagged , , | Leave a comment

April 2010 Newsletter Published

The April 2010 WebClient newsletter is available at this link.

Highlights of this edition include:
  • WebClient i+ on display at CA World 2010
  • Treeview and FlexGrid preview 
  • New tip published for deploying listener to WebSphere  
  • Version 1.4.21 released
  • European User Group tour

Visit this link for all the newsletters

Newsletter Archive

Posted in Bulletin | Tagged | Leave a comment

Advanced Web Controls, TreeView/Flexgrid


The upcoming 2010 release of the WebClient i+ platform will contain optional support for advanced Dojo controls such as the TreeView and FlexGrid components. The TreeView component is self-explanatory. The FlexGrid component is an advanced grid with the ability of adding columns dynamically, advanced font/display formatting, adding images to cells, and more (see the CA Plex Active pattern library documentation for a full description of capabilities). Adding Web generation support for your existing CA Plex applications with TreeViews and FlexGrids will be simple in most cases - just add inheritance and off you go – no code or panel changes required.

Here is a screen print of the new components:


Here is an example of the steps you will go through to implement in the Business Fundamentals sample model.

First, add WebClient inheritance



Second, generate and build as normal.

Final result in a browser. Yes, it is that easy.


If you are interested in becoming an alpha or beta tester for this capability, drop us a line at info@adcaustintech.com. The Alpha program starts May 1.

Posted in Ajax, Dojo, Templates | Tagged , | Leave a comment

Follow us on twitter

To receive tweets on blog posts, follow us on twitter at: http://twitter.com/WebClientiplus

Posted in Bulletin | Leave a comment

WebClient Web Application Server Listener

012410_0238_DeployingCA1.gif

To add an application server web session listener to your WebClient application, ensure that this  XML fragment is present under the web-app element in your web.xml.

<listener>
<listener-class>com.adcaustin.webclient.servletproxy.WebSessionListener</listener-class>
</listener>

When the listener is installed, then application clean-up will occur immediately when the session times out (as determined by the application server’s timeout settings). The user closing their browser window will also trigger a session clean-up. This is particularly important for WebSphere implementations.

Posted in Instructions, Performance | Tagged | Leave a comment