-
After a little more investigation, i don't think my previous suggestion will work. the http remoting examples seem to apply to remoting a single instance of a service. i can't find any information on dynamic exporting. so, you would basically have to create your own RemoteInputStreamRegistry service:
public class RemoteInputStreamRegistry {
private final...
2009-11-09 04:08:23 UTC in The OpenHMS Project
-
Sorry, didn't get to complete my last post, got pulled away.
Anyway, I think something like that bit of xml will do most of the spring magic for you. If i understand correctly, spring should create the remote proxy for you. So all you need to do is instantiate something like SimpleRemoteInputStream (i'd recommend the Gzip version for production use) and return it and spring should do the...
2009-11-08 19:40:19 UTC in The OpenHMS Project
-
Well, i've never used spring, but my guess from reading that documentation is that spring handles the proxies for you. all you need to do is add something like:
2009-11-08 13:56:07 UTC in The OpenHMS Project
-
this is in the works and will hopefully be in the 1.1.20 release.
2009-10-27 15:07:42 UTC in Jackcess
-
FYI, the relevant changes have been checked into the trunk and will be in the 1.1.20 release (after a little more testing).
2009-10-27 15:06:34 UTC in Jackcess
-
Ah, it's always fun to find new ways that applications abuse the access format! (not that i know if this is _really_ abusing the format because all i know about the format is from reverse engineering existing dbs). I'll take a look at your changes and see if i can make jackcess a little more lenient. I'm a little hesitant to always use getLength() cause i don't want existing code to fail...
2009-10-27 15:04:47 UTC in Jackcess
-
jahlborn committed revision 406 to the Jackcess SVN repository, changing 9 files.
2009-10-27 01:26:46 UTC in Jackcess
-
There is currently no builtin support for writing to the relationship table. It is a table, just like any other access table, so you can write to it yourself. you could use the existing Relationship reading code to determine what information needs to be written.
2009-10-26 13:43:26 UTC in Jackcess
-
jahlborn made 4 file-release changes.
2009-10-25 01:45:01 UTC in The OpenHMS Project
-
jahlborn made 3 file-release changes.
2009-10-25 01:44:01 UTC in The OpenHMS Project