blog.robsite.org blog.robsite.org

blog.robsite.org

Rob's Java Blog (and other things)

Rob's Java Blog (and other things). Wednesday, July 9, 2008. Google Test (Google's C Unit Testing Framework) is now open source! If you like writing tests in C and haven't found the right unit test framework yet, then you should check out the Google Testing Blog article on Google Test. It's Google's xUnit style test framework available under an open source license. Give it a spin, you can use it to test your new protocol buffer. Code that's written using the Google C Style Guide. Wednesday, July 2, 2008.

http://blog.robsite.org/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BLOG.ROBSITE.ORG

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

July

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.3 out of 5 with 9 reviews
5 star
6
4 star
2
3 star
0
2 star
0
1 star
1

Hey there! Start your review of blog.robsite.org

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.5 seconds

CONTACTS AT BLOG.ROBSITE.ORG

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Rob's Java Blog (and other things) | blog.robsite.org Reviews
<META>
DESCRIPTION
Rob's Java Blog (and other things). Wednesday, July 9, 2008. Google Test (Google's C Unit Testing Framework) is now open source! If you like writing tests in C and haven't found the right unit test framework yet, then you should check out the Google Testing Blog article on Google Test. It's Google's xUnit style test framework available under an open source license. Give it a spin, you can use it to test your new protocol buffer. Code that's written using the Google C Style Guide. Wednesday, July 2, 2008.
<META>
KEYWORDS
1 skip to main
2 skip to sidebar
3 posted by
4 no comments
5 labels cpp
6 by bjorn freeman benson
7 by bruce johnson
8 by chris aniszczyk
9 on youtube
10 labels eclipse
CONTENT
Page content here
KEYWORDS ON
PAGE
skip to main,skip to sidebar,posted by,no comments,labels cpp,by bjorn freeman benson,by bruce johnson,by chris aniszczyk,on youtube,labels eclipse,best practices working group,in it,labels misc,labels java,jdeveloper,2 comments,labels admin,misc,servers
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Rob's Java Blog (and other things) | blog.robsite.org Reviews

https://blog.robsite.org

Rob's Java Blog (and other things). Wednesday, July 9, 2008. Google Test (Google's C Unit Testing Framework) is now open source! If you like writing tests in C and haven't found the right unit test framework yet, then you should check out the Google Testing Blog article on Google Test. It's Google's xUnit style test framework available under an open source license. Give it a spin, you can use it to test your new protocol buffer. Code that's written using the Google C Style Guide. Wednesday, July 2, 2008.

INTERNAL PAGES

blog.robsite.org blog.robsite.org
1

Rob's Java Blog (and other things): Google Test (Google's C++ Unit Testing Framework) is now open source!

http://blog.robsite.org/2008/07/google-test-googles-c-unit-testing.html

2

Rob's Java Blog (and other things): Open Source Developers @ Google Speaker Series: Michael Still

http://blog.robsite.org/2007/08/open-source-developers-google-speaker.html

3

Rob's Java Blog (and other things): Videos posted from Eclipse Day at the Googleplex

http://blog.robsite.org/2008/07/videos-posted-from-eclipse-day-at.html

4

Rob's Java Blog (and other things): Microsoft to help enable Java on Windows...

http://blog.robsite.org/2008/03/microsoft-to-help-enable-java-on.html

5

Rob's Java Blog (and other things): Generated Code slightly better with unit tests.

http://blog.robsite.org/2007/03/generated-code-slightly-better-with.html

UPGRADE TO PREMIUM TO VIEW 6 MORE

TOTAL PAGES IN THIS WEBSITE

11

LINKS TO THIS WEBSITE

remcodeblok.blogspot.com remcodeblok.blogspot.com

Echoes of a Java/SOA Developer: Usage of equals in Java

http://remcodeblok.blogspot.com/2010/02/usage-of-equals-in-java.html

Echoes of a Java/SOA Developer. Friday, February 12, 2010. Usage of equals in Java. Every now and then I take a look on a projects java source code on the web. I still am amazed that most of that code do not use some basic coding rules. One of these is to check objects with equals to a static string. This is mostly done as:. Private static final String STATIC TEXT = "Static Text";. The though part about this is that people do not see the danger in this. To prevent that the usual check '! Duncan Mills: Or...

