m-materniak / MUD

ZPI Project
1 stars 1 forks source link

Persist user data in database #18

Open stanmaciag opened 9 years ago

stanmaciag commented 9 years ago

Is persisting the whole game state (current players positions, items and characters in rooms, etc.) necessary?

kporzycki commented 9 years ago

It's definitely a good thing to have but we must prioritize well - can you estimate how long it will take? Do you think there are more important things to implement now in the server?

stanmaciag commented 9 years ago

Hibernate framework not supported in IntelliJ commuinty edition. There is 30 trial of ultimate version, but all participants should switch to it (project with hibernate poblably won't work in community edition). The other possibility is switching to NetBeans or abandoning data base persistance.

kporzycki commented 9 years ago

"JPA, Hibernate — Completion, Navigation, Refactorings, Queries, Diagrams, etc." We can do without these additional features and just use Hibernate as any other library.