Brian C

173
reputation
279 views

Registered User

name Brian C
member for 1 year
seen yesterday
website
location FR
age 26
«If code is poetry, then blogging software must be written by Vogons.»
Oct
19
awarded  Scholar
Oct
19
comment Monitoring and logging strategy for a “facade webservice”?
Accepted! JavaMelody looks good. Seems like you're the main contributor on this project.
Oct
19
comment Monitoring and logging strategy for a “facade webservice”?
@Pascal ESBs look great, but I think it's a bit heavy regarding my requirements.
Oct
19
comment Monitoring and logging strategy for a “facade webservice”?
@Aaron I didn't consider the "no memory" disadvantage of JMX. So creating a simple HTML page is a good way to go.
Oct
18
answered Is Regular Expressions the best way to go about matching and replacing text?
Oct
18
answered Web Development: What page load times do you aim for?
Oct
9
revised Monitoring and logging strategy for a “facade webservice”?
edited title
Oct
8
comment Monitoring and logging strategy for a “facade webservice”?
Thanks for your anwser (upvoted!). Displaying complex data and trends is a big part of my requirements though.
Oct
6
awarded  Student
Oct
6
asked Monitoring and logging strategy for a “facade webservice”?
Oct
5
comment Anatomy of a Distributed System in PHP
good question! Not related to your database question: watch out for long jobs that take longer than the configured interval. A lock mechanism is a must have in this case.
Oct
5
answered Javascript memory management pitfalls ?
Sep
28
awarded  Yearling
Sep
1
answered Rapid web application development with a Web Toolkit
Jul
27
accepted How to clean up after using dojo ?
Jul
20
answered clientWidth Performance in IE8
Jul
20
answered How to clean up after using dojo ?
Jul
20
comment dojo.xd.js not recognizing dojox.data.CsvStore
Your problem: you're tying to instantiate a class that is not loaded yet. It works when you're loading your files locally because they're loaded before your javascript is executed. (loading files locally is faster than using a CDN, for sure). Anyway, using dojo.addOnLoad is the only way to go with XD loading.
Jul
17
answered Good link or book for basics and theory of version control
Jul
3
answered creating mysql dump like phpMyAdmin
Jul
3
comment Should I upgrade to PHP 5.3?
Funny comment You really should. The new "jump label" operator looks great: GOTO :-D