 |
 |
Index ‹ java-programmer
|
- Previous
- 1
- monthly earning $1000 to $5000monthly earning $1000 to $5000
simple online surveys
create your membership visit
******************************
www.awsurveys.comhomemain.cfm
*********************************
refid= siva icici
*********************************
- 1
- duplicating Properties Dialog boxHi there,
Wondering if anyone there has duplicated a properties dialog box before. I
need to do exactly that for a project I'm working on. You know what I mean,
eh? The kind you can find in JBuilder. The one there is obviously using a
Tab control...one tab for properties and the other for events. The one I
intend to make doesn't need a Tab control. I'm only displaying properties,
no events.
So, I'm going to need a JScrollPane, but what would you recommend I use to
get the two columned list that one typically sees in a properties dialog
box? The two columned list generally shows the property name in the left
column and either provides a textfield in the second column or a button that
opens a more detailed dialog box for that particular property.
Any suggestions?
Alan
- 3
- How Robots Will Steal Your JobProgrammer Dude wrote:
> Richard Heathfield wrote:
<snip>
>
>>If so, they could easily be under observation in their turn. Or
>>not. We don't know either way.
>
> We do know they aren't making physical recordings of any kind.
> Most (if not all) human scientists do of necessity. They also
> don't appear to be concerned about sharing their findings.
How exactly do we /know/ they're not making any physical recordings?
Because we haven't seen any? That'd be like my brother saying that he
/knows/ I don't own any white shirts (which I do) because he's never
seen me wear one (which I don't).
Absense of evidence... ah, you must be sick of hearing that by now. You
don't appear to be taking any notice of it anyway.
Regardless of that though, why is it required that they make physical
recordings? How many "witch doctors" and "medice (wo)men" (your words
elsethread) record their observations?
--
Corey Murtagh
The Electric Monk
"Quidquid latine dictum sit, altum viditur!"
- 3
- package com.ibm.security.x509 does not existHow to fix this compile error with jdk 1.5.0_14 on windows 2000:
AsnName.java:144: package com.ibm.security.x509 does not exist
encoding = (new
com.ibm.security.x509.X500Name(mName)).getEncoded();
...
- 3
- 3
- How to get path to current directory?Hello.
How to get path to current directory and put this path to object of class
String?
I found FileSystemView.getHomeDirectory() but it returns path to home
directory for example:
C:\Documments and Settings\Thomas
Thanks for help.
- 5
- javax.net.ssl.HttpsURLConnectionHello,
I need the library javax.net.ssl.HttpsURLConnection.
But all the package i find where there is javax.net.ssl do not
contained the class HttpsURLConnection.
Does anyone have an idea where i can find it ?
Thank's a lot for your help
Sorry for my English?I'm French ;)
- 9
- ajax server design questionI am going to write a multi-player board game (I've actually already
written one version, with a java server and VB client). I'd like the
players to be able to play over the web, through an ajax client. I
don't know much about ajax yet. It appears that the XMLHttpRequest (or
whatever it is called) can only generate GET and POST requests through
the http protocol. In that case, I am going to have to either
a) write a server that understands http (maybe not too hard with java's
built-in classes)
or
b) use servlets w/tomcat or some other framework that will handle the
http for me and have the servlet keep a socket connection to the game
server, which speaks its own protocol.
Which should I go for? Also, I am concerned about losing some power by
going to http - like the server is not able to initiate contact with
the client (to notify it of moves made by the other player), and there
is no notification if the client shuts down their window (is that
true?). Is there any better way to accomplish these things than just
having the clients poll the server every 500ms or so?
Thanks for any advice.
- 11
- hi reg jsp page redirecthi all i have jsp page -where the user fills up some fields.basically i
dont want user to fill up those forms during nightime . so
i take system time which is cst and calculate whether its am or pm and
if its between 7pm and 6am i redirect saying u cannot fill it up.
the executables are placed in server which is located in cst time zone.
what happens is when any person from asian counties click the link its
not redirecting its still shows the form .
when i test it locally its fine .any help cant i take the system time
and redirect based on that
thanks for the help
- 12
- 13
- How to download a text file from server to client?hi,
I am devoloping a web application using JSP and Servlets.
The first thing I need to know is how to create a text file in the
sever.
Once the text file is created there should be an option for
downloading it to the client.It could a link.On click of that link the
user should be able to save it to the client.
any help will be great!
thanks in advance.
---------------------------chik
- 13
- iPlanet and Tomcat configurationHi,
I am trying to configure iPlanet 4.1 or 6.0 to work with Tomcat 4.1.
I followed the instruction on Apache site
(http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/neshowto.html)
but got no luck. Could not even get the examples (at the end of the
config.) to show up....:(
Has anybody gotten some successes on this front?
Any pointers will be appreciated.
Ming
- 14
- 64-bit Sparc laptopIf you are a Solaris on SPARC user, you might want to know that
Tadpole is running a drawing on its websit, www.tadpolecomputer.com,
for one of its new 64-bit SPARC laptops.
John Davis
- 15
- Reading HDD serialNoHi all,
Could you help me please to find out how to read the harddisk serial
number in java ?
Thanks a lot!!
- 15
- OT(?) - Java Applet and Browser IssueI'm trying to troubleshoot the cause of the following errors:
basic: Registered modality listener
basic: Referencing classloader: sun.plugin.ClassLoaderInfo@a6aeed,
refcount=1
basic: Added progress listener: sun.plugin.util.GrayBoxPainter@af8358
basic: Loading applet ...
basic: Initializing applet ...
basic: Starting applet ...
network: Connecting http://www.java.com/jsp_utils/JavaCallJS.class with
proxy=DIRECT
network: Connecting http://www.java.com/jsp_utils/JavaCallJS/class.class
with proxy=DIRECT
load: class JavaCallJS.class not found.
java.lang.ClassNotFoundException: JavaCallJS.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 10 more
basic: Exception: java.lang.ClassNotFoundException: JavaCallJS.class
The error that has caught my eye is "open HTTP connection failed". I
have local Java apps (Eclipse IDE, Unlimited FTP) that run fine but
can't access the internet. But applets don't run - just generate errors
like above. Turns out that there are no Java related plugins in the
Firefox plugins directory. I've got Quicktime and Flash related files
there, but nothing Java related. If I try to install JRE 5, it tells me
that it's already installed. Yet applets (e.g. www.java.com) cause
General Exception Errors and I still have no Java related files in my
plugins directory.
Anybody have ideas as to the cause of this? Coudl somebody tell me
which files need to be in the plugins directory? Maybe I can just copy
them there myself.
Thx
-K2
|
| Author |
Message |
Not Bill Gates

|
Posted: 2005-10-26 2:13:00 |
Top |
java-programmer, Microsoft Hatred FAQ
email***@***.com wrote...
> On Tue, 25 Oct 2005 15:35:47 +0000, Not Bill Gates wrote:
>
> > Heck, I dunno. Like you, I don't even really care all that much.
>
> You don't care that innovation in desktop software has been crippled by
> the actions of the monopoly player Microsoft?
You need to first prove innovation in desktop software has been
crippled, don't you?
|
| |
|
| |
 |
Not Bill Gates

|
Posted: 2005-10-26 2:13:00 |
Top |
java-programmer >> Microsoft Hatred FAQ
email***@***.com wrote...
> On Tue, 25 Oct 2005 15:35:47 +0000, Not Bill Gates wrote:
>
> > Heck, I dunno. Like you, I don't even really care all that much.
>
> You don't care that innovation in desktop software has been crippled by
> the actions of the monopoly player Microsoft?
You need to first prove innovation in desktop software has been
crippled, don't you?
|
| |
|
| |
 |
Martin P. Hellwig

|
Posted: 2005-10-26 2:25:00 |
Top |
java-programmer >> Microsoft Hatred FAQ
Not Bill Gates wrote:
> email***@***.com wrote...
>> On Tue, 25 Oct 2005 15:35:47 +0000, Not Bill Gates wrote:
>>
>>> Heck, I dunno. Like you, I don't even really care all that much.
>> You don't care that innovation in desktop software has been crippled by
>> the actions of the monopoly player Microsoft?
>
> You need to first prove innovation in desktop software has been
> crippled, don't you?
>
How about their "java" implementation between 1998 and 2004?
Sure killed the _easier_ write once run everywhere mantra, of course
they where not alone in the killing, SUN helped a great deal.
--
mph
|
| |
|
| |
 |
David Schwartz

|
Posted: 2005-10-26 2:44:00 |
Top |
java-programmer >> Microsoft Hatred FAQ
"Peter T. Breuer" <email***@***.com> wrote in message
news:email***@***.com...
>> Yes, it certainly is. However, it is also Microsoft's right as a
>> seller
>> to refuse discounts to those who also sell competing products. You may
>> not
> No it is not their "right"! That would be a discriminatory practice,
> not to mention an anti-competitive practice. Totally.
Businesses have the right to be discriminatory and anti-competitive in
this way. McDonald's won't sell a Burger King their burger patties. This is
both discriminatory and anti-competitive, but also perfectly legal, moral,
and proper.
You only run into a problem under United States law if the company is a
monopoly. And I've already addressed that issue in this thread.
DS
|
| |
|
| |
 |
David Schwartz

|
Posted: 2005-10-26 2:47:00 |
Top |
java-programmer >> Microsoft Hatred FAQ
<email***@***.com> wrote in message
news:email***@***.com...
> I'm hesitant to get into this, but I keep wondering why, if there is
> no other competing OS, or not one worth worrying about, the MS
> business agreements are so draconian? Why would a company come up with
> such heavy handed agreements if it wasn't worried about competition?
>
> Yes, I know, they can do whatever they want, it's not a crime,
> etc. However when they use their market position to disallow
> competition, it sounds to me like they're worried about something, and
> trying to squelch it.
If they have a choice, should their competitors have 1% of the market or
0%, they'll choose zero. Who wouldn't? What they're worried about is a
customer going to a store because they advertise that they have Windows and
being switched to another OS.
In fact, they weren't draconian. A draconian agreement would have been
one that prohibited you from selling any other OS if you want to sell
Microsoft OSes. Instead, what they did was much less restrictive in that it
only affected discount levels rather than right to resell and only increased
the cost of selling other operating systems rather than prohibiting them.
Many other companies totally prohibit you from selling competing products if
you want to get the wholesale price on their products.
DS
|
| |
|
| |
 |
David Schwartz

|
Posted: 2005-10-26 2:48:00 |
Top |
java-programmer >> Microsoft Hatred FAQ
"John-Paul Stewart" <email***@***.com> wrote in message
news:email***@***.com...
> David Schwartz wrote:
>> If nobody wants these operating systems, then it doesn't hurt him not to
>> be able to sell them. If people want them, then he could have shown
>> Microsoft the door.
>
> If only 5% want another operating system, the vendor has to choose between
> selling to those 5% -or- to the 95% who want Microsoft. Had it not been
> for the underhanded tactics, he could have sold to *both* groups.
>
> From a purely economic standpoint, the sensible thing is to accept that
> 95% and let the 5% go elsewhere.
>
> But if *every* vendor has to make that same choice, there is no place for
> that other 5% to go to buy another operating system. So the other
> operating system(s) die off. And those 5% become customers of Microsoft
> since there's no other choice left. And *that* is where the legal
> problems start: they gained market share by preventing consumers from
> finding competing products.
Right, except that's utterly absurd. If every vendor takes their tiny
cut of the 95%, a huge cut of the 5% is starting to look *REALLY* good.
DS
|
| |
|
| |
 |
David Schwartz

|
Posted: 2005-10-26 2:51:00 |
Top |
java-programmer >> Microsoft Hatred FAQ
"Steven D'Aprano" <email***@***.com> wrote in message
news:email***@***.com...
> The first two points are factually wrong, and the third is an opinion
> based on the concept, as far as I can see, that Microsoft should be
> allowed to do anything they like, even if those actions harm others.
Of course this alleged "harm" is simply a lack of a benefit.
Why is Burger King allowed to close at 10PM? That harms me when I'm
hungry after 10.
DS
|
| |
|
| |
 |
David Schwartz

|
Posted: 2005-10-26 2:55:00 |
Top |
java-programmer >> Microsoft Hatred FAQ
"Martin P. Hellwig" <email***@***.com> wrote in message
news:435e786f$0$11061$email***@***.com...
> Not Bill Gates wrote:
>> email***@***.com wrote...
>>> On Tue, 25 Oct 2005 15:35:47 +0000, Not Bill Gates wrote:
>>>
>>>> Heck, I dunno. Like you, I don't even really care all that much.
>>> You don't care that innovation in desktop software has been crippled by
>>> the actions of the monopoly player Microsoft?
>> You need to first prove innovation in desktop software has been crippled,
>> don't you?
> How about their "java" implementation between 1998 and 2004?
> Sure killed the _easier_ write once run everywhere mantra, of course they
> where not alone in the killing, SUN helped a great deal.
It's easy to point to things you think are mistakes and claim that if
you had been in charge of the world, those mistakes would not have been
made. If you are trying to balance completely different possible paths the
universe might have taken, you need to make sure to include everything on
both sides, and that's really really hard to do.
Perhaps the desktop software is good enough that how much better it
would have been wouldn't make much difference. And perhaps the lack of
competition steered the innovators into other fields where their innovations
made huge differences. Perhaps not -- perhaps the desktop software we would
have had in a more competitive market would have made other people's lives
majorly better. Who knows?
I don't think it's possible or sensible to try to have a reckoning of
this type. There are so many variables and unpredictable possibilities.
DS
|
| |
|
| |
 |
Brian Utterback

|
Posted: 2005-10-26 3:50:00 |
Top |
java-programmer >> Microsoft Hatred FAQ
David Schwartz wrote:
>
> Do you think it would be immoral if Microsoft said, "we will only sell
> Windows wholesale to dealers who don't sell other operating systems?"
That's the crux of the problem, isn't it? When you are a virtual
monopoly, it is at least unlawful. The Sherman Anti-trust act as well
as the various follow-on anti-trust laws essentially say that what is
okay when you have 49% of a market is illegal when you have 51%. You
have maintained that Microsoft is not a monopoly, but they clearly
are by U.S. Anti-trust law. Congress has set the definition, and
the courts have upheld it, explicitly in Microsoft's case. The courts
have declared Microsoft a monopoly in the desktop OS market, and that
decision stands.
You have said that it was unreasonable to expect Microsoft to define
the market in the manner required to make them into a monopoly, but
it was their primary market. Again, court records show that they not
only had a monopoly, they knew they had a monopoly and took steps
to preserve their monopoly. Some of those steps were illegal by U.S.
law.
Also, you have said that it was unreasonable to expect Microsoft to
know that they were in violation of the law. In addition to the fact
that the laws have been in place since the late 1800's, the consent
decree explicitly and in no uncertain terms informed them of their
violations, and they continued to violate the law even afterward.
I have read some interesting things written by some of the principles
involved that the culture in Microsoft explicitly resisted against
checking the legality of these matters, not because they wanted to
do illegal things, but because Bill Gates viewed the legal vetting
process that he saw IBM use as being the primary cause of the
inability of IBM to react to the changing market. He didn't want
his company to have the same legal baggage. Microsoft resisted
having any kind of "working within the law" type of employee
training until long after most other large companies had them.
--
blu
Remember when SOX compliant meant they were both the same color?
----------------------------------------------------------------------
Brian Utterback - OP/N1 RPE, Sun Microsystems, Inc.
Ph:877-259-7345, Em:brian.utterback-at-ess-you-enn-dot-kom
|
| |
|
| |
 |
Martin P. Hellwig

|
Posted: 2005-10-26 3:52:00 |
Top |
java-programmer >> Microsoft Hatred FAQ
David Schwartz wrote:
<cut>
> It's easy to point to things you think are mistakes and claim that if
> you had been in charge of the world, those mistakes would not have been
> made. If you are trying to balance completely different possible paths the
> universe might have taken, you need to make sure to include everything on
> both sides, and that's really really hard to do.
>
> Perhaps the desktop software is good enough that how much better it
> would have been wouldn't make much difference. And perhaps the lack of
> competition steered the innovators into other fields where their innovations
> made huge differences. Perhaps not -- perhaps the desktop software we would
> have had in a more competitive market would have made other people's lives
> majorly better. Who knows?
>
> I don't think it's possible or sensible to try to have a reckoning of
> this type. There are so many variables and unpredictable possibilities.
>
> DS
>
>
I agree that it is hard, nearly impossible, to make the _one_ best
decision in a situation.
However it is quit possible to not make the very obvious wrong decision.
Just that it is very hard to hit a specific tree with a small handgun
from a 2 mile distant, that is nearly impossible.
However, just avoiding your feet should be doable.
BTW, I think you are management material...
--
mph
|
| |
|
| |
 |
Mike Meyer

|
Posted: 2005-10-26 4:26:00 |
Top |
java-programmer >> Microsoft Hatred FAQ
Not Bill Gates <email***@***.com> writes:
> email***@***.com wrote...
>> On Tue, 25 Oct 2005 15:35:47 +0000, Not Bill Gates wrote:
>> > Heck, I dunno. Like you, I don't even really care all that much.
>> You don't care that innovation in desktop software has been crippled by
>> the actions of the monopoly player Microsoft?
> You need to first prove innovation in desktop software has been
> crippled, don't you?
MS took desktop software through pretty much the same sequence of
offerings that the mainframe and minicomputer software industry had
been throgh: flat file systems and single-tasking OS's in a command
line environment, adding nested file systems, adding TSRs, adding a
windowing environment, adding true multitasking and finally
multiprocessor systems. This took them what - 20+ years?
While MS was "innovating" by giving us directories, others who had
learned the lessons from mainframe and minicomputer systems were
offering us desktop systems with all those features - and an office
suite that ran in the windowing systems - for a fraction of the price
of anything that was capable of running MS-DOS.
MS managed to kill off or drive into niche markets the companies who
were actually doing innovative work on desktop systems, and it's taken
the desktop software industry two decades to recover from that. I'll
accept that as crippling until a better definition comes along.
<mike
--
Mike Meyer <email***@***.com> http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
|
| |
|
| |
 |
Harold Stevens

|
Posted: 2005-10-26 4:34:00 |
Top |
java-programmer >> Microsoft Hatred FAQ
In <email***@***.com> Brian Utterback:
[Snip...]
> that the laws have been in place since the late 1800's, the consent
> decree explicitly and in no uncertain terms informed them of their
> violations, and they continued to violate the law even afterward.
It's M$ corporate DNA; they literally couldn't change and survive:
Howard University law professor Andrew Gavil said he wonders whether
Microsoft's early demands -- which would have compelled manufacturers
to distribute to consumers only Microsoft's Windows Media Player
software -- were a genuine mistake or a signal the company intends to
revert to its hardball tactics.
"It's somewhat amazing it even happened," said Gavil, who has closely
followed the Microsoft case. "It's troubling that anyone inside
Microsoft was still thinking this was a legitimate business strategy."
Well, duh. All they got was a useless wrist-slap from the dickless US DOJ
in 2002, so this is not at all surprising--just bidness as usual for M$.
More:
http://biz.yahoo.com/ap/051020/microsoft_antitrust.html?.v=6
And any M$ apologists are just as much liars and thieves as M$ itself.
--
Regards, Weird (Harold Stevens) * IMPORTANT EMAIL INFO FOLLOWS *
Pardon any bogus email addresses (wookie) in place for spambots.
Really, it's (wyrd) at airmail, dotted with net. DO NOT SPAM IT.
Kids jumping ship? Looking to hire an old-school type? Email me.
|
| |
|
| |
 |
Peter T. Breuer

|
Posted: 2005-10-26 6:01:00 |
Top |
java-programmer >> Microsoft Hatred FAQ
In comp.os.linux.misc David Schwartz <email***@***.com> wrote:
> "Peter T. Breuer" <email***@***.com> wrote in message
> news:email***@***.com...
>>> Yes, it certainly is. However, it is also Microsoft's right as a
>>> seller
>>> to refuse discounts to those who also sell competing products. You may
>>> not
>> No it is not their "right"! That would be a discriminatory practice,
>> not to mention an anti-competitive practice. Totally.
> Businesses have the right to be discriminatory and anti-competitive in
> this way.
No they don't. I'm simply open-jawed at such a statement.
> McDonald's won't sell a Burger King their burger patties.
McDonald's are not in the business of wholesale distribution of burger
patties so your statement is simply sited in the wrong universe of
discourse. Coming back to the current universe of discourse, I assure
you that a McDonald's director can go into a Burger King and buy a
burger like anyone else, so no discrimination. Mind you - I'm not sure
if they'd let Ronald in. He's obviously dangerously nutty.
> his is
> both discriminatory and anti-competitive,
It's neither. It's simply not part of their business.
> but also perfectly legal, moral,
> and proper.
Dalse assumptions, hence invalid conclusions.
> You only run into a problem under United States law if the company is a
> monopoly. And I've already addressed that issue in this thread.
If MacDonalds were wholesale suppliers of hamburgers to the
distribution trade, then they couldn't discriminate among their
customers for the purposes of altering the competitive nature of the
market in hamburger sales to you and me across the counter. Companies
have been sued for trying that - sports shoe manufacturers, I seem to
recall. They've tried to make sure their shoes are sold only by
specified outlets at specified prices, in order to artificially manage
the market. That's illegal. Sued they got (or perhaps "suede").
Peter
|
| |
|
| |
 |
Not Bill Gates

|
Posted: 2005-10-26 6:01:00 |
Top |
java-programmer >> Microsoft Hatred FAQ
email***@***.com wrote...
> Not Bill Gates <email***@***.com> writes:
> > email***@***.com wrote...
> >> On Tue, 25 Oct 2005 15:35:47 +0000, Not Bill Gates wrote:
> >> > Heck, I dunno. Like you, I don't even really care all that much.
> >> You don't care that innovation in desktop software has been crippled by
> >> the actions of the monopoly player Microsoft?
> > You need to first prove innovation in desktop software has been
> > crippled, don't you?
>
> MS took desktop software through pretty much the same sequence of
> offerings that the mainframe and minicomputer software industry had
> been throgh: flat file systems and single-tasking OS's in a command
> line environment, adding nested file systems, adding TSRs, adding a
> windowing environment, adding true multitasking and finally
> multiprocessor systems. This took them what - 20+ years?
<shrug> Being pissed off about how things could have been done
better is a losing proposition. Even so, I'm a LOT more pissed off
that we're still driving around in 25 mpg polluting gas-burners than
I am about not having Windows XP available in 1985.
|
| |
|
| |
 |
Peter T. Breuer

|
Posted: 2005-10-26 6:06:00 |
Top |
java-programmer >> Microsoft Hatred FAQ
In comp.os.linux.misc David Schwartz <email***@***.com> wrote:
> "Steven D'Aprano" <email***@***.com> wrote in message
> news:email***@***.com...
>> The first two points are factually wrong, and the third is an opinion
>> based on the concept, as far as I can see, that Microsoft should be
>> allowed to do anything they like, even if those actions harm others.
> Of course this alleged "harm" is simply a lack of a benefit.
> Why is Burger King allowed to close at 10PM? That harms me when I'm
> hungry after 10.
They can close when they like because the policy is not discriminatory,
nor is part of an attempt to manage the market. If they were to do
things that harmed the market - such as telling meat suppliers that
supplied them that they couldn't supply anyone else, that would be a
possible candidate for anti-competitive behaviour suits. It would have
to be shown that the arrangement WAS materially anti-competitive,
though, and that's difficult to conceive of because MacDonalds does
not constitute a major portion of the market demand for corned beef,
so they don't have the leverage.
Peter
|
| |
|
| |
 |
Mike Meyer

|
Posted: 2005-10-26 6:13:00 |
Top |
java-programmer >> Microsoft Hatred FAQ
Not Bill Gates <email***@***.com> writes:
> email***@***.com wrote...
>> Not Bill Gates <email***@***.com> writes:
>> > email***@***.com wrote...
>> >> On Tue, 25 Oct 2005 15:35:47 +0000, Not Bill Gates wrote:
>> >> > Heck, I dunno. Like you, I don't even really care all that much.
>> >> You don't care that innovation in desktop software has been crippled by
>> >> the actions of the monopoly player Microsoft?
>> > You need to first prove innovation in desktop software has been
>> > crippled, don't you?
>>
>> MS took desktop software through pretty much the same sequence of
>> offerings that the mainframe and minicomputer software industry had
>> been throgh: flat file systems and single-tasking OS's in a command
>> line environment, adding nested file systems, adding TSRs, adding a
>> windowing environment, adding true multitasking and finally
>> multiprocessor systems. This took them what - 20+ years?
>
> <shrug> Being pissed off about how things could have been done
> better is a losing proposition.
I'm not pissed off about it - I've got better things to do. You asked
for prove that desktop software development was crippled by MS. I
provided it.
<mike
--
Mike Meyer <email***@***.com> http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
|
| |
|
| |
 |
David Schwartz

|
Posted: 2005-10-26 6:36:00 |
Top |
java-programmer >> Microsoft Hatred FAQ
"Peter T. Breuer" <email***@***.com> wrote in message
news:email***@***.com...
>> McDonald's won't sell a Burger King their burger patties.
> McDonald's are not in the business of wholesale distribution of burger
> patties so your statement is simply sited in the wrong universe of
> discourse.
I don't know what drugs you're on, but the McDonald's corporation most
certainly is in the business of the wholesale distribution of burger
patties. One key reason to become a franchisee is to access their wholesale
distribution network.
> Coming back to the current universe of discourse, I assure
> you that a McDonald's director can go into a Burger King and buy a
> burger like anyone else, so no discrimination. Mind you - I'm not sure
> if they'd let Ronald in. He's obviously dangerously nutty.
That's not even remotely analogous. Microsoft didn't say that customers
who bought OS2 couldn't buy Windows. They said (in acutality something less
than that) people who buy Windows wholesale can't also resell other
operating systems. This is perfectly analogous to McDonald's saying that
retailers who buy their burger patties wholesale can't also sell Whoppers.
>> You only run into a problem under United States law if the company is
>> a
>> monopoly. And I've already addressed that issue in this thread.
> If MacDonalds were wholesale suppliers of hamburgers to the
> distribution trade,
They are wholesale suppliers to those people who agree to their
distribution terms. This requires, among other things, that you prepare them
in a precise way and only sell approved items.
> then they couldn't discriminate among their
> customers for the purposes of altering the competitive nature of the
> market in hamburger sales to you and me across the counter.
I'm afraid I don't understand what "altering the competitive nature of
the market in hamburger sales" actually means. What is it that you are
claiming they can't do?
> Companies
> have been sued for trying that - sports shoe manufacturers, I seem to
> recall. They've tried to make sure their shoes are sold only by
> specified outlets at specified prices, in order to artificially manage
> the market. That's illegal. Sued they got (or perhaps "suede").
What, precisely, is illegal?
DS
|
| |
|
| |
 |
