Java Today |
 |
You can Vote... on GlassFish Bugs!
Over on The Aquarium, Eduardo Pelegri-Llopart points out that You can Vote... on GlassFish Bugs! "I didn't know that CollabNet's Issue Tracker supported votes on bugs.
You will need a Java.Net id, but you can go to your favorite bug
(like
this one,
for example)
and cast your vote(s);
it looks you have a budget of 10 altogether
(I've used
5 of mine so far).
Issue tracker also supports votes in queries:
here are the GF bugs with
At Least 5 Votes."
JSR 286: Portlet Specification 2.0
JSR 286, Portlet Specification 2.0, has posted a proposed final draft. This next version of the portlet spec "align[s] the Java Portlet Specification with J2EE 1.4, other JSRs relevant for portlet programming, like JSR 188, the next version of Web Services for Remote Portlets (WSRP)." The draft may be downloaded from the JCP page. Final approval balloting is underway now, and ends on March 3.
JavaTools Community Newsletter - Issue 159
The latest edition, issue 159, of the JavaTools Community Newsletter is out, with tool-related news from around the web, welcomes to three new projects in the community (loc-counter, JFugue, and fsmonitor), a Tool Tip on handling paths on Netbeans, and more.
Weblogs |
 |
Java applets not viable for this application?
I've been working with a company that creates a chat system that helps companies sell more of their products online. The backend is all Java, complete with Spring, servlets...all good Java stuff. The frontend is...well, it's Flash. —
John O'Conner
Profiles in the Java EE 6 Platform
An introduction to profiles in the context of the Java EE 6 platform, and a request for feedback on several Web Profile proposals. —
Roberto Chinnici
FOSDEM 2008
Reporting live from the Free Java meetings at FOSDEM 2008. FOSDEM is the yearly weekend gathering at the Free University of Brussels discussing all the F/OSS projects in Europe. Last year we were there for the first time discussing our OpenJDK plans, and this year we are back to look at what we have all achieved over the last year and looking ahead to the coming year. —
Onno Kluyt
Forums |
 |
Re: EJB3 Observer pattern
As I'm sure you realized, a lot of these patterns are pretty simple to pull off. While we may look to things like the container to already handle these things for us, or something larger like JBI, may times just rolling out something quick and specific to the task is more than enough to get the job done and move forward. The key is simply keeping the abstractions in mind and staying as close to them as practical. Later, even if the underlying technologies change, the abstractions very likely remain the same, so there's little conversion cost later if you do indeed come up with a new need or a better solution in the future. —
Re: [BD-J-DEV] BDJ under the hood
Implementation techniques are not mandated by the spec, but purely interpreted implementations have all but disappeared. But really, this isn't the right question to ask - equally or more important is processor speed and other aspects of the underlying hardware, like memory bus bandwidth (for graphics blt operations) and classloading speed. Some players are much faster than others; the BD spec does set some recommended minimum performance levels, which helps. —
Can't connect to the native embedded browser
I have problem when using JDIC 0.9.3 on Linux with Mozilla 1.8a4. I got the following error message: "Can't connect to the native embedded browser. Error Message: Maximum retry number reached!" But sometimes, it works... Can anyone suggest what's wrong with it? —
