Tag Archives: C#

Writing a Human Task UI in .Net (C#/ASP.NET) or in fact anything other than ADF

As you know, you can create the user interfaces for your human tasks using ADF.  JDeveloper allows you to auto-generate a human task user interface (form) and it also includes a wizard that gives you a bit more control over … Continue reading

Posted in Uncategorized | Tagged , , , , , | 26 Comments

Updating a task from .Net

In this previous post I showed how to use the TaskQueryService to query tasks.  In this post, I am going to take this one step further and update the task payload and process the task.  In order to do this, … Continue reading

Posted in Uncategorized | Tagged , , , , | 11 Comments

Using the TaskQueryService from .Net (C#)

As regular readers will know, I am working on a .Net version of the custom worklist sample.  As I work on this, I am playing with a few different things in .Net along the way, and it seemed like it … Continue reading

Posted in Uncategorized | Tagged , , , , , | 3 Comments

An updated simple WebLogic JMS client in .Net (C#)

In previous posts, we presented a simple WebLogic JMS client in Java here, and an updated one here.  We also presented a simple C# JMS program here. In this post, we present a more or less equivalent C#/.Net implementation of … Continue reading

Posted in Uncategorized | Tagged , , , | 3 Comments

Using JMS in .Net Applications

I was asked recently what we could do about allowing .Net applications to participate in pub/sub environments alongside Java applications.  It turns out that WebLogic Server, since 10.3, has a built-in .Net JMS client, which allows us to easily write … Continue reading

Posted in Uncategorized | Tagged , , , | 1 Comment