Inlining o.j.util.stream.MVOS and MVIS
by Manik Surtani
The only reason we still need to ship with jboss-common-core.jar is a
dependency on o.j.util.stream.MarshalledValue{Input|Output}Stream
classes.
Could these two classes be copied into o.j.cache.util.stream and drop
the (400k) jar? None of the other jars we use depend on this.
Brian, would this affect stuff you're doing with http sessions, since
I know you wrap session state as MVs, although I expect JBC to treat
that as a client class as far as JBC is concerned.
Cheers,
--
Manik Surtani
Lead, JBoss Cache
JBoss, a division of Red Hat
17 years, 5 months
Docs changes
by Brian Stansberry
I made a bunch of changes to the JBoss Cache User Guide last week,
mostly in the Configuration and Deployment sections. Any
comments/edits/etc will be most appreciated.
One suggestion I have is to move the User API chapter before the
Configuration chapter. For the User API chapter you don't really need
to understand the Configuration; a couple simple hyperlinked "for more
on this Configuration stuff see the Configuration chapter" sentences are
sufficient. With User API before Configuration IMHO you get a more
understandable flow:
1) Intro -- what it is
2) User API. -- basics of using it, making clearer what it is
3) Configuration -- going deeper
4) Deployment -- closely related to Configuration
--
Brian Stansberry
Lead, AS Clustering
JBoss, a division of Red Hat
brian.stansberry(a)redhat.com
17 years, 5 months