henningpetersen.com henningpetersen.com

henningpetersen.com

Henning Petersen

Henning Petersen: Code blog. Running Apache Spark jobs from applications. Testing Play 2.4 controllers and their routes using Scala and Specs2. Different Log4j configs for dev and prod. Testing Spring MVC controllers with Spock. Thundering herds, Spring Cache and Ehcache. Mandatory documentation is a pest. ISO 639-2/B language codes in Java. Patterns for database migration. Using Mockito Answers with Scala 2.9. Integrating Compass Style/SASS into Tapestry. Teaching Tapestry to use network path references.

http://www.henningpetersen.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR HENNINGPETERSEN.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

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

Hey there! Start your review of henningpetersen.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.7 seconds

FAVICON PREVIEW

  • henningpetersen.com

    16x16

  • henningpetersen.com

    32x32

  • henningpetersen.com

    64x64

  • henningpetersen.com

    128x128

  • henningpetersen.com

    160x160

  • henningpetersen.com

    192x192

  • henningpetersen.com

    256x256

CONTACTS AT HENNINGPETERSEN.COM

Softwarehaus Daenen4

Henning Petersen

Boxhan●●●●●●tr. 43

Be●●in , Unknown, 10245

DE

49.1●●●●1388
49.3●●●●4313
he●●●●●●●●●●●●●●@daenen4.de

View this contact

Softwarehaus Daenen4

Henning Petersen

Boxhag●●●●●●tr. 43

Be●●in , Unknown, 10245

DE

49.1●●●●1388
49.3●●●●4313
he●●●●●●●●●●●●●●@daenen4.de

View this contact

Softwarehaus Daenen4

Henning Petersen

Boxhag●●●●●●tr. 43

Be●●in , Unknown, 10245

DE

49.1●●●●1388
49.3●●●●4313
he●●●●●●●●●●●●●●@daenen4.de

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2009 October 21
UPDATED
2013 October 20
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 14

    YEARS

  • 6

    MONTHS

  • 21

    DAYS

NAME SERVERS

1
ns1.hans.hosteurope.de
2
ns2.hans.hosteurope.de

REGISTRAR

MESH DIGITAL LIMITED

MESH DIGITAL LIMITED

WHOIS : whois.meshdigital.com

REFERRED : http://www.meshdigital.com

CONTENT

SCORE

6.2

PAGE TITLE
Henning Petersen | henningpetersen.com Reviews
<META>
DESCRIPTION
Henning Petersen: Code blog. Running Apache Spark jobs from applications. Testing Play 2.4 controllers and their routes using Scala and Specs2. Different Log4j configs for dev and prod. Testing Spring MVC controllers with Spock. Thundering herds, Spring Cache and Ehcache. Mandatory documentation is a pest. ISO 639-2/B language codes in Java. Patterns for database migration. Using Mockito Answers with Scala 2.9. Integrating Compass Style/SASS into Tapestry. Teaching Tapestry to use network path references.
<META>
KEYWORDS
1 about and contact
2 dänen4
3 twitter
4 stack overflow
5 recent posts
6 spock test tricks
7 legal information
8 coupons
9 reviews
10 scam
CONTENT
Page content here
KEYWORDS ON
PAGE
about and contact,dänen4,twitter,stack overflow,recent posts,spock test tricks,legal information
SERVER
Apache/2.4.7 (Ubuntu)
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Henning Petersen | henningpetersen.com Reviews

https://henningpetersen.com

Henning Petersen: Code blog. Running Apache Spark jobs from applications. Testing Play 2.4 controllers and their routes using Scala and Specs2. Different Log4j configs for dev and prod. Testing Spring MVC controllers with Spock. Thundering herds, Spring Cache and Ehcache. Mandatory documentation is a pest. ISO 639-2/B language codes in Java. Patterns for database migration. Using Mockito Answers with Scala 2.9. Integrating Compass Style/SASS into Tapestry. Teaching Tapestry to use network path references.

INTERNAL PAGES