David Schwartz

|
Posted: 2005-10-26 6:39:00 |
Top |
java-programmer >> Microsoft Hatred FAQ
"Peter T. Breuer" <email***@***.com> wrote in message
news:email***@***.com...
> In comp.os.linux.misc David Schwartz <email***@***.com> wrote:
>> "Steven D'Aprano" <email***@***.com> wrote in message
>> news:email***@***.com...
>>> The first two points are factually wrong, and the third is an opinion
>>> based on the concept, as far as I can see, that Microsoft should be
>>> allowed to do anything they like, even if those actions harm others.
>> Of course this alleged "harm" is simply a lack of a benefit.
>> Why is Burger King allowed to close at 10PM? That harms me when I'm
>> hungry after 10.
> They can close when they like because the policy is not discriminatory,
> nor is part of an attempt to manage the market. If they were to do
> things that harmed the market - such as telling meat suppliers that
> supplied them that they couldn't supply anyone else, that would be a
> possible candidate for anti-competitive behaviour suits. It would have
> to be shown that the arrangement WAS materially anti-competitive,
> though, and that's difficult to conceive of because MacDonalds does
> not constitute a major portion of the market demand for corned beef,
> so they don't have the leverage.
In other words, who or what it harms is not the issue. Which was
precisely my point. Private individuals and corporations are allowed to harm
other people, so long as they don't violate the rights of those people when
they do so, for example by using force or fraud.
If a McDonald's opens across the street from my little burger joint
family business, that hurts me. However, it isn't force, it isn't fraud, it
doesn't violate rights, it's just part of life.
Not even the amount of harm is at issue. Burger King firing someone for
cause might result in their family going hungry.
The issue is whether the action is within the scope of the actor's
authority.
DS
|
| |
|
| |
 |
