DDevelopment & Design Apache HISE + Apache Camel byRafal RusinOctober 24, 20101 minute read Check out this SlideShare Presentation: Apache HISE + Apache CamelView more presentations from Rafal Rusin.Check out this SlideShare Presentation: Apache HISE + Apache CamelView more presentations from Rafal Rusin. Check out this SlideShare Presentation: Apache HISE + Apache Camel View more presentations from Rafal Rusin. Tags:java Rafal Rusin
DDevelopment & Design SoapUI ext libs and its weirdnessbyMarcin CylkeNovember 2, 2011 Suppose you want to add some additional jars to your SoapUI installation. It all should work ok if…
DDevelopment & Design When distributed monolith may work for youbyPiotr JagielskiMay 14, 2018 The Distributed Monolith term surely has a bad press. When you read through blogs and conference talks I’m…
DDevelopment & Design Tomcat: Problemy z requestami zawierającymi polskie znaki diakrytycznebyBartek ZdanowskiJanuary 12, 2012 Jeśli jest problem z pobieraniem plików z polskimi znakami diakrytycznymi, to trzeba dopisać kodowanie do connectora w tomcat/conf/server.xmlURIEncoding="UTF-8"Typowa konfiguracja connectora będzie wyglądała tak<Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" URIEncoding="UTF-8" />