-
Notifications
You must be signed in to change notification settings - Fork 0
asheeshgoja/Java-DTO
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
PreRequisites: 1. .net 2.0 2. Java SE 5 or higher 3. XXsd2Code.exe ( Download Url : http://sourceforge.net/projects/xxsd2code/files/XXsd2Code.exe/download) Steps 1. Run the GenerateCrossPlatformDataBindings.bat. 2. Open .\CustomerOrderProcessing-DotNetClient\CustomerOrderProcessing.sln and compile it. 3. Open .\FulfillmentCenterSimple-JavaTcpIpServer using Eclipse. 4. Export a runnable jar. 5. Run the jar file using this command. java -jar FulfillmentCenterApplication.jar 6. Now run the CustomerOrderProcessing.exe 127.0.0.1 1111 Note : Make sure you run GenerateCrossPlatformDataBindings.bat anytime you make change to the xsds in the CommonMessageContracts folder. Codeproject Article on this project: http://www.codeproject.com/Articles/154766/net-Java-interoperability-using-Service-Interface
About
This project shows you how to build a simple cross-platform interoperation solution between .NET and Java using the Service Interface and Data Transfer Object (DTO) architecture patterns
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published