Blogs about: Jvm

Featured Blog

Scala: Part 3 : Sets & Maps1 comment

Rasesh Mori wrote 15 hours ago: I will continue with some more data structures offered by Scala. As Scala focuses on both imperative … more →

Tags: Programming Language, Scala, Programming, set, map, HashMap, TreeMap, Functional Programming Languages, Software

Scala: Part 2: Arrays, List & Tuples2 comments

Rasesh Mori wrote 22 hours ago: I will continue exploring more features in Scala here. 1. Parameterize Array with types: val big = n … more →

Tags: Programming Language, Scala, Programming Language, Getting Started, Java, arrays, List, set, map

Getting started with Scala1 comment

Rasesh Mori wrote 1 day ago: This post is not to teach scala but a small reference for what I am going to learn about Scala. I am … more →

Tags: Programming Language, functional, Getting Started, Imperative, object oriented, Programming, Programming Language, Scala

Java VM Options1 comment

marko wrote 4 days ago: Some of the more frequently used Java HotSpot VM Options have been publicly documented by Oracle. Of … more →

Tags: development, Operations, DevOps, Java

Groovy ConfigSlurper's memory thirst

Simone Pezzano wrote 5 days ago: I learned, by my own traumatic experience, that the Groovy ConfigSlurper has a memory thirst that ca … more →

Tags: Java, Groovy, Groovy, Grails, Memory

Unable to load extension class ?

jnorthr wrote 1 week ago: JSR 223 Here is an extract describing this topic : Servlet specification (Servlet 2.4, JSR-154, is t … more →

Tags: feeling groovy, Groovy, Java, jsr223, JSR, 223, unable, load, Extension

Scala: Links, News And Resources (4)2 comments

ajlopez wrote 1 week ago: Previous Post Word Count MapReduce with Akka http://www.akkaessentials.in/2012/03/word-count-mapredu … more →

Tags: functional programming, Java, Links, Programming languages, Scala

Jinfo - Check current values of JVM arguments

udaraliyanage wrote 2 weeks ago: $JAVA_HOME/bin/jinfo -flag <flag> <process_id_of_jvm> As an example, if you want to know … more →

Tags: Java, jinfo, Linux, ubuntu, Search, VIM

Example settings for the Oracle Java Garbage Collector

Jens Birger Hahn wrote 2 weeks ago: Tuning and optimizing a JVM garbage collector can be a very rewarding process in terms of meeting pr … more →

Tags: Java, Garbage Collector, Gc, generation, Glassfish, JBoss

How to remote debug a JAVA Application in Eclipse?

risarora wrote 2 weeks ago: In order to remote debug a Java application from Eclipse, that application must be started with debu … more →

Tags: Java, Remote Debugging, Eclipse

Various ways to run Scala code

ajduke wrote 2 weeks ago: For running example in this tutorial, make sure that, you have latest Java distribution and Scala di … more →

Tags: Scala, java 2, SCALA 2

Arquillian Testing Guide - For better integration testing & functional testing on the JVM - #programming #bookreview

Si Dunn wrote 2 weeks ago: Arquillian Testing Guide John D. Ament (Packt Publishing – Paperback, Kindle) If you have some … more →

Tags: arquillian, Book Review, Book Reviews, HOW TO?, Integration testing, Java, kindle, programmer, Programming 2

Book Brief - Programming Grails - A new, solid guide for experienced developers - #programming #bookreview

Si Dunn wrote 3 weeks ago: Programming Grails Burt Beckwith (O’Reilly – paperback, Kindle ) Burt Beckwith is an experienc … more →

Tags: Book Review, Book Reviews, Grails, Groovy, HOW TO?, kindle, programmer, Programming 2, Ruby on Rails

Portability, Instruction Set, JVM, Class2 comments

Saikiran wrote 3 weeks ago: Well Lets get started..! What do you mean by portability??  ( answer yourself firstly ) Well the def … more →

Tags: Java, Java Virtual Machine, Portability in java, Class

JIT-компилятор в HotSpot JVM

Andrey wrote 3 weeks ago: Java код (*.java) компилируется в байт-код (*.class). При запуске приложения выполняется байт-код. Т … more →

Tags: jeeconf

Debug Cassandrar JVM thread 100% CPU usage issue

Alex Zeng wrote 3 weeks ago: Recently, one of our cassandra nodes run into an issue: one CPU thread utilization is 100% while the … more →

Tags: cassandra, Others, Java, jmap, JStack

How to configure heap size for WebSphere application server

Rahul Bakale wrote 1 month ago: This post describes some ways to configure the heap size for WebSphere application server. Note: The … more →

Tags: Java, Java EE, application server, WebSphere, heap size

Java bytecode verification is always REQUIRED

Adrianos Dadis wrote 1 month ago: Many Java performance tuning articles propose to disable bytecode verification when running a Java p … more →

Tags: administration, Java, Java EE, java 2, Java Performance Tuning, JavaEE, JDK, Security, Startup Parameters

请阅读文档,并检查操作

rmrf100 wrote 1 month ago: 最近做Logstash + Elasticsearch的  POC,由于瞬时日志量很大(整个公司的内部外部DNS请求LOG)所以遇到了不少问题。当然这对POC是非常好的环境,直接就上大规模的数据量,从 … more →

Tags: ElasticSearch, logstash


Related Tags
All →

Follow this tag via RSS