Is it possible to persist data in Gigaspaces XAP 8 without resorting to an SQL database ? My application doesn't really have anything to do with SQL, and it would be a huge hassle to restructure everything to mirror the typical SQL design. But in the terrible XAP 8 documentation, only Hibernate/SQL is mentioned as possible persistence.
All I really want is for the data I put in my Space to not disappear when I restart XAP or my Processing Unit.
I suggest that you ask Gigaspaces customer support. This could be a feature that you have to pay for.
I suggest you ask anyway. Using one of the non-free editions may get you access to technical support, forums and/or better documentation.
Alternatively, you could "bite the bullet" and do the extra database-related work that you are trying to avoid doing.