damazing has quit [Remote host closed the connection]
lucasb has quit [Quit: Connection closed for inactivity]
_whitelogger has joined #jruby
rusk has joined #jruby
Antiarc has quit [Ping timeout: 240 seconds]
Antiarc has joined #jruby
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
shellac has quit [Ping timeout: 268 seconds]
lucasb has joined #jruby
rusk has quit [Remote host closed the connection]
sagax has quit [Ping timeout: 246 seconds]
sagax has joined #jruby
sagax has quit [Client Quit]
sagax has joined #jruby
<rwilliams[m]> So Jan Berdajs published a jruby fork of spring a few years ago. I guess it never gained as much traction as theine. https://rubygems.org/gems/spring-jruby
<lopex> yep
<lopex> well, java annotations made spring bearable from java
<lopex> spring is wrong abstraction anyways
<lopex> kares[m]: https://www.youtube.com/watch?v=hfJinyofQdk wait until he makes videos about Czech
<lopex> there's some errors though
<lopex> kares[m]: it's kinda weird to learn english names for grammar in one's language
<rwilliams[m]> @lopex:matrix.org: this is rails/spring not the Java framework
<lopex> well, not grammar, linguistinc names
<lopex> rwilliams[m]: ah
<lopex> so an integration ?
<rwilliams[m]> Yeah
<rwilliams[m]> It just needs to be rebased on spring master cause it's like 3 years old
<lopex> yeah, but it still holds, since spring went annotations and then spring boot appeared, it was much less pita
<rwilliams[m]> <lopex "yeah, but it still holds, since "> Definitely
<lopex> rwilliams[m]: I think since then there will be too many breaking changes in spring though
<lopex> I guess it;s too much of a hassle to make jruby spring friendly
<lopex> too many mismatches in architecture
<lopex> It can be done, but, either as a component using a sinatra or any other micorframework
<lopex> or simply by embedding jruby in a spring app
<rwilliams[m]> lopex: Yeah
<lopex> rwilliams[m]: what I find terrible about spring is that plain old, but 'good api', takes less amount of effort than diving into spring configuration detail documentation
<lopex> even with spring boot
<lopex> and I assume, every new app in spring you copy more config code than in say haskell framework
<rwilliams[m]> lopex: gross
<lopex> but rails goes the same rail though