Categories

Archives

Building a Data-Driven Flex and Java Application with WebORB for Java

If you are looking for an alternative to Live Cycle Data Services (LCDS) to do Flex data management, WebORB for Java (Enterprise Edition or Community Edition) is a great alternative. Ken Nelson from San Clemente Technology wrote an excellent tutorial on how to do data
cialis generico

management using WebORB, which is posted on the Adobe

[Read full post]

“Hello, World!” screencast

Below, please find the screencast version of this “Hello, World!” blarticle.

Hello, World!

My first WebORB for .NET app, as is traditional, simply displays the message “Hello, World!” — but with a client/server twist.

The server side code is implemented as a C# class library:

using System;
using System.Web;

namespace HelloWorldServer
{
public class HelloWorldService
{
public string getHelloString()

[Read full post]