By markpiller on April 6th, 2011
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]
By Jim Plamondon on July 26th, 2010
Below, please find the screencast version of this “Hello, World!” blarticle.
By Jim Plamondon on July 23rd, 2010
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]