Replies: 1 comment
-
A quick search of "spring" over our codebase mostly points to the PictoController and some WebSockets logic. In theory it should be possible to refactor this code to expose it in a different way, so long as the OSGi HTTP Whiteboard service supports WebSockets as well. The other aspect is that this would require a different build system (Tycho) instead of the plain Maven build system that we're using at the moment. That would require a reorganisation of the repository. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was wondering how closely intertwined the spring framework is with Picto-web. We have a OSGi application where we use the OSGi HTTP Whiteboard service to expose JAXRS resources. I'd be curious if something if you think something like that would be possible to integrate with Picto Web?
Beta Was this translation helpful? Give feedback.
All reactions