
Connect Tridion Net Tcp using java
Reference: jni4net
Problem: Access nettcp connector using java which is a
.Net Component
Solution: We can create .Net Wrapper which will use Tridion
Core Service assembly, and we can generate java proxy using jni4net, and we'll consume those java proxies as reference for java application.
First we will create Dot.net Class library project which
will deal with CoreService Assembly
Let’s give name as NetTcpConnector
...