In a previous post, I said I would post an example that demonstrates the use of the OpenEdge Dynamic OpenClient. Well here is the Java version of it. This post is an extensive discussion of the example and how it is structured. Enjoy.
Posts Tagged Application Server
OpenEdge Dynamic OpenClient
Jul 29
In one of the more recent versions of OpenClient, the API that the OpenClient uses is documented so that it is now possible to dynamically construct the proxy calls at run-time. The overarching benefit in this lies in the ability to now define the temp-table definitions on the fly. The Java/.NET code can now define the temp-table dynamically at run-time so that if a change is made to the definition, the client can deal with the change with no impact on the OpenClient source code.
In 1999 Progress held a user conference in Boston where they showed the any-any-any model. Progress was going to become open. You could connect any client on any platform to any database using a Progress AppServer to handle your business logic. This was a really good idea. The preceding 10 years had taught me that Progress was an outstanding platform for writing the business logic that controlled your application and ensured your data integrity. I was sold.


Exchange Web Services – Starting out
Apr 20
Posted by Bruce Gruenbaum in Commentary, Exchange Web Services, Java, OpenClient, OpenEdge, OpenEdge AppServer, SOA, Web Development, n-tier Development | 7 Comments
A couple of months back, a gentleman who has now become a friend and business partner, came to me and asked me if there was any way to get at all the calendar items in his sales organization’s calendars with the intention of integrating it with his Progress OpenEdge CRM system. Jim is using Exchange 2007 for his e-mail and calendaring solutions.
I was aware that Microsoft had released a new API for Exchange in Exchange 2007 called Exchange Web Services (EWS), and so I said that I needed to do a little research on the API, but I was pretty sure that it was possible. Sure enough, MSDN has some documentation of the API and Microsoft is touting it as the replacement for all APIs that communicate with Exchange. Web Services – how hard can it be?
Tags: ABL, Apache ActiveMQ, Application Server, AppServer, EWS, Exchange EWS, Exchange Web Services, Glassfish AppServer, Java, Java OpenClient, Microsoft Exchange 2007, OpenEdge AppServer, OpenEdge OpenClient, Progress AppServer, Progress OpenClient