jboner
|
4276f5c4cf
|
disabled persistence tests, since req a running Cassandra instance
|
2009-08-11 20:06:14 +02:00 |
|
jboner
|
423227802d
|
CassandraStorage is now working with external Cassandra cluster + added CassandraSession for pooled client connections and a nice Scala/Java API
|
2009-08-11 13:13:16 +02:00 |
|
jboner
|
59fa40b0a1
|
minor edits
|
2009-08-05 15:47:08 +02:00 |
|
jboner
|
23b1313572
|
added support for running akka as part of Lift app in Jetty, made akka web app aware, added sample module
|
2009-08-05 14:33:03 +02:00 |
|
Jonas Boner
|
ece95391ac
|
fixed pom problem
|
2009-08-04 18:06:34 +02:00 |
|
jboner
|
e200d7efdf
|
minor reformattings
|
2009-08-02 12:58:20 +02:00 |
|
jboner
|
5ac4d906b8
|
added new protobuf lib to start script + code formatting
|
2009-08-01 17:40:16 +02:00 |
|
jboner
|
b26c3fa71e
|
added generated protocol buffer test file
|
2009-07-28 13:28:51 +02:00 |
|
jboner
|
a8f186160f
|
added missing methods to JSON serializers
|
2009-07-28 13:28:01 +02:00 |
|
jboner
|
0eb577b717
|
added Protobuf serialization of user messages, detects protocol serialization transparently
|
2009-07-28 12:55:13 +02:00 |
|
jboner
|
5b56bd0b79
|
fixed performance problem in dispatcher
|
2009-07-28 10:45:41 +02:00 |
|
jboner
|
34b001a15d
|
added protobuf, jackson, sbinary, scala-json to embedded repository
|
2009-07-27 21:36:22 +02:00 |
|
jboner
|
7473afd9c4
|
completed scala binary serialization'
|
2009-07-27 21:21:28 +02:00 |
|
jboner
|
f016ed4216
|
fixed outstanding remoting bugs and issues
|
2009-07-24 00:41:42 +02:00 |
|
jboner
|
4878c9fa9b
|
based remoting protocol Protobuf + added SBinary, Scala-JSON, Java-JSON and Protobuf serialization traits and protocols for remote and storage usage
|
2009-07-23 20:01:37 +02:00 |
|
jboner
|
f26110e55c
|
completed protobuf protocol for remoting
|
2009-07-18 00:16:32 +02:00 |
|
jboner
|
a4d22af64b
|
mid hacking of protobuf nio protocol
|
2009-07-13 00:17:57 +02:00 |
|
jboner
|
95d598fb66
|
clean up and stabilization, getting ready for M1
|
2009-07-12 23:08:17 +02:00 |
|
Jonas Boner
|
6a65c67ca7
|
changed oneway to be defined by void in AO + added restart callback def in config
|
2009-07-07 22:11:27 +02:00 |
|
Jonas Boner
|
ff969047cc
|
fixed last stm issues and failing tests + added new thread-based dispatcher (plus test)
|
2009-07-06 23:45:15 +02:00 |
|
Jonas Boner
|
d75d769351
|
fixed async bug in active object + added AllTests for scala tests
|
2009-07-04 06:38:47 +02:00 |
|
Jonas Boner
|
800f3bc917
|
fixed most remaining failing tests for persistence
|
2009-07-03 17:53:33 +02:00 |
|
Jonas Boner
|
83ada023d3
|
added configuration system based on Configgy, now JMX enabled + fixed a couple of bugs
|
2009-07-03 17:15:36 +02:00 |
|
Jonas Boner
|
35e3d97ef3
|
various code clean up + fixed kernel startup script
|
2009-07-02 22:20:16 +02:00 |
|
Jonas Boner
|
5c99b4ed8d
|
added prerestart and postrestart annotations and hooks into the supervisor fault handler for active objects
|
2009-07-02 18:07:29 +02:00 |
|
Jonas Boner
|
45bd6ebe5c
|
added configuration for remote active objects and services
|
2009-07-02 13:23:03 +02:00 |
|
Jonas Boner
|
a4f1092659
|
fixed some major bugs + wrote thread pool builder and dispatcher config + various spawnLink variations on Actor
|
2009-07-01 15:29:06 +02:00 |
|
Jonas Boner
|
2cfeda0ce0
|
fixed bugs regarding oneway transaction managament
|
2009-06-30 16:01:50 +02:00 |
|
Jonas Boner
|
7083737f95
|
iteration 1 of nested transactional components
|
2009-06-29 17:33:38 +02:00 |
|
Jonas Boner
|
0a915eaff9
|
transactional actors and remote actors implemented
|
2009-06-29 15:01:20 +02:00 |
|
Jonas Boner
|
a585e0ce38
|
finished remote actors (with tests) plus half-baked distributed transactions (not complete)
|
2009-06-25 23:47:30 +02:00 |
|
Jonas Boner
|
10a0c16cb2
|
added remote active objects configuration + remote tx semantics
|
2009-06-25 13:07:58 +02:00 |
|
Jonas Boner
|
47abc143a4
|
completed remote active objects (1:st iteration) - left todo are: TX semantics, supervision and remote references + tests
|
2009-06-24 15:12:47 +02:00 |
|
Jonas Boner
|
8ff45daddc
|
new factory for transactional state
|
2009-06-22 14:12:09 +02:00 |
|
Jonas Boner
|
93f712effe
|
completed new actor impl with supervision and STM
|
2009-06-22 13:13:58 +02:00 |
|
Jonas Boner
|
de846d4555
|
completed new actor impl with link/unlink trapExit etc. all tests pass + reorganized package structure
|
2009-06-21 14:08:43 +02:00 |
|
Jonas Boner
|
795c7b3da0
|
finished STM and persistence test for Ref, Vector, Map + implemented STM for Ref
|
2009-06-11 13:47:07 +02:00 |
|
Jonas Boner
|
ac52556595
|
Swapped out Scala Actors to a reactor based impl (still restart and linking to do) + finalized transactional persisted cassandra based vector (ref to go)
|
2009-06-10 20:04:33 +02:00 |
|
Jonas Boner
|
167b724671
|
fixed TX Vector and TX Ref plus added tests + rewrote Reactor impl + added custom Actor impl(currently not used though)
|
2009-06-05 22:08:53 +02:00 |
|
Jonas Boner
|
74bd8dea6d
|
project cleanup
|
2009-05-25 18:15:39 +02:00 |
|
Jonas Boner
|
9235b0e221
|
renamed api-java to fun-test-java + upgrade guiceyfruit to 2.0
|
2009-05-25 15:52:45 +02:00 |
|