Unsolved

This post is more than 5 years old

1415

July 22nd, 2012 05:00

DFC.jar API Support Serializable

We used RMI, we need  (IDfSysObject, IDfFolder, IDfLocation, IDfMethodObject, IDfMountPoint, IDfNote ) Serializable

how convert this class or interface to Serializable?

July 23rd, 2012 00:00

I don't think that is possible.

I suggest to pass the ID of the object and than fetch it on the RMI server directly from the Content Server.

Can please give a sample what you want to do? Maybe there are other solutions to your problem.

July 23rd, 2012 01:00

code it must be serializable so we can transfer IDfSysObject from client to server.

July 23rd, 2012 01:00

You get the dfc.jar "as it is". You cannot change it.

Maybe you can give us the use case, so that it is possible to suggest an alternative approach.

July 24th, 2012 01:00

We used RMI(Java Remote Method Invocation) in my web applction ,we want transfer IDfSysObject from client to server, so code it must be serializable

July 24th, 2012 01:00

OK, now that you have told us HOW you want to perform the action, can you please also tell us WHAT you want to do?

  • View the content
  • Start a workflow
  • Display the object_name
  • ...
No Events found!

Top