Weblogs |
 |
You vote for your favorite article and I'll write it!
I'm thinking of working on another article or two over the next few weeks, but I don't know what to write about. Oh sure, I have lots of ideas, but I don't know what's most interesting to you. —
Joshua Marinacci
No SAAJ RI dependency in JAX-WS RI
Issue : 54 wants JAX-WS RI to be independent of Sun's StAX impl (sjsxp) and SAAJ impl(SAAJ RI). The dependency on SJSXP was removed long time back. It works well with woodstox StAX parser. —
Jitendra Kotamraju
JXSE 2.5 : What's Cool #5 -- java.util.concurrent
In JXSE 2.4.1 we started to make much greater use of JSE 5.0 specific APIs, and most significantly the new java.util.concurrent utilities. In JXSE 2.5 we have continued to make much greater use throughout the JXSE source. —
Mike Duigou
Forums |
 |
Restarting Glassfish
I have a quick question: I have a remote installation of GF, I have full access to the admin web interface, but I don't see any way to restart glassfish! I want to upload some libs (specifically - the mysql jdbc jar) to the domain1/lib/ext folder, is there any way without console access (ie-just restarting a domain, not the entire server)? Also, when I modify some of the settings I get a "Glassfish restart is required", which could be problematic as my server is 20 miles away from my office! What about adding a "restart glassfish" option in addition to "stop instance"? —
Re: Which JVM should I use on linux/arm926 platform?
I would say MR2 supports linux/arm better, because we've made some device support improvements based on feedback from the OSS community. These are mostly just minor things like fixing build problems that might turn up on various platforms, but greatly reduce the chances of you running into some sort of device specific build or runtime problem. However, MR1 was fully tested (but only on a Zaurus), and MR2 has had many changes go into it with only minimal testing. If you want Jazelle support you'll need to talk to our Engineering Services organization since there are legal issues with supplying Jazelle support in OSS. —
Unable to get JDBC connections via sql tags using JSTL
I have a problem using sql JSTL tags to connect to databases, where the JSP fails with a JspException saying "Unable to get connection, DataSource invalid: 'java.sql.SQLException: No suitable driver found for jdbc/foo'" The strange thing is, trying to connect to the very same datasource using JPA works just fine. The database I'm trying to connect to is a PostgreSQL database, but I don't think that is relevant. —