remcodeblok.blogspot.com remcodeblok.blogspot.com

Echoes of a Java/SOA Developer: January 2010

http://remcodeblok.blogspot.com/2010_01_01_archive.html

Echoes of a Java/SOA Developer. Thursday, January 14, 2010. Error using upgrade assistant in JDeveloper 11.1.1.2.0. Today I was running the upgrade assistant in  JDeveloper 11.1.1.2.0 to migrate an ear file to see if we can get a quick deployment on the WLServer. But then I suddenly received  the following error:. 31:57 WARNING - * *. 160;  extraArgs=migrator.getLocator(" cliArgs"). 160;  if (extraArgs= null) {. 160;         map = null;. 160;  } else {. 160;  }. I did not see this in previous migrations.

remcodeblok.blogspot.com remcodeblok.blogspot.com

Echoes of a Java/SOA Developer: July 2009

http://remcodeblok.blogspot.com/2009_07_01_archive.html

Echoes of a Java/SOA Developer. Wednesday, July 8, 2009. Install Oracle XE on Fedora 11 x86 64. In order to install the oracle xe. Database on Fedora x86 64. Download the oracle-xe-univ-10.2.0.1-1.0.i386.rpm. In the installation guide. Is stated that the following packages are necessary. Glibc – 2.3.2. Libaio – 0.3.96. So I installed these packages:. Yum install glibc libaio. The installed the rpm : rpm -ivh oracle-xe-univ-10.2.0.1-1.0.i386.rpm. Which successfully ran with given answers to the questions.

remcodeblok.blogspot.com remcodeblok.blogspot.com

Echoes of a Java/SOA Developer: February 2009

http://remcodeblok.blogspot.com/2009_02_01_archive.html

Echoes of a Java/SOA Developer. Thursday, February 19, 2009. Open a file in a JDeveloper Extension. Since a few months I now run Linux. And I am using the PMD plugin for JDeveloper. After the upgrade of JDeveloper to the latest version 11.1.1.0.1 the preferences are always gone. So I wanted to import my settings again, but the file selector did not come up! So looking into the log I saw the following stacktrace:. Exception occurred during event dispatching:. With the following code to open the dialog.

remcodeblok.blogspot.com remcodeblok.blogspot.com

Echoes of a Java/SOA Developer: Oracle WebLogic Server 11g Release 1 (10.3.2) released!!

http://remcodeblok.blogspot.com/2009/11/oracle-weblogic-server-11g-release-1.html

Echoes of a Java/SOA Developer. Wednesday, November 11, 2009. Oracle WebLogic Server 11g Release 1 (10.3.2) released! You can read about it here. Or you can directly start with downloading here. Subscribe to: Post Comments (Atom). Frank Nimphuis : Oracle / JDeveloper. Shay Shmeltzer : Oracle / JDeveloper. Olaf Heimburger : Oracle / Java. Tom Höfte : Oracle / SOA. Laurens van der Starre : Oracle / SOA. Paco van der Linde : Oracle / JHeadstart. Doug Clarke : Oracle / Toplink. Shaun Smith : Oracle / Toplink.

remcodeblok.blogspot.com remcodeblok.blogspot.com

Echoes of a Java/SOA Developer: New release of Fedora ;-)

http://remcodeblok.blogspot.com/2009/11/new-release-of-fedora.html

Echoes of a Java/SOA Developer. Thursday, November 19, 2009. New release of Fedora ;-). Get your chance to see the new Fedora Constatine. Subscribe to: Post Comments (Atom). Frank Nimphuis : Oracle / JDeveloper. Shay Shmeltzer : Oracle / JDeveloper. Olaf Heimburger : Oracle / Java. Tom Höfte : Oracle / SOA. Laurens van der Starre : Oracle / SOA. Paco van der Linde : Oracle / JHeadstart. Doug Clarke : Oracle / Toplink. Shaun Smith : Oracle / Toplink. Rob Clevenger : Google. Duncan Mills: Oracle / Java.