henningpetersen.com henningpetersen.com
1

Testing Play 2.4 controllers and their routes using Scala & Specs2 – Henning Petersen

http://www.henningpetersen.com/post/21/testing-play-2-4-controllers-and-their-routes-using-scala-specs2

Henning Petersen: Code blog. Testing Play 2.4 controllers and their routes using Scala and Specs2. A common requirement when testing controller methods is to test the things done by the router, such as parsing the request and verifying arguments. Controller.method should return HTTP 400 if the xyz parameter cannot be parsed in { . }. Controller.method should redirect to the login page when the user is not logged in in { . }. Usually, we care only about one controller at a time. The trouble with the.

2

Patterns for database migration – Henning Petersen

http://www.henningpetersen.com/post/12/patterns-for-database-migration

Henning Petersen: Code blog. Patterns for database migration. Over the years, I have seen a number of patterns for creating and maintaining database schemas. Some of them work for some situations, and many of them don't. Here's a non-comprehensive list:. Manual. When a change to the schema is needed, someone needs to log into the server and update the schema by hand. Maybe the required changes are somewhere in a release notes document, or somewhere else. Using a database migration framework. Work, but is...

3

Teaching Tapestry to use network path references – Henning Petersen

http://www.henningpetersen.com/post/6/teaching-tapestry-to-use-network-path-references

Henning Petersen: Code blog. Teaching Tapestry to use network path references. 2013-03-08, edited to fix:. I finally found the root cause of the problem I was having. Don't do what I did here. There is no need to use network path references with Tapestry if you configure it correctly. If you use links generated in your application externally, then things are going to break. Connector port=8009 protocol=AJP/1.3 URIEncoding=UTF-8 secure=true scheme=https /. The cure is simple: Set the. This comes in handy ...

4

Integration Testing with Spring and Maven – Henning Petersen

http://www.henningpetersen.com/post/5/integration-testing-with-spring-and-maven

Henning Petersen: Code blog. Integration Testing with Spring and Maven. Thanks to a Stack Overflow question. I recently stumbled over Spring's integration test support (documentation here. In short, it provides a Spring context of your choice to your jUnit or TestNG classes and adds support for the @Transactional annotation. However, contrary to the usual behaviour comitting a transaction if no exception occurred - every transaction is instead rolled back by default, leaving the database unchanged. There...

5

Prototype JS: Preventing the Default Action Without Stopping other Event Handlers – Henning Petersen

http://www.henningpetersen.com/post/2/prototype-js-preventing-the-default-action-without-stopping-other-event-handlers

Henning Petersen: Code blog. Prototype JS: Preventing the Default Action Without Stopping other Event Handlers. Eg following a link or submitting a form) must not take place. Now here's the problem I had until a few minutes ago: In Prototype, I thougt the Event.stop(). I just accidently (while debugging some JS) found out that there is a standard way to. Prevent the default behaviour only. Now I call Event.preventDefault() and see all my event listeners execute happily.

UPGRADE TO PREMIUM TO VIEW 9 MORE

TOTAL PAGES IN THIS WEBSITE

14

LINKS TO THIS WEBSITE

stackoverflow.com stackoverflow.com

User Henning - Stack Overflow

http://stackoverflow.com/users/7034/henning

To customize your list. More stack exchange communities. Tour Start here for a quick overview of the site. Help Center Detailed answers to any questions you might have. Meta Discuss the workings and policies of this site. About Us Learn more about Stack Overflow the company. Business Learn more about hiring developers or posting ads with us. The battle cry of the Java programmer: If we create enough layers of abstration, we never actually have to solve the problem. Our business website is daenen4.de.

UPGRADE TO PREMIUM TO VIEW 2 MORE

TOTAL LINKS TO THIS WEBSITE

3

SOCIAL ENGAGEMENT



OTHER SITES

henningpedersen.blogspot.com henningpedersen.blogspot.com

Hennings verden

