robert-reti-jee.blogspot.com robert-reti-jee.blogspot.com

robert-reti-jee.blogspot.com

Robert Reti's thoughts&findings in the Unix/JEE world

Robert Retis thoughts&findings in the Unix/JEE world. The posts on this blog are my findings, thoughts, ideas and opinions and do not necessarily reflect those of my employer. Sunday, June 24, 2012. How to count all .class files recursively. Problem: count all .class files recursively in a directory and ignore all compiler generated classes. Solution: remove all compiler generated classes(1) and count the remaining classes(2). Find -type f -name '*$*class' -delete. Find -type f -name '*.class' wc -l.

http://robert-reti-jee.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR ROBERT-RETI-JEE.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Sunday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.6 out of 5 with 7 reviews
5 star
4
4 star
3
3 star
0
2 star
0
1 star
0

Hey there! Start your review of robert-reti-jee.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.1 seconds

FAVICON PREVIEW

  • robert-reti-jee.blogspot.com

    16x16

  • robert-reti-jee.blogspot.com

    32x32

  • robert-reti-jee.blogspot.com

    64x64

  • robert-reti-jee.blogspot.com

    128x128

CONTACTS AT ROBERT-RETI-JEE.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Robert Reti's thoughts&findings in the Unix/JEE world | robert-reti-jee.blogspot.com Reviews
<META>
DESCRIPTION
Robert Retis thoughts&findings in the Unix/JEE world. The posts on this blog are my findings, thoughts, ideas and opinions and do not necessarily reflect those of my employer. Sunday, June 24, 2012. How to count all .class files recursively. Problem: count all .class files recursively in a directory and ignore all compiler generated classes. Solution: remove all compiler generated classes(1) and count the remaining classes(2). Find -type f -name '*$*class' -delete. Find -type f -name '*.class' wc -l.
<META>
KEYWORDS
1 posted by
2 robert reti
3 1 comment
4 find
5 linux
6 no comments
7 maven3
8 tycho
9 jdbcdefault.username=liferay
10 jdbcdefault password=liferay
CONTENT
Page content here
KEYWORDS ON
PAGE
posted by,robert reti,1 comment,find,linux,no comments,maven3,tycho,jdbcdefault.username=liferay,jdbcdefault password=liferay,mvn archetype generate,and look for,mvn liferay deploy,labels jdk 6,liferay portal 6,maven2,prerequisites,select option,java ee 6
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Robert Reti's thoughts&findings in the Unix/JEE world | robert-reti-jee.blogspot.com Reviews

https://robert-reti-jee.blogspot.com

Robert Retis thoughts&findings in the Unix/JEE world. The posts on this blog are my findings, thoughts, ideas and opinions and do not necessarily reflect those of my employer. Sunday, June 24, 2012. How to count all .class files recursively. Problem: count all .class files recursively in a directory and ignore all compiler generated classes. Solution: remove all compiler generated classes(1) and count the remaining classes(2). Find -type f -name '*$*class' -delete. Find -type f -name '*.class' wc -l.

INTERNAL PAGES

robert-reti-jee.blogspot.com robert-reti-jee.blogspot.com
1

Robert Reti's thoughts&findings in the Unix/JEE world: Glassfish 3.1.1 with clustering and load-balancing with mod_jk

http://robert-reti-jee.blogspot.com/2011/08/glassfish-311-with-clustering-and-load.html

Robert Retis thoughts&findings in the Unix/JEE world. The posts on this blog are my findings, thoughts, ideas and opinions and do not necessarily reflect those of my employer. Tuesday, August 23, 2011. Glassfish 3.1.1 with clustering and load-balancing with mod jk. So, here are the documents I found useful for the following constellation of OS, Java, Apache web server, mod jk and GlassFish:. Apache 2.2.17(with mod jk enabled by Ubuntu command line). Sudo aptitude install libapache2-mod-jk.

2

Robert Reti's thoughts&findings in the Unix/JEE world: Sample Wicket 1.4.9 secured MyAuthenticatedWebSession

http://robert-reti-jee.blogspot.com/2010/10/sample-wicket-149-secured_11.html

Robert Retis thoughts&findings in the Unix/JEE world. The posts on this blog are my findings, thoughts, ideas and opinions and do not necessarily reflect those of my employer. Monday, October 11, 2010. Sample Wicket 1.4.9 secured MyAuthenticatedWebSession. Package com.mycompany.web;. Import java.text.MessageFormat;. Import java.util.HashSet;. Import java.util.Set;. Import org.apache.log4j.Logger;. Import org.apache.wicket.Request;. Import org.apache.wicket.injection.web.InjectorHolder;. Cart = new HashSet.

3

Robert Reti's thoughts&findings in the Unix/JEE world: Setting up a Weld project using mvn archetype:generate

http://robert-reti-jee.blogspot.com/2011/08/setting-up-weld-project-using-mvn.html

Robert Retis thoughts&findings in the Unix/JEE world. The posts on this blog are my findings, thoughts, ideas and opinions and do not necessarily reflect those of my employer. Wednesday, August 24, 2011. Setting up a Weld project using mvn archetype:generate. Workspace eclipse jee indigo linux gtk$ mvn -version. Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01 0200). Java version: 1.6.0 26. Java home: /usr/lib/jvm/java-6-sun-1.6.0.26/jre. Default locale: de DE, platform encoding: UTF-8.

