Search the web
Sign In
New User? Sign Up
pinoyjug
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4011 - 4040 of 19871   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4011
Assuming you want to use the Oracle SEQUENCE facility and you haven't created the sequence yet, issue the following command in SQL*Plus: CREATE SEQUENCE...
Joben Ilagan
jilagan
Offline Send Email
Feb 1, 2003
9:37 am
4012
Thank you, Joben! I don't know if this question will still be applicable. I just wonder why does my table's last autogenerated number is 44 (real value is...
Macapagal, Jenny Pear...
jennypearlm
Offline Send Email
Feb 1, 2003
9:56 am
4013
Jenny, Note that everytime you get NEXTVAL, the sequence auto-increments. Chances are, your last INSERT statement had NEXTVAL at 44 at some point and that...
Joben Ilagan
jilagan
Offline Send Email
Feb 1, 2003
3:13 pm
4014
Thanks Joben! Yeah, I noticed that everytime I issue the NEXTVAL, the value just keeps on incrementing. =) I don't know if getting the NEXTVAL will give me an...
Macapagal, Jenny Pear...
jennypearlm
Offline Send Email
Feb 1, 2003
3:25 pm
4015
Hi Jenny, Getting NEXTVAL won't solve the problem, which is why I sugggested saving the value in some variable right after getting NEXTVAL first before the...
Joben Ilagan
jilagan
Offline Send Email
Feb 2, 2003
7:55 am
4016
I'm now reading this: http://java.sun.com/docs/books/jls/ To learn Java language rules "from the authority." It's a bit hard to read due to the academic...
Miguel A Paraz
mparaz
Offline Send Email
Feb 3, 2003
12:14 am
4017
Hi! I am trying to develop cmp entity ejb with Assoication relationship with WebSphere Studio Application Developer 4.0. BeanA has 1:m relationship with BeanB....
Maurice Ronan
mao_ronan
Offline Send Email
Feb 3, 2003
5:58 am
4018
Is there a way where I can specify a remote queue location for message-driven beans in JBoss? How does one configure it? Here's the sample setup: I have 2...
Jojo Paderes
suedehead33
Offline Send Email
Feb 3, 2003
6:14 am
4019
hi fellow java enthusiasts, i'd like to know if anyone have the same problem with what i have now. it's regarding javascript and DST. in javascript, we can...
Jeff <jtong@...>
jep_ong
Offline Send Email
Feb 3, 2003
6:34 am
4020
Hello, How can I evaluate the maximum network load generated by a J2EE web app? Are there standard procedures for that? My app has 10-20 users, and does not ...
Miguel Juteau
miguel_juteau
Offline Send Email
Feb 3, 2003
12:11 pm
4021
I wonder if they also have the SCJP in mind here... http://www.itmatters.com.ph/news/news_02032003d.html Philippine-based companies are slowly becoming more...
Miguel A Paraz
mparaz
Offline Send Email
Feb 3, 2003
12:12 pm
4022
http://cld.blog-city.com/readblog.cfm?BID=15428 SWT (standard widget toolkit) has been billed as the fresh new way to develop desktop applications in Java,...
Miguel A Paraz
mparaz
Offline Send Email
Feb 3, 2003
12:12 pm
4023
Found this: http://www.dickbaldwin.com/tocint.htm See the "Data Structures" section. Still looking forward to hear from you guys - what do you need to learn ...
Miguel A Paraz
mparaz
Offline Send Email
Feb 3, 2003
12:15 pm
4024
Hello all! Im trying to build a Light soap client, in short i will not use the soap.jar package. Just the plain old URLConnection. My question is this... How...
Piglet Java
piglet_java@...
Send Email
Feb 3, 2003
12:18 pm
4025
Hello Lesley, Im not sure what you want to do but to change a URL request from the default GET, 1. use HttpURLConnection then use the method, ...
donald
donaldjke
Offline Send Email
Feb 3, 2003
11:02 pm
4026
... I don't think that's feasible since the SOAP protocol has a lot of options... :( ... SOAP only uses HTTP POST (right now) - so you have to use ...
Miguel A Paraz <mpara...
mparaz
Offline Send Email
Feb 4, 2003
2:07 am
4027
I wrote the attached code to try out the form: class Super { m1() { ... } } class Outer extends Super { class Inner { m2() { Outer.super.m(); } } } I didn't...
Miguel A Paraz
mparaz
Offline Send Email
Feb 4, 2003
2:08 am
4028
Hi Mig, #How can I evaluate the maximum network load generated by a J2EE web app? Are #there standard procedures for that? My app has 10-20 users, and does not...
Jeff Gutierrez
jeff_gutierrez
Offline Send Email
Feb 4, 2003
2:08 am
4029
I'm measuring it in terms of response time and throughput. Target an average response time, say, <2 sec. That 2 sec should be maintained for a single request...
Rene Palad
reneticus
Offline Send Email
Feb 4, 2003
2:08 am
4030
http://www.n-ary.com/java/jdj/askjdj_question.cfm?JDJ_ID=2 Stuff you could ask at an interview... or be asked... :) -- http://mparaz.com/ +63-916-423-7922...
Miguel A Paraz
mparaz
Offline Send Email
Feb 5, 2003
5:10 am
4031
Hello all, How do i convert &apos; to single quote (') using JDK 1.1? Here is my string String s = "<username>Your&apos;s truly</usernamewhere>"; I tried using...
Piglet Java
piglet_java@...
Send Email
Feb 5, 2003
5:10 am
4032
Thanks donald! I found my error, its just a syntax error on my xml elements. Thanks anyway! ... __________________________________________________ Do you...
Piglet Java
piglet_java@...
Send Email
Feb 5, 2003
5:11 am
4033
I figured that Arrays needed a little bit of treatment too, since the Arrays utility class also uses equals() and Comparable interface. I'll be writing sample...
Miguel A Paraz
mparaz
Offline Send Email
Feb 5, 2003
5:11 am
4034
ei, newbie here. :) i've downloaded and am planning to use jspsmartupload for a project. my Q is, since the <html:file> tag's property should be of type...
kai
kai_rivera
Online Now Send Email
Feb 5, 2003
8:50 am
4035
Hi Migz, Try the program I attached here. I don't know about the error, but check the codes we have if you miss something(I'mnot sure thought if it's what you...
Rhys Chiu
RACTails
Offline Send Email
Feb 6, 2003
7:39 am
4036
For developers who want to integrate JBoss in their Eclipse IDE: http://www.jboss.org/developers/projects/jboss/jbosside.jsp JBoss-IDE is a new project with...
Jojo Paderes
suedehead33
Offline Send Email
Feb 6, 2003
7:40 am
4037
Yellowasp is recruiting on a contract base: Required skills for Web developer: - Solid 2+ years experience in JSP, Servlet, EJB, and Web language (XML, ...
Miguel Juteau
miguel_juteau
Offline Send Email
Feb 6, 2003
10:34 am
4038
FIXED! It was a bug in jikes. I upgraded from 1.16 to 1.18 and that fixed it. :) Yes, my code was essentially the same as yours, Rhys. :)...
Miguel A Paraz <mpara...
mparaz
Offline Send Email
Feb 7, 2003
3:30 am
4039
Accenture is still looking for Designers (strong background in UML, OOAD and Java) and Developers (astig sa J2-ek-ek). Our project is a large financial ...
ibo
poweribo
Offline Send Email
Feb 7, 2003
3:30 am
4040
Okay, I've been really busy as well. Anyway, let's try to resked our first meeting. Also, please re-confirm: Name: Preferred Date and Place of First...
Calen Martin D. Legaspi
calenmartin
Offline Send Email
Feb 7, 2003
3:40 am
Messages 4011 - 4040 of 19871   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help