Hi guys&girls!
I´ve got a (simple?) question: Is Darkstar approtiate to be used in a browser-based game? (No Applet! I really mean straightforward html/jsp/struts-stuff).
I´m currently working on a browser-game in my spare time, mainly for educational/fun reasons.
I´m using a rather not-so-common approach to realize everything, having a “normal” java program in the backend that applies all the business logic (calculating everything, doing all the database-stuff and so on) and having a struts-based web-application that takes care of all presentation-functions, using RMI to fetch back and forth all the data from the “normal java program”.
I´m using this approach to let everything happen in real-time, not only simulated real-time as one might know it from most browser-games out there today. Another reason for this is the possibility to be able to program a real client-application (using openGL or whatever) that can also connect to this backend-java-program using RMI and displaying all the information in a more “realistic way”.
Hope that was enough blah blah, now my real question:
Would it be possible/would it make sense to implement the Darkstar-technology into this backend-java-program?