To ensure that the deployment process runs smoothly, we must set some options that tell the Service Interfaces feature what application server to use and where to find certain files.
File | Location |
---|---|
bookfile.dat | Your Visual Studio project's ProgramEJB folder |
bookfile.idx | Your Visual Studio project's ProgramEJB folder |
book.dll | Your Visual Studio project's ProgramEJB\bin\x86\debug folder |
These files are copied to the enterprise server when you deploy. The .dll is the executable file you need to debug the service. The .dat and .idx files are the data and index parts of the indexed file accessed by the service.
These are your EJB connector classes.