Issues in web frameworks
Posted by: Sergey Chernyshev in Java, PHP, Ruby on Rails, Web FrameworksBy Tim Bray at International PHP Conference 2006 on November 5-8 (PDF).
Archive for the “Java” Category
Jan
22
2007
Issues in web frameworksPosted by: Sergey Chernyshev in Java, PHP, Ruby on Rails, Web FrameworksBy Tim Bray at International PHP Conference 2006 on November 5-8 (PDF).
Dec
28
2006
I18N, M17N, Unicode and all thatPosted by: Sergey Chernyshev in Java, PDF, Perl, Python, Ruby, Slides, UnicodeBy Tim Bray at Ruby conference 2006 on October 20-22, 2006 (PDF).
Dec
06
2006
Terracotta Tech - Cluster Your JVM To Simplify Application ArchitecturePosted by: Sergey Chernyshev in Distributed systems, Java, VideoGoogle TechTalk by Ari Zilka of Terracotta on November 21, 2006 Video, slides (available for related presentation on Terracotta at JavaOne). Quite fascinating clustering technology that allows for Java applications to share part of their data over the cluster and synchronize changes. All of that without modifications to actual applications but on JVM level, clustering behavior of which is configured through configuration files. I’m not proficient in this field and can’t really extract most important parts of the presentation so you’ll have to watch it by yourself but demos that show two Swing applications running synchronously on two different machines are pretty cool. Unfortunately I was unable to find slides for this presentation and video demos quality is not very good, but was enough for me to follow the logic. Enjoy. Ron Bodkin talks about automated Java web application troubleshooting using Glassbox at Google TechTalk (video) on September 25, 2006. Interesting quotes:
Definitely interesting technology and quite logical extension to Virtual Machine kind of environment. |