<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Java Code Geeks &#187; Enterprise Java</title> <atom:link href="http://www.javacodegeeks.com/java/enterprise-java/feed" rel="self" type="application/rss+xml" /><link>http://www.javacodegeeks.com</link> <description>Java 2 Java Developers Resource Center</description> <lastBuildDate>Mon, 20 May 2013 10:00:30 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>Creating a delegating login module (for JBoss EAP 6.1)</title><link>http://www.javacodegeeks.com/2013/05/creating-a-delegating-login-module-for-jboss-eap-6-1.html</link> <comments>http://www.javacodegeeks.com/2013/05/creating-a-delegating-login-module-for-jboss-eap-6-1.html#comments</comments> <pubDate>Mon, 20 May 2013 10:00:30 +0000</pubDate> <dc:creator>Heiko Rupp</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[JBoss]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=12955</guid> <description><![CDATA[[ If you only want to see code, just scroll down ] Motivation In RHQ we had a need for a security domain that can be used to secure the REST-api and its web-app via container managed security. In the past I had just used the classical DatabaseServerLoginModule to authenticate against the database. Now does [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/05/creating-a-delegating-login-module-for-jboss-eap-6-1.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>JBoss AS7 JNDI &amp; EJB 3.1 Naming changes</title><link>http://www.javacodegeeks.com/2013/05/jboss-as7-jndi-ejb-3-1-naming-changes.html</link> <comments>http://www.javacodegeeks.com/2013/05/jboss-as7-jndi-ejb-3-1-naming-changes.html#comments</comments> <pubDate>Sun, 19 May 2013 12:00:20 +0000</pubDate> <dc:creator>Mike Miller</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[EJB]]></category> <category><![CDATA[JBoss]]></category> <category><![CDATA[JNDI]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=12958</guid> <description><![CDATA[As a result of the &#8220;feature train&#8221; continuing to march on and us not keeping our software stack up-to-date, our team finds ourselves in the un-enviable position of having to migrate: JBoss 4.2.3 to AS 7.1.x (currently looking at 7.1.1) EJB 2.1 to EJB 3.1 Hibernate 2 to Hibernate 3 or 4 in quick fashion. [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/05/jboss-as7-jndi-ejb-3-1-naming-changes.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Spring Data Solr Tutorial: Introduction to Solr</title><link>http://www.javacodegeeks.com/2013/05/spring-data-solr-tutorial-introduction-to-solr.html</link> <comments>http://www.javacodegeeks.com/2013/05/spring-data-solr-tutorial-introduction-to-solr.html#comments</comments> <pubDate>Fri, 17 May 2013 19:00:39 +0000</pubDate> <dc:creator>Petri Kainulainen</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[Apache Solr]]></category> <category><![CDATA[Spring]]></category> <category><![CDATA[Spring Data]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=12865</guid> <description><![CDATA[Most of the applications must have a some kind of a search function. The problem is that search functions are often huge resource hogs and they can kill the performance of our application by causing heavy load to the database. That is why transferring that load to an external search server is a great idea. [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/05/spring-data-solr-tutorial-introduction-to-solr.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Hadoop setup on single node and multi node</title><link>http://www.javacodegeeks.com/2013/05/hadoop-setup-on-single-node-and-multi-node.html</link> <comments>http://www.javacodegeeks.com/2013/05/hadoop-setup-on-single-node-and-multi-node.html#comments</comments> <pubDate>Fri, 17 May 2013 13:00:13 +0000</pubDate> <dc:creator>Kaushik Pal</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[Apache Hadoop]]></category> <category><![CDATA[Big Data]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=12925</guid> <description><![CDATA[We will describe Hadoop setup on single node and multi node. The Hadoop  environment setup and configuration will be described in details. First you need to download the following software (rpm). Java JDK RPM Apache Hadoop 0.20.204.0 RPM A)  Single node system Hadoop setup 1) Install JDK on a Red Hat or CentOS 5+ system. [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/05/hadoop-setup-on-single-node-and-multi-node.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Heroku and Java &#8211; From Newbie to Beginner, Part 1</title><link>http://www.javacodegeeks.com/2013/05/heroku-and-java-from-newbie-to-beginner-part-1.html</link> <comments>http://www.javacodegeeks.com/2013/05/heroku-and-java-from-newbie-to-beginner-part-1.html#comments</comments> <pubDate>Thu, 16 May 2013 22:00:57 +0000</pubDate> <dc:creator>Piotr Buda</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[Cloud]]></category> <category><![CDATA[Heroku]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=12868</guid> <description><![CDATA[Recently I’ve heard that Heroku allows deployment of Java applications in it’s Cedar stack. Having no real software idea I decided I’ll give it a try and just configure SOMETHING to work on Heroku. I have some kind of crush on ReST (I still want to learn it and practice it) so I’ve decided my [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/05/heroku-and-java-from-newbie-to-beginner-part-1.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Asynchronous CDI Events</title><link>http://www.javacodegeeks.com/2013/05/asynchronous-cdi-events.html</link> <comments>http://www.javacodegeeks.com/2013/05/asynchronous-cdi-events.html#comments</comments> <pubDate>Thu, 16 May 2013 13:00:46 +0000</pubDate> <dc:creator>Piotr Nowicki</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[CDI]]></category> <category><![CDATA[Java EE6]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=12831</guid> <description><![CDATA[Few days ago, during our regular code review, one of my colleagues raised a question what would happen — and if it’s even possible — when a CDI Observer (so a method with parameter annotated @Observes) would be invoked multiple times at the same time for different event instances. In other words, after producing few [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/05/asynchronous-cdi-events.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>The Democratization of Search</title><link>http://www.javacodegeeks.com/2013/05/the-democratization-of-search.html</link> <comments>http://www.javacodegeeks.com/2013/05/the-democratization-of-search.html#comments</comments> <pubDate>Thu, 16 May 2013 07:00:07 +0000</pubDate> <dc:creator>Andrew Glover</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[Elasticsearch]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=12835</guid> <description><![CDATA[Over the past year and a half, I’ve watched ElasticSearch grow from a seemingly part-time code experiment into a thriving ecosystem. Not only has the number of client libraries grown from 1 to over 25 (and counting!); it’s now a commercially sponsored project to the tune of $34 million (a $10M series A and a [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/05/the-democratization-of-search.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Hibernate 4 with Spring</title><link>http://www.javacodegeeks.com/2013/05/hibernate-4-with-spring.html</link> <comments>http://www.javacodegeeks.com/2013/05/hibernate-4-with-spring.html#comments</comments> <pubDate>Wed, 15 May 2013 22:00:50 +0000</pubDate> <dc:creator>Eugen Paraschiv</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[JBoss Hibernate]]></category> <category><![CDATA[Spring]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=12832</guid> <description><![CDATA[1. Overview This article will focus on setting up Hibernate 4 with Spring – we’ll look at how to setup and configure Spring 3 with Hibernate 4 using both Java and XML Configuration. Parts of this process are common to Hibernate 3, and have been discussed previously on the Hibernate 3 with Spring article. 2. [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/05/hibernate-4-with-spring.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Gradle Goodness: Running a Single Test</title><link>http://www.javacodegeeks.com/2013/05/gradle-goodness-running-a-single-test.html</link> <comments>http://www.javacodegeeks.com/2013/05/gradle-goodness-running-a-single-test.html#comments</comments> <pubDate>Wed, 15 May 2013 19:00:05 +0000</pubDate> <dc:creator>Arthur Arts</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[Gradle]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=12829</guid> <description><![CDATA[We can run test code with Gradle using the test task that is added by the Java plugin. By default all tests found in the project are executed. If we want to run a single test we can use the Java system property test.single with the name of the test. Actually the pattern for the [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/05/gradle-goodness-running-a-single-test.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>JPA &#8211; Querydsl Projections</title><link>http://www.javacodegeeks.com/2013/05/jpa-querydsl-projections.html</link> <comments>http://www.javacodegeeks.com/2013/05/jpa-querydsl-projections.html#comments</comments> <pubDate>Tue, 14 May 2013 13:00:59 +0000</pubDate> <dc:creator>Michal Jastak</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[JPA]]></category> <category><![CDATA[Querydsl]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=12753</guid> <description><![CDATA[In my last post: JPA &#8211; Basic Projections &#8211; I&#8217;ve mentioned about two basic possibilities of building JPA Projections. This post brings you more examples, this time based on Querydsl framework. Note, that I&#8217;m referring Querydsl version 3.1.1 here. Reinvented constructor expressions Take a look at the following code: &#160; &#160; &#160; &#160; ... import [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/05/jpa-querydsl-projections.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/24 queries in 0.101 seconds using apc
Object Caching 1130/1223 objects using apc
Content Delivery Network via cdn.javacodegeeks.com

Served from: www.javacodegeeks.com @ 2013-05-20 14:12:01 -->