Mandag 11. januar 2010. NYTT ÅR, NYE MULIGHETER! Da var det nye året her og livet etter jul og nyttårs feiring faller tilbake til normalen. Nytt år, nye muligheter som det heter. Alltid spennende å tenke på hva det nye året bringer,. Samtidig som man kan tenke på alt det fine mann har opplevd i året som har gått. For å si noe om mine nyttårsforsetter, for de har jeg jo alltid noen av, så håper jeg at jeg skal. Komme i bedre form, og av det miste noen kilo. Og hitill i år ser det veldig lovende ut! Utsikt...

henningpein.de henningpein.de

Baumschulen - Henning Pein Baumschulen GmbH

Seit 1979 Baumschule Henning Pein. Gemeinsam mit meiner Familie und unseren Mitarbeitern würde ich mich freuen, wenn die folgenden Seiten Ihr Interesse wecken würden, um unser Unternehmen persönlich kennen zu lernen. Henning Pein Baumschulen GmbH. Almtweg 50-52, 25482 Appen. E-Mail baumschule@henningpein.de. Wo Qualität ihre Wurzeln hat. Der Imagefilm über unser Unternehmen. Bevor alle Jahre wieder ein Weihnachts-. Jungpflanzen für den Anbau als Weihnachtsbäume kontrollierter Herkünfte von Fichten- und T...

henningperformancehorses.com henningperformancehorses.com

Coming Soon - Future home of something quite cool

Future home of something quite cool. If you're the site owner. To launch this site. If you are a visitor. Please check back soon.

henningpertiet.net henningpertiet.net

育毛剤ランキング業界の会社を比較

henningpeters.de henningpeters.de

default index

henningpetersen.com henningpetersen.com

Henning Petersen

Henning Petersen: Code blog. Running Apache Spark jobs from applications. Testing Play 2.4 controllers and their routes using Scala and Specs2. Different Log4j configs for dev and prod. Testing Spring MVC controllers with Spock. Thundering herds, Spring Cache and Ehcache. Mandatory documentation is a pest. ISO 639-2/B language codes in Java. Patterns for database migration. Using Mockito Answers with Scala 2.9. Integrating Compass Style/SASS into Tapestry. Teaching Tapestry to use network path references.

henningpfeifer.blogspot.com henningpfeifer.blogspot.com

Musen-Almanach

Montag, 7. Dezember 2015. Hurra, endlich Krieg! Bevor irgendjemand irgendwas hier falsch versteht- det is Satire. Das Internet versteht ja leider keine Ironie.). Links zu diesem Post. Freitag, 2. Oktober 2015. Erste Refugee-Welcome-Wanderung des altapostolisch-libertärsozialistischen Wandervereins. Am 27 September 2015 fand die erste "Refugee Welcome Wanderung" des Wandervereins ". Statt, in dem ich Gründungsmitglied bin, und der seit einigen Jahren existiert. Findet sich eine kleine Motivationsrede.

henningpingel.de henningpingel.de

henningpingel.de: Homepage von Henning Pingel

Website von Henning Pingel. Homepage von Henning Pingel. April 14th, 2007:. Tutorial update: Patch for SSL proxy support. In my tutorial on SSL proxy support for TYPO3. I provide a workaround to test SSL proxy support. Until today this workaround had to be applied manually to a TYPO3 core file. From now on it is available in the form of a diff-file that can be applied using the GNU patch tool. The patch only works with the latest TYPO3 version 4.1.1. January 13th, 2007:. TYPO3 backend access via SSL proxy.

henningplump.de henningplump.de

Henning Plump - webmaster@henningplump.de

henningpohl.net henningpohl.net

Henning Pohl: Home

I'm currently a postdoctoral researcher at the University of Copenhagen, working in Kasper Hornbæk's. Project. Within this project, I'm focusing on how the body can be used as an input and output surface for less engaged and more subtle interactions. Before moving to Copenhagen, I worked for four years as a research assistant in the HCI group of the University of Hannover. Lead by Michael Rohs. Previously, I worked with Roderick Murray-Smith's group. Studying Digital Arts and Sciences on a Fulbright.