neu242

626
Reputation
70 views

Registered User

Name neu242
Member for 1 year
Seen 2 days ago
Website
Location Norway
Age 35
System developer
Nov
25
comment How do I reliably access the HttpServletRequest in a jspx when it’s behind a proxy?
#{facesContext.externalContext.request.serverName} works right now, but who knows if it will suddenly drop back to displaying the node's host name..?
Nov
25
comment How do I reliably access the HttpServletRequest in a jspx when it’s behind a proxy?
@BalusC: I don't think so, it acts the same way when I run it without the proxy. Other values, such as getScheme(), are also empty.
Nov
25
comment How do I reliably access the HttpServletRequest in a jspx when it’s behind a proxy?
${pageContext.request.serverName} is empty in my .jspx. I tried with #{pageContext.request.serverName} as well, also without success.
Nov
25
asked How do I reliably access the HttpServletRequest in a jspx when it’s behind a proxy?
Nov
16
comment Does Java need tuples?
I wrote that it was pretty stupid, didn't I? :)
Nov
6
asked How do I set file.encoding for a junit test in ant?
Nov
6
answered Tell SAX Parser to ignore invalid characters?
Nov
5
revised Tell SAX Parser to ignore invalid characters?
simpler implementation; added 1 characters in body
Nov
5
revised Tell SAX Parser to ignore invalid characters?
another typo
Nov
4
answered Tell SAX Parser to ignore invalid characters?
Oct
28
revised Is it possible to speed up a recursive file scan in PHP?
cosmetic
Oct
22
answered Does Java need tuples?
Oct
18
revised Is there any way for DBUnit to automatically create tables?
added 1 characters in body
Oct
18
revised Is there any way for DBUnit to automatically create tables?
added createTables()
Oct
18
revised How do I test with DBUnit with plain JDBC and HSQLDB without facing a NoSuchTableException?
deleted 3 characters in body
Oct
12
revised Access session of another web application
edited tags
Oct
11
awarded  Popular Question
Oct
7
revised How do I test with DBUnit with plain JDBC and HSQLDB without facing a NoSuchTableException?
Moved my followup question to a separate post
Oct
7
asked Is there any way for DBUnit to automatically create tables?
Oct
7
revised How do I test with DBUnit with plain JDBC and HSQLDB without facing a NoSuchTableException?
Added additional question after feedback from mlk
Oct
7
asked How do I test with DBUnit with plain JDBC and HSQLDB without facing a NoSuchTableException?
Sep
28
answered How to simulate click on anchor with specific text using javascript in GreaseMonkey?
Sep
23
revised List of freely available programming books
Oops, version 4 of Thinking of Java wasn't free
Sep
17
awarded  Yearling
Sep
11
comment What rare programming tools do you use?
Lately I have dropped joe in favour of vi. It was really just a practical desicion: Vi is available everywhere, and it's fantastically useful as long as I use it regularily. I previously only used it once in awhile, which was too seldom to remember all the useful keystrokes.
Aug
27
comment How do I set -Dfile.encoding within ant’s build.xml?
presetdef was a nice solution, thanks :)
Aug
27
asked How do I set -Dfile.encoding within ant’s build.xml?
Aug
20
comment Best free Java .class viewer?
JD-GUI needs a Mac version, a command line version and JadClipse integration, though... An open source licence would be great as well :)
Aug
20
comment Is it possible to add breakpoints to a class which I don’t have the source code for?
Jadclipse (jadclipse.sourceforge.net) with Jad (varaneckas.com/jad) solved it for me. Thanks!
Aug
20
comment Is it possible to add breakpoints to a class which I don’t have the source code for?
Depressingly, my copy of j2ee1.3 hasn't got debug or source code information, and the source code isn't available in the download that you found. (I admire your google-fu for finding it, though :))
Aug
19
asked Is it possible to add breakpoints to a class which I don’t have the source code for?
Jul
28
awarded  Peer Pressure
Jun
5
awarded  Popular Question