Steven D'Aprano

|
Posted: 2005-10-26 7:09:00 |
Top |
java-programmer >> Microsoft Hatred FAQ
On Tue, 25 Oct 2005 11:51:02 -0700, David Schwartz wrote:
>
> "Steven D'Aprano" <email***@***.com> wrote in message
> news:email***@***.com...
>
>> The first two points are factually wrong, and the third is an opinion
>> based on the concept, as far as I can see, that Microsoft should be
>> allowed to do anything they like, even if those actions harm others.
>
> Of course this alleged "harm" is simply a lack of a benefit.
>
> Why is Burger King allowed to close at 10PM? That harms me when I'm
> hungry after 10.
Burger King doesn't take actions to prevent you from going to another
vendor who will stay open after 10PM, as you very well know.
Nor is Burger King a monopoly -- if they refuse to open after 10 in the
face of great demand, they only harm themselves. As I said a few days ago,
it is not the place for either us or the government to care about the
success or failure of any specific vendor, but only about the health of
the entire market. As there is no shortage of competition in the fast food
market, the harm done to you by Burger King's refusal to open after 10PM
is not sufficient for anyone to care. If there is significant demand, then
Burger King will merely harm themselves by refusing to open because they
will lose customers to those vendors who do open, and if there is
insignificant demand, then why should anyone care?
--
Steven.
|
| |
|
| |
 |