remcodeblok.blogspot.com remcodeblok.blogspot.com

Echoes of a Java/SOA Developer: February 2010

http://remcodeblok.blogspot.com/2010_02_01_archive.html

Echoes of a Java/SOA Developer. Friday, February 12, 2010. Usage of equals in Java. Every now and then I take a look on a projects java source code on the web. I still am amazed that most of that code do not use some basic coding rules. One of these is to check objects with equals to a static string. This is mostly done as:. Private static final String STATIC TEXT = "Static Text";. The though part about this is that people do not see the danger in this. To prevent that the usual check '! Duncan Mills: Or...

remcodeblok.blogspot.com remcodeblok.blogspot.com

Echoes of a Java/SOA Developer: Error using upgrade assistant in JDeveloper 11.1.1.2.0

http://remcodeblok.blogspot.com/2010/01/error-using-upgrade-assistance-in.html

Echoes of a Java/SOA Developer. Thursday, January 14, 2010. Error using upgrade assistant in JDeveloper 11.1.1.2.0. Today I was running the upgrade assistant in  JDeveloper 11.1.1.2.0 to migrate an ear file to see if we can get a quick deployment on the WLServer. But then I suddenly received  the following error:. 31:57 WARNING - * *. 160;  extraArgs=migrator.getLocator(" cliArgs"). 160;  if (extraArgs= null) {. 160;         map = null;. 160;  } else {. 160;  }. I did not see this in previous migrations.

remcodeblok.blogspot.com remcodeblok.blogspot.com

Echoes of a Java/SOA Developer: ADF code corner moved

http://remcodeblok.blogspot.com/2010/09/adf-code-corner-moved.html

Echoes of a Java/SOA Developer. Wednesday, September 1, 2010. ADF code corner moved. OTN has been undergoing a change and therefor all links and references changed. The ADF code corner can now be found at the following link:. Http:/ www.oracle.com/technetwork/developer-tools/adf/learnmore/index-101235.html. This is a site with as-is coding examples of ADF. Subscribe to: Post Comments (Atom). Frank Nimphuis : Oracle / JDeveloper. Shay Shmeltzer : Oracle / JDeveloper. Olaf Heimburger : Oracle / Java.

remcodeblok.blogspot.com remcodeblok.blogspot.com

Echoes of a Java/SOA Developer: November 2009

http://remcodeblok.blogspot.com/2009_11_01_archive.html

Echoes of a Java/SOA Developer. Friday, November 27, 2009. Change login screen for Gnome. Since Fedora 11 the Gnome theme always show the available users in a list. This is a risk because people can see which user(s) there are available on a system. This behavior can be changed by the following command:. Gconftool-2 - config-source xml:readwrite:/etc/gconf/gconf.xml.defaults - direct - type bool - set /apps/gdm/simple-greeter/disable user list true. With this the "normal" login screen is returned. Oracle...

UPGRADE TO PREMIUM TO VIEW 4 MORE

TOTAL LINKS TO THIS WEBSITE

14

OTHER SITES

blog.robrowser.com blog.robrowser.com

roBrowser Blog – Vincent Thibault

Posted May 27, 2013 in Blog. Is a Ragnarok Online file to store 3D objects. It’s really difficult to render because of the lack of source and informations about its structure. I build some months ago a new RSM viewer using roBrowser’s library, this version display all files stored in my remote client. Because of some optimization in roBrowser, the animation are not working (faster to render static mesh than dinamic ones), you can see the result behind. Take some times to load). Posted May 27, 2013 in Blog.

blog.robsandersonline.com blog.robsandersonline.com

Rob Sanders Online Marketing & Consulting

Connecting marketing, technology and social networking. Saturday, September 11, 2010. Practicing the Art of Landing Pages. I practice yoga on a regular basis and feel as though I should be practicing everyday because so much good comes out of each practice. I feel the same way about landing pages. If everyone selling a product or service used landing pages then just think of the positive outcomes. The second is putting the landing page together. Remember your first day of yoga? Ideally, the copy on a lan...

blog.robsaupe.com blog.robsaupe.com

A Joyfull Spirit