4

Robert Reti's thoughts&findings in the Unix/JEE world: Getting started with Liferay Portal 6 bundled with Tomcat & Glassfish on JDK 6

http://robert-reti-jee.blogspot.com/2011/08/liferay-portal-6.html

Robert Retis thoughts&findings in the Unix/JEE world. The posts on this blog are my findings, thoughts, ideas and opinions and do not necessarily reflect those of my employer. Thursday, August 25, 2011. Getting started with Liferay Portal 6 bundled with Tomcat and Glassfish on JDK 6. The following links helped me getting started, after downloading a Liferay Portal 6 instance bundled with Tomcat and GlassFish. Connecting Liferay with existing MySQL DB. Configuring Liferay against an existing MySQL instance.

5

Robert Reti's thoughts&findings in the Unix/JEE world: March 2010

http://robert-reti-jee.blogspot.com/2010_03_01_archive.html

Robert Retis thoughts&findings in the Unix/JEE world. The posts on this blog are my findings, thoughts, ideas and opinions and do not necessarily reflect those of my employer. Monday, March 29, 2010. Reducing pdf file size. Ever wondered how to shrink a huge(e.g. 5.1MB) pdf file with lots of images to about 580KB on Ubuntu(Linux) and still have a reasonable quality? Use the gs command:. Subscribe to: Posts (Atom). View my complete profile. Reducing pdf file size.

UPGRADE TO PREMIUM TO VIEW 11 MORE

TOTAL PAGES IN THIS WEBSITE

16

OTHER SITES

robert-reiterer.org robert-reiterer.org

Robert Reiterer: Business - Shop - Health - Beauty - Care

1 Geschäftsmöglichkeit. If you want to run the recommended business with the chance for highest income I will help you. You will build up a worldwide organisation like I do as an Amway IBO (Independent Business Owner) since 1982 and provide the same products and services (see 2. and 3.). WWD World Wide Diamonds:. The biggest and most successful organisation worldwide for enterpreneurs is then behind you and you will be a proud member of it. 1 Geschäftsmöglichkeit. Wenn Sie das empfohlene Geschäft mi...

robert-reiz.com robert-reiz.com

Robert Reiz | I like building software

I like building software. Setting up a Server for Ansible. August 4, 2015. August 4, 2015. Is a great tool for automation and configuration management. Maybe you heard already about Chef. Although you don’t need to install a client on the server, Ansible makes a couple assumptions about the server. Ansible assumes that the server is accessible via SSH. That’s the only real requirement. In the Playbooks you can configure username and password to access the server. Be able to run. Sudo service ssh status.

robert-renae.com robert-renae.com

Robert-Renae

Enter supporting content here.

robert-renauer.de robert-renauer.de

Robert Renauer - official Website

PLEASE, START YOUR ENGINES!

robert-resinek.de robert-resinek.de

Home

Mehr als nur Gezupfe. Seit über 10 Jahren vermittelt der studierte Gitarrist und Wahl -Dortmunder Robert Resinek musikverliebten Gitarristen und denen die es noch werden wollen mehr als nur lagerfeuertaugliches Gezupfe. Als Live-Musiker stand Robert bereits mit verschiedensten Größen des Rock und Metal (u.a. Skid Row, Queensryche, Sabaton) auf der Bühne und führt dies mit seiner aktuellen Band "Distance Call" weiter. Unter NEWS findet ihr die aktuellen Live-Termine.

robert-reti-jee.blogspot.com robert-reti-jee.blogspot.com

Robert Reti's thoughts&findings in the Unix/JEE world

Robert Retis thoughts&findings in the Unix/JEE world. The posts on this blog are my findings, thoughts, ideas and opinions and do not necessarily reflect those of my employer. Sunday, June 24, 2012. How to count all .class files recursively. Problem: count all .class files recursively in a directory and ignore all compiler generated classes. Solution: remove all compiler generated classes(1) and count the remaining classes(2). Find -type f -name '*$*class' -delete. Find -type f -name '*.class' wc -l.

robert-rettich.de robert-rettich.de

Robert Rettich: Friseur Salon in Regensburg - Startseite

Hinweise zu Social Media.

robert-reuschel.de robert-reuschel.de

Robert Reuschel

Nordic Marine Electronics ist Hersteller von elektronischen Systemen für den maritimen Bereich, die den Austausch, die…. Pferdehof Fam. Bebber. Entwicklung eines neuen Logo für den Pferdehof Familie Bebber. Meine Aufgaben Logoerstellung Kunde Pferdehof Fam.…. Entwicklung eines Logos für das Ferienhausdorf Thale. Meine Aufgaben Grafik Kunde A.E.B. IMMOBILIEN GMBH and CO.…. EWN Energiewerke Nord GmbH. Hallo ich bin Robert,. Free WordPress Theme designed by GavickPro. Proudly published with WordPress.

robert-reymond.com robert-reymond.com

Restauration Ebenisterie Dorure Robert REYMOND doubs combes

robert-reynolds.com robert-reynolds.com

Mommysclub

robert-rhys.com robert-rhys.com

Robert-Rhys Enterprises, LLC

Site development is currently in progress. We'll be launching soon!