Luc The Perverse

|
Posted: 2005-10-26 7:47:00 |
Top |
java-programmer >> Microsoft Hatred FAQ
"Steven D'Aprano" <email***@***.com> wrote in message
news:email***@***.com...
> On Tue, 25 Oct 2005 11:51:02 -0700, David Schwartz wrote:
>
>>
>> "Steven D'Aprano" <email***@***.com> wrote in message
>> news:email***@***.com...
>>
>>> The first two points are factually wrong, and the third is an opinion
>>> based on the concept, as far as I can see, that Microsoft should be
>>> allowed to do anything they like, even if those actions harm others.
>>
>> Of course this alleged "harm" is simply a lack of a benefit.
>>
>> Why is Burger King allowed to close at 10PM? That harms me when I'm
>> hungry after 10.
>
> Burger King doesn't take actions to prevent you from going to another
> vendor who will stay open after 10PM, as you very well know.
>
> Nor is Burger King a monopoly -- if they refuse to open after 10 in the
> face of great demand, they only harm themselves. As I said a few days ago,
> it is not the place for either us or the government to care about the
> success or failure of any specific vendor, but only about the health of
> the entire market. As there is no shortage of competition in the fast food
> market, the harm done to you by Burger King's refusal to open after 10PM
> is not sufficient for anyone to care. If there is significant demand, then
> Burger King will merely harm themselves by refusing to open because they
> will lose customers to those vendors who do open, and if there is
> insignificant demand, then why should anyone care?
NO! There ~is~ a conspiracy by Egg farmers to not make burgers available
before 10 am.
Burger King used to be one of the last great vestiges of the 24 hour burger,
and now it's gone.
They know no one would buy the shitty egg McMuffins/equivalent if they had
delicious burgers available, so there is something underhanded going on
behind the scenes.
Same thing with pizza. Don't try to tell me that there are not hungry
partiers at 3 am - but are any of the delivery places open? NO!
Why is it this way? Who knows! But when in doubt, blame the right wing
extremist politicians.
|
| |
|
| |
 |
