|
|
Browse by Tags
All Tags » client/server » Java 5 (RSS)
-
Edwin,
Thanks for your reply and suggestions. I will look more closely in the reference documents...
I also tried to incorporate your Configuration suggestions. My server code now reads:
Configuration config = Db4o.newConfiguration(); ...
-
Okay, I finally figured out what the problem was with my NQ in Client/Server. It basically came down to the anonymous inner class and how DB4O sends the query over the network to the server. It wasn't able to serialize it correctly, so the query didn't work.
I moved my Predicates out of the dao class and into their own. ...
-
Hello,
I'm running db4o as a odbms in client/server mode. Basically I'm working on intranet web-applications, with JBoss as application server. My applications are written in Adobe Flex (client side) and Java 5 (server side). The db4o-server instances are started outside the application server. They operate ...
|
|
|