... No I don't think so. Without any formal announcement from Apple stating what their plans are all I can figure is that what they are saying is that Java is...
... A controversial (but interesting) take on the situation: Shipping Means Prioritizing http://daringfireball.net/2007/10/shipping_means_prioritizing DR...
... Of course you have a right to complain about their priority choices, being a customer. But I hope that you are not surprised by the fact that Apple is not...
... Well, it's controversial in that he's saying that Java is not really important to Apple at all: "Some of the most important software for the Mac depends on...
I've been working a bit with Java 6 on Vista lately, since you've got to use Java 6 to get the pretty Vista Aero UI. (It's bad enough that Java 5 doesn't give...
http://www.igda.org/articles/erobinson_crunch.php -- Esse Quam Videre To Be, rather than to Seem [Non-text portions of this message have been removed]...
I didn't know the historical basis of the 8 hour day in this much detail. It's almost always cast as Virtuous Government forcing Evil Business to do the right...
... Actually this 'history' completely elides the reasons an 8 hour day is regarded as the standard working day. The "8-hour-day" is a product of the union...
OK, didn't intend to start a st-politics thread here. But it appears from the references that there were earlier precedents: "That output does not rise or fall...
My current client is trying to add support for Oracle Application Server to their product. They are having significant difficulties getting their security...
A guy I worked with was using JAAS with oracle app server I believe. His name is Dmitry Sklyut and he works for Chariot Solutions. They are located in the...
I might of heard that Apple and Sun are engaged in some serious discussions regarding Java 6. My guess is Apple isn't so happy about either fees or license or...
The following straight_talking_java poll is now closed. Here are the final results: POLL QUESTION: What percentage of your code is covered by unit tests? ...
straight_talking_java...
Nov 5, 2007 8:39 am
56269
These seems like either I'm really blind or something is screwed up with the JIRA installation I'm using - hopefully someone can shed some light. Simple...
On Mon, 05 Nov 2007 12:35:28 -0500, "Eric Rizzo" ... This looks like a custom workflow. The default workflow doesn't have Review or Estimate steps AFAIK. It's...
Also be aware if you are not assigned an issue, you will have different possible permissions. This also applies if you are the reporter. JIRA work flows are...
... Thanks Nils and Donal. I've found the part of the Admin documentation that talks about defining workflows and will point it out to our admin once he frees...
Hi All, We are at the research stage, but have a requirement to create some dynamic tables as the content of the tables is not known at front, but specified by...
We have a system we need to connect to that we can only connect to from a specific IP address. This is a pain for testing. I'd like to set up a proxy server...
... Squid? It's the best known open source proxy server. (Not Java, unfortunately though.) People use it for all sorts of things; not sure it can do this or...
I run across this problem all the time when testing credit switches. We use TCPMon: https://tcpmon.dev.java.net/ to solve the problem. ... [Non-text portions...
... I've never done it, but I think the configuration files just get translated to API calls that you could make directly. Or you could generate a mapping...
Why would you just not create a table definition tables in the database? Defining a new table would make an entry in a header table which has 1 record per...
Hi Mica, The way you mention is pretty much what I came up (rough schema layout below). The big difference is when an application has been created in our tool...
Thanks, expect dynamic tables can be created, was wondering more if anyone had done it, but your ideas are most helpful none the less and will give that a try...