5,727 Posted Topics

Member Avatar for alwaysvaghu

1) Apache SOAP is deprecated. Use Axis instead. 2) What's not clear about that message? It's pretty obvious that you're using the wrong request protocol.

Member Avatar for jwenting
0
192
Member Avatar for nixlie

this has nothing to do with JSP, or if you put that code in a JSP your understanding of how JSP works is so seriously flawed you should get yourself a beginner's tutorial and start from scratch.

Member Avatar for jwenting
0
166
Member Avatar for vamsy

1) that's not urgent, not at all. I've not seen that requirement in a long time, and last I saw it it which was several years ago it was withdrawn. 2) read up on your HTML specifications. What you want isn't supported by HTML so you won't be able to …

Member Avatar for jwenting
0
96
Member Avatar for shanthiIrene

not. JSP is run on the server, Javascript on the client. I wish people could get it into their heads that JSPs do NEVER run on the client.

Member Avatar for jwenting
0
54
Member Avatar for akadri

Best current free compiler/editor for Windows is Microsoft Visual C++ Express linked with the Windows 2003 Platform SDK. [url]http://msdn.microsoft.com/vstudio/express/visualc/[/url] More standards compliant than older (free) compilers, which is about all that counts for people learning to program. And if you're using it commercially you might as well pay a bit …

Member Avatar for WaltP
1
261
Member Avatar for The Dude

A lottery ticket always states that the price goes to the person presenting the ticket. If you throw your ticket away, tough luck. If someone else finds it, it's his lucky day. IF the decision had been different, the lottery organiser would from then on have the legal obligation to …

Member Avatar for jwenting
0
78
Member Avatar for nixlie

What problems did you have with mySQL? Unless they had to do with mySQL itself rather than the way you're using it you will almost certainly have the same problems with any database system. You access MS Access in the same way you access mySQL after all, or any other …

Member Avatar for jwenting
0
108
Member Avatar for Deco_20

OP's language skills are poor enough that he's unlikely to understand his textbooks... So a course in elementary English would be first called for before trying to tackle human-computer interface theory.

Member Avatar for Deco_20
0
186
Member Avatar for Wrathbone

You should be with your nose in your books rather than surfing the web.

Member Avatar for jwenting
0
130
Member Avatar for aman_dce

if you're a third year student at any level higher than kindergarten your command of English should be a LOT better than it appears to be. You should also know full well that you're supposed to do your own homework and not turn in something created by others as your …

Member Avatar for DMR
0
360
Member Avatar for med7at7egazi

Something that teaches kids to start early on their homework instead of waiting to the last minute and then expect instant answers to be handed to them by total strangers on internet forums might be a good idea.

Member Avatar for harshita
0
298
Member Avatar for dannyfang

there's a function to do just that in the standard library by the name of atoi (ASCII to Integer).

Member Avatar for Dave Sinkula
0
333
Member Avatar for kssprabhu

don't do that kind of stuff in a JSP. Use a proper application architecture, JSPs should be used for display only and NEVER use scriptlets.

Member Avatar for hooknc
0
800
Member Avatar for crunchie

I've this great idea for helping people in severe drought situations. Instant water, just add water.

Member Avatar for jwenting
0
193
Member Avatar for munyandi

not. That's not what StringTokenizer (which you should preferentially not use anyway, see the Javadoc) was designed for.

Member Avatar for jwenting
0
34
Member Avatar for suganth
Re: Jsp.

1) there is a dedicated JSP forum 2) you shouldn't do that inside the JSP, but in a servlet or EJB 3) we're not here to do your work for you. We may give hints and help out but you have to do it yourself 4) we're not being paid …

Member Avatar for jwenting
0
93
Member Avatar for FutureEngineer

"What i've been hearing lately that if you want to become a Software Engineer, you have to get a B.S. in Computer Science" hmm, never noticed that. 90% of the people I've worked with over the past 10 years (and about 95% of those who were any good to work …

Member Avatar for Cain
0
184
Member Avatar for rebel9277

try "123456", it's the same as president's Skroob's combination on his luggage.

Member Avatar for 'Stein
0
181
Member Avatar for jetbrains

You're not going to get a JSP to create a chart, that's not what they're there for. JFreeChart contains examples, use them, they're quite good.

Member Avatar for jwenting
0
79
Member Avatar for mrsteve

What is the EXACT type of your list? According to the API specs the elements of the List should all be the same type and all must implement Comparable. If that's not the case you can indeed get that error, as you're passing it an argument that doesn't conform to …

Member Avatar for jwenting
0
263
Member Avatar for peter_budo

Nukes are inefficient over large areas. Aerial dispersion of persistent nerve agent is cheaper and more effective. Luckily the terrorists this time blew it :cheesy: and noone was seriously hurt.

Member Avatar for server_crash
1
1K
Member Avatar for ryy705

I use a piece of paper. What I draw on there is then transferred to whatever user interface library is needed. And yes, Swing is plenty good enough if you take the time to learn to use it (most complaints about it are from people who don't bother to try …

Member Avatar for hooknc
0
218
Member Avatar for mrsteve

yup, cliche. Both the question and the (rather obvious) answer have been posted too many times to count and as usual the person asking the question can't be bothered to do his own research towards finding that answer.

Member Avatar for mrsteve
0
225
Member Avatar for happygeek

online telephone directory to get the number for the pizza delivery guy, what more do you need? ;)

Member Avatar for happygeek
0
137
Member Avatar for jaininaveen

'hai' is Japanese for 'yes', and has no place in the sentences you used it in. I'm not your friend. 'plz' is not a word in any language I'm aware of (and I know quite a few well enough to recognise them). 'begginer' is similarly a nonexistent word. So is …

