Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <h2>iKVM</h2> <p>This will allow you to share code between .NET and Java. I like most sane people in the world prefer to write data access bits in .NET, but if you've got existing code in Java you want to make available for .NET services this is available</p> <p><a href="http://www.ikvm.net/" rel="nofollow">http://www.ikvm.net/</a></p> <h2>RESTful Web Service++</h2> <p>This is the most sane and obviously the quickest way to get up and running. Again, you could use something like Jersey, ASP.NET MVC, NancyFx or whatever REST application server you wanted to get up and running. </p> <p>I would recommend you use NancyFx and ServiceStack.Text. These are two very simple very pure implementations and are <em>extremely</em> fast, which is what you want if you're using it as a unified DAL on top of your database.</p> <p>Nancy: <a href="https://github.com/NancyFx/Nancy/" rel="nofollow">https://github.com/NancyFx/Nancy/</a></p> <p>ServiceStack.Text: <a href="https://github.com/ServiceStack/ServiceStack.Text" rel="nofollow">https://github.com/ServiceStack/ServiceStack.Text</a></p> <p>Jersey: <a href="http://jersey.java.net/" rel="nofollow">http://jersey.java.net/</a></p> <h2>ZOMG T3h H0rror - COM+ / DCOM</h2> <p>This is actually a viable possibility if you can't use RESTful web services, and also assuming you're exclusively on Windows. This will also be the most troublesome depending on how insane your requirements are. That being said, I've seen this done before and seen it work quite well especially when you have legacy C/C++ components living inside different segments if your infrastructure.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload