If the migration from javassist is done, we could remove #getObjectOutputStream and #getObjectInputStream. RIght? What about #handleResource? Do anyone know why this was implemented?
IMO without this methods, the FailOverService looks good. The diff handling sounds good. Maybe i could do a protoype if anyone could support me - the owb core is a new territory for me :) 2012/10/11 Mark Struberg <[email protected]> > Well, the FailOverService could certainly need a cleanup. This stuff is > pretty dirty. > But I agree with Thomas that we dont have any EE stuff in core yet. > > What could make a useful feature would be a diff handling. Some mechanics > which allow us to not only backup the full session but only the changes. > We would need to take a timestamp on any get() and could use this info. > Not sure though if that would pay off in real scenarios. > > LieGrue, > strub > > > > > ----- Original Message ----- > > From: Thomas Andraschko <[email protected]> > > To: [email protected]; Gurkan Erdogdu <[email protected] > > > > Cc: > > Sent: Thursday, October 11, 2012 11:35 AM > > Subject: Re: New Maven Module : Failover & Cluster > > > > Hi Gurkan, > > > > what logic do you mean? > > The failover logic is in the openwebbeans-web module and it's only used > by > > the web and resource module (StandaloneResourceInjectionService). > > > > Regards, > > Thomas > > > > 2012/10/11 Gurkan Erdogdu <[email protected]> > > > >> Hello folks > >> > >> In coming days I will be thinking about introduce new maven project > >> openwebbeans-cluster and remove all of the failover and cluster logic > from > >> openwebbeans-core. My point is to remove all Java EE related features > from > >> openwebbeans-core and include them into specific modules. > >> > >> WDYT? > >> > >> Gurkan > > >