Roedy Green

|
Posted: 2005-10-26 8:15:00 |
Top |
java-programmer >> Microsoft Hatred FAQ
On Tue, 25 Oct 2005 16:36:37 +0200, "Peter T. Breuer"
<email***@***.com> wrote, quoted or indirectly quoted someone who
said :
>> Yes, it certainly is. However, it is also Microsoft's right as a seller
>> to refuse discounts to those who also sell competing products. You may not
It was not a discount. I was being denied the right to buy from any
wholesaler. The "deal" MS offered was that I as an independent
retailer had to by ALL my MS OS products retail if I wanted to sell
even one machines without Windows.
That would have been easily enough to put any retailer out of business
if he did not comply.
Even in retrospect, when I kick myself for abandoning my principles,
It would still be a tough decision.
1. I had eight people working for me who would have become unemployed.
2. The city would have lost one of its most ethical retailers.
3. Microsoft would STILL have won.
4. I would have had to put up taunts from people calling me crazy for
destroying my business in what they would see as a vainglorious
attempt to stop the Microsoft juggernaut.
What MS did was put me in a position where felt I had little choice
but to violate my OWN moral code of conduct. That is what has me so
pissed.
It is bad enough to be extorted from. It even worse to be forced into
a racket to extort others.
If any one here considers what MS did acceptable I am glad by their
public stance they have warned others off ever having business
dealings with them because their low standards of conduct.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
|
| |
|
| |
 |
