Short example for WebDriver construction for Firefox using both FirefoxBinary and DesiredCapabilities. Needed for example if you are going...
нотатки на полях
Short example for WebDriver construction for Firefox using both FirefoxBinary and DesiredCapabilities. Needed for example if you are going...
Let's assume, we have some remote server and java application run there. We also have VisualVM on our localhost ,machine and just wan...
Looking for java source core highlighting online tool. Now using this one: http://hilite.me Code highlight example (HelloWorld.java):
An example for logback email appender (logback SMTP appender) configuration. Short description for some elements: filter is for sen...
Strange issue happened when tried to store some entity to database using entityManager.merge() or entityManager.persist() - code seemed t...
My 1st presentation for SoftServe ITA (April, 7 2014) Apache Maven for SoftServe IT Academy from Volodymyr Ostapiv
For Maven testing with JPA we need to have persistence.xml file located in the in src/test/resources and that is not good sometimes, beca...