Java application on windows server possibility?
Posted
by Shawn Mclean
on Stack Overflow
See other posts from Stack Overflow
or by Shawn Mclean
Published on 2010-05-01T23:12:50Z
Indexed on
2010/05/01
23:17 UTC
Read the original article
Hit count: 193
I'd like to know if it is possible to have this application (neo4j) running on windows server 2008 alongside an asp.net mvc application. Reason for this, I need to access the graph database (neo4j) which provides a RESTful service from my mvc application. How would I go about setting up this architecture?
© Stack Overflow or respective owner