For various reasons I have to deploy this solution within a framework which provides a web interface and socket server already, and passes in input and output streams to my code. I've got this hacked together right now by using the testing support within Finatra, creating an EmbeddedHttpServer instance and using that to pass calls into my app. This seems to work, but apart from being inelegant in the extreme, it also means my code has to pull in Finatra test-time dependencies at runtime, and that leads to all sorts of dependencies that really fatten up my JAR.
All I need to be able to do basically is to pass in HTTP operations directly to Finatra, just like EmbeddedHttpServer does, but preferably without the entire Finatra test apparatus being required at runtime. I've taken a look at the EmbeddedHttpServer code but I confess to being out of my depth. Can anyone suggest a solution that's more elegant than what I currently have?
Thanks,
Liam
--
You received this message because you are subscribed to the Google Groups "finatra-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to finatra-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.