Codemash 2017

Caching Made Bootiful Have you seen it? Do you like it? Loading... Slides [Codemash] Caching Made "Bootiful"! from Viktor Gamov Grab the code You can find code sample is following GH repository https://github.com/gAmUssA/bootiful_codemash2017 Each branch represents parts of the talk: 00-Inception - starting point of this talk, introduction of a slow service 01-EnableCaching - we’re trying to fix slowness by enabling Spring Caching Abstraction 02-EnableEmbeddedDistributedCaching - go distributed with embedded Hazelcast cluster. 02-EnableClientClusterDistributedCaching - distributed client-cluster topology 03-EnterJCache - with standard API for caching we can remove bunch of code and enable nice features like entry listeners ...

January 12, 2017 · 1 min · Viktor Gamov

I'm speaking at JavaOne 2013

New achievement unlocked - I’m going to deliver the talk at JavaOne 2013! This year I will be talking about very demanding and interesting topic for me - about integration Java and JavaScript. Here is quick abstract of my [BOF5793] session: "" There is a perception in the Java community that JavaScript is a second-rate interpreted language whose main purpose is to make Web pages a little prettier. But JavaScript is actually a powerful, flexible, dynamically typed language. And today the language has been experiencing a revival driven by the interest in HTML5. Nashorn is a modern JavaScript engine available on the JVM, and it’s already included with JDK8 builds. This presentation is about building polyglot applications with Java and JavaScript. "" ...

July 9, 2013 · 1 min · Viktor Gamov

WebSockets for Java Developers. Princeton JUG talk slides

Last tuesday I delivered presentation at Princeton JUG «WebSockets: The Current State of the Most Valuable HTML5 API». + HTML5 specification includes WebSockets, a new communication protocol for the Web. It’s becoming the best choice for building real-time Web applications. I did an overview of the servers (including upcoming JavaEE 7 RI - Glassfish 4) and frameworks that support WebSockets and showed some use cases where WebSockets shine. At the end we had short conversation about various approaches for the server- and client-side implementations of WebSockets that can be used in the Web applications today. ...

July 26, 2012 · 1 min · Viktor Gamov

Rapid automation for Flex/Java/BlazeDS projects

Right after vacation I talked on New York Flex User group regarding open source project for Flex/Java developers - Clear Toolkit. Here are the slides of my presentation. Feel free to comment!

January 10, 2012 · 1 min · Viktor Gamov