hi everyone,
im new to java.
and i was assigned to do a project that integrates java and .net(c#).
here's the scenario:
1. the .net system will create a text file (.txt) based on some conditions --> i already did this part.
2. the txt file will then be pass to a java program which read the file per line -- i need help with this.
this will then search records in the database based on the values on the .txt file (;-delimited).
3. the java program will then writes into a text file again(same format as the incoming text file from .net) based on the seach result.
4. this output file will then be read by the .net program and display result on the screen.
im using c# .net is VS 2010 for .net application and eclipse for java application.
hope somebody can help me at least with the logic and sample codes.
thank you in advance..