Member Avatar for jaininaveen
0
178
Member Avatar for duckforceone

Quite possible. You may want some 3rd party libraries to make it easier, but those are all Java as well so you could if you really wanted to write them yourself. HSQLDb, Hibernate, maybe Spring (might be overkill, but it's a good skill to pick up as it's very good …

Member Avatar for jwenting
0
171
Member Avatar for ishwar

even easier than that, if you know how to use a commandprompt properly you can simply create a startup script that will not launch a persistent commandwindow of any kind. Of course that will not make your application impossible to detect, a requirement for spyware and other malware, and one …

Member Avatar for jwenting
0
137
Member Avatar for ayk-retail

The main reason Pascal is looked at like it is useless is because it has always had the image of being only for undergraduate students. Students would learn Pascal, then "graduate" to "real" languages like C and Fortran when they got to graduate work. They looked forward to those days …

Member Avatar for Lord Soth
0
271
Member Avatar for invokers
Member Avatar for freesoft_2000

FileInputStream is readonly, FileOutputStream is writeonly... And those won't cover a scenario where you don't have a drivemapping to the remote site, you'll need a network stream wrapped around it as well for the correct protocol.

Member Avatar for jwenting
0
93
Member Avatar for freesoft_2000

Java can support any protocol, there's just no ready made handlers for all of them in the core libraries.

Member Avatar for jwenting
0
116
Member Avatar for server_crash

As Alex said, you get what you pay for. Had they opted for extended warranty the things would have been repaired under warranty. They didn't, which was their own choice, so they have to foot the bill. I know of only one company that ever deliberately designed a system to …

Member Avatar for John A
0
584
Member Avatar for yonne

Think twice that money for a top system (3-4 times for the best of the best).

Member Avatar for vicec64
0
487
Member Avatar for Visslan

It's a sheet made by women in small jungle villages on Java on homemade looms.

Member Avatar for Visslan
0
149
Member Avatar for Embeza

The idea is to help others, not to enlist them to do your homework for you. You showed no interest at all in doing anything of your own, just sitting back and waiting for a complete solution to be handed to you on a golden platter. That's not going to …

Member Avatar for MattEvans
0
243
Member Avatar for j1979c

[QUOTE=Phaelax]Ok, I think I see what you're saying. Objects are passed by reference. So as long as you're not trying to do this with any primitives (int, float) then anything you do the passed variable has immediate affect on it.[/QUOTE] WRONG WRONG WRONG! Objects are NEVER passed in Java AT …

Member Avatar for jwenting
0
240
Member Avatar for Cudmore

You can actually do pretty much just that, you've almost succeeded in creating your own plugin architecture. Congratulations on that, it takes many people years to figure out (if they succeed at all). What you're looking at is an abstract factory to create adapters. What you need is to create …

Member Avatar for Rotak
0
250
Member Avatar for nammi_aqua

kid can't even bother to think up original titles for his posts or to even attempt to hide the fact that he's a lazy no-do-good schoolkid who doesn't even know proper English.

Member Avatar for jwenting
0
116
Member Avatar for hemanthjava

Wrong architecture. Place the JTable in a JScrollPane, and place that in the JPanel. Scrap the scrollbar on the JPanel as the JScrollPane will handle them automatically. You will have to fiddle with the settings of the JScrollPane a bit to make the horizontal scrollbar to show up.

Member Avatar for jwenting
0
233
Member Avatar for nammi_aqua

it's not urgent, and it's not "a doubt". In fact that's a completely incorrect way to use the word "doubt". Do your own homework, we're not here to help you cheat your way to a diploma so you can then steal our jobs.

Member Avatar for jwenting
0
82
Member Avatar for johnroach1985

It's a well known and rather old hoax. Typically it's accompanied by "send this message to all your friends, MSN will not stay free unless this message is sent to 50 million people in the next 3 months" or something like that. ALL such things are hoaxes.

Member Avatar for jbennet
0
316
Member Avatar for Chi'Manta
Member Avatar for nizzy1115

1998 Ford Fiesta 1.3. Small, cheap in taxes and insurance, and reasonably cheap (well, compared to larger cars I could afford...) in maintenance and gas.

Member Avatar for hollystyles
0
565
Member Avatar for aruma

That's a different question :) For your first, you need to learn about classpaths. That's well described in any decent beginners' book, no need to repeat that here. For the second, that all depends on the version of Eclipse. But when you select a class to run you can also …

Member Avatar for aruma
0
122
Member Avatar for iamthwee

It's not hackish, it's just the example that's oversimplified to fit into a few pages.

Member Avatar for jwenting
0
93
Member Avatar for Duki

Company I worked for rejected any application from MCSE people without at least 5 years work experience to back it up for that very reason. Far too easy to pass by just cramming a few days or weeks for a lot of people, and the knowledge gained not just evaporates …

Member Avatar for jwenting
0
68
Member Avatar for vinahorse78

think for yourself, that's one of the things they're trying to teach you.

Member Avatar for larytet
0
222
Member Avatar for haidabalaji

Of course you can. Add a KeyListener which rejects all non-numeric formats and inserts the slashes as needed :)

Member Avatar for jwenting
0
74
Member Avatar for Credy
Re: need

there are several scripting languages for the JVM. Groovy, JRuby, Jython, etc. etc. etc. Byt I've never heard of cripts scirpts for it.

Member Avatar for jwenting
0
50
Member Avatar for Croft .L

to get started you'd best not use any IDE. Way too many people get stuck in learning an IDE instead of the language and then get utterly lost as soon as they don't have that specific version of that specific IDE configured just like the one at school at their …

Member Avatar for hemanthjava
0
109

The End.