Finding Joy in all Circumstances. Inspiring Video of Determination, Love an Sacrifice. 12 Jul 2013 @ 8:53 AM. A Dad completes IronMan with paraplegic Son. 12 Jul 2013 @ 09:05 AM. Bull; Comments (0). Don’t Lose focus on your Mission. 18 Mar 2013 @ 10:01 AM. Don't Lose Focus on Your Mission. As many of you know I have a rare hereditary Blood disease by the name of Erythropoietic Protoporphyria (EPP) or Protoporphyria. I truly believe that no matter your circumstances God has a plan for you too. Keep yo...

blog.robseaman.com blog.robseaman.com

Rob Seaman Random Cohesion

Detecting the number of processors with Ruby. July 11th, 2009. This post contains a cross platform Ruby method to return the total number of CPU cores. There are gems, such as facter. Post Read the rest of this entry. Adding Rubinius to multiruby Versions. January 22nd, 2009. In previous posts I've covered using. Switch between Ruby 1.8 and 1.9. How to add JRuby to your multiruby. Environment. This post describes using. As a way to install and experiment with Rubinius. Upgrading to Mephisto 0.8.1. This p...

blog.robseder.com blog.robseder.com

Rob Seder | Incredibly interesting blog posts from a .NET duh-veloper

Dealing with code obfuscation. Dealing with product licensing. The Complete Guide to Custom Configuration Sections. Using BitBucket for Source Control. Encrypting your hard drive with TrueCrypt. Picking a good password. Protecting your desktop, laptop, and phone data after a theft. Setting Up E-mail Encryption. Syncing a cloud drive to an encrypted virtual drive (BitLocker Edition). Syncing a cloud drive to an encrypted virtual drive (TrueCrypt Edition). Dealing with code obfuscation. Computers and Inter...

blog.robsite.org blog.robsite.org

Rob's Java Blog (and other things)

Rob's Java Blog (and other things). Wednesday, July 9, 2008. Google Test (Google's C Unit Testing Framework) is now open source! If you like writing tests in C and haven't found the right unit test framework yet, then you should check out the Google Testing Blog article on Google Test. It's Google's xUnit style test framework available under an open source license. Give it a spin, you can use it to test your new protocol buffer. Code that's written using the Google C Style Guide. Wednesday, July 2, 2008.

blog.robsonb.com.br blog.robsonb.com.br

Domínio LocaWeb

Http:/ blog.robsonb.com.br/. Este domínio pertence a LocaWeb.

blog.robsonfranca.eti.br blog.robsonfranca.eti.br

Blog do Robson

Pular para o conteúdo principal. Não há nada aqui. Imagens de tema por Mae Burke.

blog.robsrumguide.com blog.robsrumguide.com

robsrumguide | tasting notes and information about hundreds of fine rums

Tasting notes and information about hundreds of fine rums. About Rob’s Rum Guide. Seven Day rum cruise visits Caribbean distilleries. August 8, 2015. August 8, 2015. It’s a rum fanatic’s dream. A luxury Caribbean cruise featuring VIP tours of rum distilleries — from large industrial factories to small plantation-style artisanal operations — spanning the week of November 15-22, 2015. Departing from San Juan, the 2015 Rum Renaissance Caribbean Cruise. The rum cruise takes place on Royal Caribbean’s J...

blog.robstacey.com blog.robstacey.com

Rob Stacey | blog.robstacey.com

I am sorry to say but blog.robstacey.com is now offline, I have made the decision to focus on other projects. The contents have not been deleted but will remain unavailable for the foreseeable future. Thanks for your interest in the site.

blog.robstead.com blog.robstead.com

Rob Stead

Tuesday, 12 February 2013. Friday, 25 January 2013. Holiday - Ireland 2012. Ireland 2012 by Rob Stead. Make Your Own Book. Festival Time - Seville 2011. Seville 2011 by Rob Stead. Make Your Own Book. Bulgaria 2011 by Rob Stead. Make Your Own Book. In Love With Blurb. Following our trip to South America last year I created a blurb book and have now become addicted. It's so wonderful being able to create your own books. Here's my bookstore: http:/ www.blurb.co.uk/user/store/robstead. Make Your Own Book.