Roedy Green

|
Posted: 2005-10-26 8:18:00 |
Top |
java-programmer >> Microsoft Hatred FAQ
On Wed, 26 Oct 2005 02:03:36 +1000, Steven D'Aprano
<email***@***.com> wrote, quoted or indirectly quoted
someone who said :
>You don't care that because of Microsoft's neglect, there are millions of
>zombie PCs running their sub-standard OS across the world, sending
>hundreds of millions of spam emails?
Of course he cares. He is a shill. He licks that hand that feeds him.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
|
| |
|
| |
 |
| |
 |
Index ‹ java-programmer |
- Next
- 1
- Perfomance for multiple inserts> Statement stmt = con.createStatement();
> stmt.addBatch("insert into table_name1 ...");
> stmt.addBatch("insert into table_name2 ...");
> stmt.addBatch("update table_name3 ...");
> stmt.addBatch("update table_name4 ...");
> stmt.addBatch("delete from table_name5 ...");
> stmt.executeBatch();
>
> And that is a good idea because the critical part of operations
> like this is the Statement-object. That has the direct connection
> with the SQL-server-side. And now you are able to execute a lot
> of statements with only 1 Statement-object, this looks like
> an sql-batch-script.
And if you (original author) going to benchmark, you could try concatenating
insert queries into a one large sql formula. Then you just run it and let
dbserver do the job.
StringBuffer sBuffer = new StringBuffer();
sBuffer.append("Insert Into ....;");
sBuffer.append("Insert Into ....;")
sBuffer.append("Insert Into ....;");
stmt = connection.createStatement(sBuffer.toString());
stmt.execute();
- 2
- opening default browserHello everybody.
I'm new to Java.
I have created simple JPanel: Help->About.
I have placed there a link to my web page with message: download the
newest version.
OK it is a text message - I want to add sth like in Eclipse's
Help->About - a link to my page.
How can I open in Java a page in default system browser?
I'm newbie, I searched with google but every time I entered word
related to browser or opening browser I have - yes - Java but 'Java
Script' results...
thanks in advance for Your help
best regards R
- 3
- Finding Available JREs I'm hoping someone here can point me in the right direction. What
is the most reliable way to detect the available JREs installed on a
target system? Is the Windows registry sufficient under Windows?
Where does one look on a Linux system?
Any help on this matter would be greatly appreciated.
Thanks!
Damon Courtney
- 4
- 5
- Hel me! I'm going mad!!!Excuse me if I'm repetitive but I need help.
I thank Micheal Dunn but his suggestion is too particular and it's too
legates to a specific map of a museum.
I have this problem.
I have a map of a generic museum. Every room has maximum 4 links to other
room. These links have not a cost(the cost is always 1). I must implement a
algorithm to determinate the shortest path from a room to another room.
I have created a Class room, this class have these methods eand these data:
Method:
public int getNumVicini() //this method gives the number of room linked the
the object room in question;
public int getVicino(int v)//this method returns the 1st or the2nd or the
3rd or the 4th
public int getId()//return the id of the room
public String getPercorsi(int i)//return the path from the object room to
the room with id equals to i
public boolean verifyVicino(int v)//This method verify if a room with id
equals to v is linked to the object room
The there are the method addVicino(int i) that insert i inthe array vicini,
the method setname, setid, getname, getid etc.
Data:
private int vicini[]=new int[4];//this array contains the id of the linked
rooms
public String percorsi[]= new String[9];//this array contain the path from
the object room to all the others rooms in percorsi[0] there is the path
from object room to the room with id=0, in percrosi[1] path from object room
to the room with id[1], etc.
private int id;//in this int there's the id of the room
private String nome;//in this string there's the name of the room
In the main I have an array that contains all the room of the museum(Room
museum[]=new Room[x]).
The I have created a class Path to determinate the shortest path from a room
to another room.
This is the class Path:
public class Path {
private Room start;
public Path(Room r){ //the constructor take a room the room of start
and set the path to the linked room
for(int i=0; i<r.getNumVicini(); i++){
r.verifica[r.getVicino(i)]=true; //r.getVicino(i) give the id of
the linked rooms and set the verify[x], where x is the id of the linked
room, to true, because the shortest path is immediate
r.percorsi[r.getVicino(i)]+=r.getId()+ " " +
r.getVicino(i);//set the path to the linked room i equals to the id of the
start room an the id of the end room in this case the is of the end room is
the id a linked room
}
start=r;//it assigns the object r to start
}
private void findRoad2(Room end){ //this method permit to calculate
the path from 2 rooms that have a common linked room, but I don't know how
do to determinate a path for 2 room if between these 2 rooms there is more
of one room for example if I have these room 2-9-6-8(hte number are the id
of the room , the - are the link), with this method I am able to
derterminate the path from 2 to 9, from 2 to 6, but not for 2 to 8
for(int i=0; i<start.getNumVicini(); i++){
for(int j=0; j<end.getNumVicini(); j++){
if(start.getVicino(i)==end.getVicino(j) &&
start.verifica[end.getId()]==false){//This cycle verify if there is a common
linked room(like the room 9 in the example of the path from 2to6)
start.verifica[end.getId()]=true; //if there is this
common linked room it sets the verify[end.getId()] to true to indicate that
the path it is been determinated
start.percorsi[end.getId()]=start.getId()+ " " +
start.getVicino(i) + " " + end.getId(); //set the path, this path is equals
to start id and the id of the common linked room and end room id
}
}
}
}
If I have a map of the museum of this type:
7-8-3
| | |
6-4-2
| | |
5-0-1
(this map is only an example I could have a museum with 13 rooms that are
arranged in irregular way)
with the code that I have written I can determinate the path from 7 to 8,
from 7 to 6, from 7 to 4, from 7 to 3 and from 7 to 5, but NOT from 7 to 0,
from 7 to 1 or from 7 to 2
At the same way I can determinate the path from 0 to 5, from 0 to 1m from 0
to 4, from 0 to 8, from 0 to 2, from 0 to 6, but NOT from 0 to 3, from 0 to
7.
The some thing is for the rest of the rooms. I don't know how do to
determinate the rest of the path.
How can I do?
Thanks and excuse me.
- 6
- 7
- Passing an unknown number of parameters to AntHEllo,
You can pass parameters from the command line to your ant build file
by using properties.
Using ant -Dname=value lets you define values for properties on the
Ant command line.
These properties can then be used within your build file as any normal
property: ${name} will put in value.
However,
Let's say that I have the following java program:
++++++++++++++
class Test {
public static void main(String argv[]) {
for (int i = 0; i < argv.lenght;i++)
System.out.println("param " + i + ": " + argv[i]);
}
}
++++++++++++++
and I have the following ant file:
++++++++++++++
<project basedir=".">
<target name="run">
<java fork="true" classname="Test"/>
</target>
</project>
++++++++++++++
How do I need to modify the ant file so that executing "ant run one
two three" from the command line, produces:
++++++++++++++
param 1: one
param 2: two
param 3: three
++++++++++++++
(and it works for any number of parameters)
Many thanks,
DAvid
- 8
- How to intercept Ctrl key - eg Ctrl E being pressed on Java console programHello
I am writing console programs and my program waits streaming in text input
from the screen. But I need a way for the user to abort - I thought Ctrl
E - but how can I know when Ctrl E has been pressed.
I am roughly doing this sort of thing:
import java.io.*;
public class blah
{
public static void main(String[] args)
{
// declaration section:
BufferedReader cin = null; // console input
String conline;
try
{
cin = new BufferedReader(new InputStreamReader(System.in));
System.out.println("Enter strings to remove last character");
System.out.println("waiting... Press Ctrl E to end session");
while ((conline = cin.readLine()) != null)
{
// If Ctrl E detected abort - break out - BUT HOW???
System.out.println("processing: " + conline);
int len = conline.length();
String strRemovedot = conline.substring(0,len-1);
System.out.println(strRemovedot);
}
cin.close();
}
catch (IOException e)
{
System.err.println("IOException: " + e);
}
}
}
- 9
- 10
- Ltd. Enrollment NotificationAttention Potential Candidate:
You may now qualify for our unique University Education Program. For a limited amount of students - No tests, classes, books, or interviews required*
Yourself, and a limited number of other candidates are invited to take advantage of this Special Enrollment
Bachelors, Masters, MBA, and Doctorate (PhD) available in the field of your choice - 100% Verifiable Documents will be shipped to you within 2 weeks.
CALL US 24-7 - This Special Enrollment Ends Soon
1 (310) 281 - 6248
Thank You
Erin Reilly,
Educational Counsellor,
Internet Admissions Office
*Education awarded on life and past work experience.
--
To UNSUBSCRIBE, email to email***@***.com
with a subject of "unsubscribe". Trouble? Contact email***@***.com
- 11
- Notifying ClientsHi,
I want my server to notify all the clients connected to it.
Basically the server should send the no. of files (count) in each
directories. I don't want the server to send this to each and every
client individually. This should be done in an efficient way.
Will JMS be used efficiently for this? or Is there any other way
to do this efficiently?
Thanks,
Ganesh
- 12
- problem with Retroguard and Java 2 JDK?Hello
I have previously used Retroguard with jdk 1.1.8 but am having
problems using j2sdk 1.4.2_03. Get the following errors in the log
file. Any ideas why please?! The scr and run batch files which I am
using follow the error messages...
Geoff
# Unrecoverable error during obfuscation:
# java.lang.ClassNotFoundException:
symantec.itools.awt.util.dialog.ModalDialog
java.lang.ClassNotFoundException:
symantec.itools.awt.util.dialog.ModalDialog
at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at a.a.a.f.a(Unknown Source)
at a.a.a.f.a(Unknown Source)
at a.a.a.f.j(Unknown Source)
at a.a.a.j$4.a(Unknown Source)
at a.a.a.j.a(Unknown Source)
at a.a.a.j.a(Unknown Source)
at a.a.a.j.a(Unknown Source)
at a.a.a.j.a(Unknown Source)
at a.a.a.j.a(Unknown Source)
at a.a.a.j.if(Unknown Source)
at a.a.a.s.do(Unknown Source)
at a.a.a.s.a(Unknown Source)
at RetroGuard.a(Unknown Source)
at RetroGuard.a(Unknown Source)
at RetroGuard.main(Unknown Source)
1. scr batch file
set CLASSPATH=d:\retro\retroguard.jar;d:\retro\symbeans.jar
c:\j2sdk1~1.2_0\bin\java -classpath %CLASSPATH% RGgui
2. run bacth file
set CLASSPATH=d:\retro\retroguard.jar;d:\retro\symbeans.jar
c:\j2sdk1.4.2_03\bin\java -classpath %CLASSPATH% RetroGuard 030204.jar
ob030204.jar 030204.rgs 030204.log
- 13
- wholesale,hoody ( paypal accept ) ( www.top-saler.com ) wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
wholesale,hoody ( paypal accept ) ( www.top-saler.com
)
- 14
- Oracle JDBC executeQuery() hanging with a to_char() in the selectCalling statement.executeQuery() hangs, anyone experienced this? Using
the Oracle thin driver v9.2.0.1.0 running on a Solaris 8 box. The
code:
Connection connection = cdrDataSource.getConnection();
Statement statement = connection.createStatement();
String sql = "SELECT
TO_CHAR(SOFIXML.SOFI_LIB.SOFI_GET_XML('CA89352LAC42', NULL, NULL))
FROM DUAL";
ResultSet resultSet = statement.executeQuery(sql);
if(resultSet.next()) {
return resultSet.getString(1);
}
The SOFI_GET_XML function returns a CLOB and I'm using TO_CHAR() to
convert is into a VARCHAR2 for speed. Not doing a TO_CHAR and
processing the CLOB works fine but is a little slow. The query runs
fine through both TOAD and SQLPlus.
Thanks, Chris
- 15
- Stack and Thread SafetyMay I assume that a stack is thread safe since it extends the
synchronized vector class?
Thanks.
--
Kenneth P. Turvey <email***@***.com>
Artificial Intelligence Algorithms Wiki
http://ai.squeakydolphin.com
|
|
|