Hi We are in process of building new application which will have .Net UI and Java Middle Ware (Services) what. As I am fairly new to Java i would like to explore my options in terms of what are good practices so that .net uis can talk to java middle tiers. Java middle tier will eventually call to database…
Thanks
Build your java middle ware with some sort of service that WCF can communicate with and you should be good to go
Here is a simple example
http://blogs.msdn.com/b/bursteg/archive/2008/07/19/how-to-call-a-java-ee-web-service-from-a-net-client.aspx