Cos, In ignite-1.5 we introduced new binary marshaller. And now you could load data into cache without having POJO classes on server nodes. Just describe them as JdbcTypes in CacheJdbcPojoStoreFactory. The only thing that should be predefined on node start - is a data source(s), but I believe that data source is a kind of thing that is known when you design app.
Make sense?
