by Andrew Leggett / Sr. Application Consultant CM WebClient, CM WebClient Mobile and CM WebClient HSync all allow you to customize the style, appearance and behavior of your web applications. But what if you want a little more? What else can you do? The following sites provide free tools that run within the browser to
Lily Taharudin / Application Consultant Web and mobile are different. When you are building things for the web, it may seem easy simply to port it to mobile devices, but the user experience may not be as good. Instead, consider the smaller form factor and adapt your design to make it easier for mobile customers
Modernization can either be a choice or be forced on a company. If you are using Visual Studio 2005, you know that Microsoft will be dropping support for it next year. CM First has a powerful methodology to help you get past this issue and a variety of others. Modernize now and take advantage of
In this post, I want to outline two concepts that may help you to create a better service architecture for CA Plex WCF services. First, we should make sure the interfaces are decoupled from the business logic in order to make sure that a change to business functions will not affect the interface used by
Web Services are an essential part of modernizing many legacy systems. CA 2E developers are able to build their own Web Services inside the CA 2E model. Recently, I worked with a customer on exposing some important parts of their CA 2E application through Web Services. There are several lessons we learned while implementing Web
by Andrew Leggett / Sr. Application Consultant WebClient developers know how useful the log file is for debugging and for tracking errors, but did you know that you can send your own messages to the log file from your CA Plex action diagram? This technique can be used to provide an insight on what happens
by Lily Taharudin / Application Consultant It is usually not a good idea to use a desktop application design and apply it directly to a mobile application. Some web developers tend to fit in a lot of things on a page in a mobile application. However, this is usually not a good design from the
by Lorenz Alder, Senior Consultant / Software Architect Ever wanted to build a menu processor and tried to figure out how to call functions by the function names stored in the database? Here’s what you need to know: Create a prototype function defining input and output parameters for callees Let all functions you want to
Good CA 2E code or coding takes some effort. A key aspect of creating good code is to make the action diagram simple to read. It is always good to include comments in code so the next programmer can read your intent. It is also very helpful to divide your code into separate sections of