Which technology should I choose for 3d globe web application

Posted by uther-lightbringer on Stack Overflow See other posts from Stack Overflow or by uther-lightbringer
Published on 2010-06-14T20:47:31Z Indexed on 2010/06/14 20:52 UTC
Read the original article Hit count: 222

Filed under:
|

Hello, i would like to ask you for an advice.

I'm currently developing application in Spring consisting of Spring CRUD application as backend, SpringMVC application as tool for management and third part is where my problem lies as I need have application that renders 3d globe which is fed by data from backend from a data set selected by user (user may switch those at will). It has to be web application (though I would prefer not to implement this in flash/flex), composed of two main parts - main part is classic web GUI where user makes his choices and second part is 3d globe which renders the globe with selected set of data visualised.

My question is, what do you think is the best option to implement this? Would be SpringMVC framework usable for this kind of application? I will be gratefull for any leads or directions, thank you.

© Stack Overflow or respective owner

Related posts about java

Related posts about spring