Lets assume we have bean MyBean with field createTime class MyBean{public long id;public Date createTime;} if you execute following code MyBean bean = new MyBean(); Date time; bean.createTime = time; //save and get with hibernate save(bean); MyBean storedBean = getBeanById(bean.id); log.info("Times are [...]
JUG Lviv
Today we’ve got such exception org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation quick investigation on Spring sources led us to issue with json serialization. We use jackson for converting from object to json behind the scene For Spring 3.x we configured <dependency> [...]
JUG Lviv
На днях до мене звернувся колега з проханням допомогти розповсюдити інформацію про opensource проект над яким він працює в межах аспірантської роботи в ЛНУ. Дуже потрібна допомога ком’юніті оскільки вести самому такий великий проект доволі важко. Отож всі кому цікаво взяти в корисному соціально спрямованому opensource проекті [...]
JUG Lviv
Ctrl+Shift+L List of all available hotkeys Ctrl+Shift+R Open Resource (file, folder or project) Ctrl+L Jump to Line Number. To hide/show line numbers, press ctrl+F10 and select ‘Show Line Numbers’ Next 3 combinations are pretty obvious but I put it here ’cause in IntelliJIdea they mean something [...]
JUG Lviv
До 30 травня доступна OCJP сертифікація всього за 50$ Oracle Certification Program Beta Exams Beta exams are pre-production exams used by Oracle to evaluate new exam questions with the participation of a live audience. Beta exam questions go through a rigorous development and evaluation process before being released to the public. Data [...]
JUG Lviv
Корисна табличка для тих хто мігрує з однієї IDE на іншу або використовує обидві одночасно. Ну а також для таких хто вважає що в ідеї є щось чого нема в екліпсі 😉P.S. Якщо ви знаєте ще якісь корисні пари – пишітьP.P.S. Ну і ті хто не хочуть запам’ятовувати пари – ідея дозволяє використовувати хоткій схему [...]
JUG Lviv
Hence I decided to create web application then there are two good options for quick start SpringBoot or Spark Spark is much simpler but SpringBoot brings Spring – I would say Spring is musthave framework nowdays so that my choice is SpringBoot. Following GettingStarted doc I’m creating two classes in web module: [...]
JUG Lviv
Syntax highlight on our blog works thx to jquery-syntaxhighlighterIt’s highlighter with easiest usage I’ve ever seen
JUG Lviv
I will try creating new project from scratch step-by-step and write down all stepsIf you see better approach or just easier way – please leave comment and I will modify article. Also you can suggest technologies and configurations for that new projectIt allows all of us to gain interesting collective experince So lets start [...]
JUG Lviv
18-го квітня ми вперше проведемо нашу зустріч не в будень, а в суботу. Це буде не звичайна подія, а спільний івент організований JUG Lviv та комюніті Morning@Lohika. Отож зустріч відбудеться 18-го квітня о 10-00 годині за адресою Лемківська 15 компанія Lohika Подія складатиметься з двох частин 1. Доповідь Сергія Моренця на тему [...]
JUG Lviv