5
votes
7answers
207 views
+100
Log4J: Strategies for creating Logger instances
I decided to use Log4J logging framework for a new Java project.
I am wondering what strategy should I use for creating/managing Logger instances and why?
one instance of Logger per class
e.g.
…
0
votes
2answers
121 views
+100
Tomcat restart, no all apps start
Hello,
I've an interesting problem about start/restart of tomcat 5.5
I've deployed n webapps on my tomcat. All webapps work correctly.
Every time when I restart tomcat, never happen that all …
1
vote
2answers
64 views
+100
Can I write to the Beanshell console from Java?
I'm using Beanshell as an embedded debugging tool in my app. It means I can telnet to my app and poke around with its internals while it is running (I typically wrap the telnet session with rlwrap).
…
0
votes
1answer
91 views
+100
Dependency Injection: Jetty 7
Hi StackOverflow!
My application requires several interface implementations which require a Jetty server to do their job. This is, however, not necessarily the case in every implementations of those …
0
votes
3answers
271 views
+300
Render PDF on a Blackberry?
We are using Blackberries to display PDF reports. Here are background details on the problem:
The PDF reports are created using JasperReports.
Report format can be changed.
Different report formats …
5
votes
2answers
112 views
+100
Closures in Java - syntax differences between the three major proposals?
Three major proposals for adding closures to the Java language has been presented:
BGGA (Bracha Gafter Gosling Ahé) also known as "full closures", by Gilad Bracha, Neal Gafter, James Gosling and …
0
votes
1answer
45 views
+250
Enable pdf caching in IE
At first, caching didn't work in all browsers. Then I made it work in all browsers but IE (IE8) by adding .pdf extension to the url. Servlet stopped being called after that.
I display pdf file inline …
1
vote
1answer
51 views
+100
Hot Deploy of development changes with Eclipse, Tomcat, and Jetspeed
Hi,
I am developing a Jetspeed portal application running on Tomcat, using the Eclipse IDE with the Sysdeo Tomcat launcher plugin to enable debugging of the application running in Tomcat/Jetspeed.
I …
2
votes
1answer
94 views
+550
Unit testing icefaces
Can you separate components of an IceFaces application so they can be tested in isolation instead of using something like Selenium or HttpUnit on the assembled application?
Backing beans can be …
