Dennis Laydia

Greenhorn
+ Follow
since Jun 12, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Dennis Laydia

Hi guys,

How can I install a midlet in K700i via bluetooth? I was able to transfer both the jad and jar file to the phone but there are no options in the menu like install or run.

tnx
20 years ago
Hi guys!
I currently was hired as a software developer in a company focusing on developing B2B applications. I have no previous experience in B2B but the company said they will train me. Can you guys suggest a headstart book on B2B? I just want to do some self-study so that it would be easier for me to learn. Thanks a lot!!!

Dennis Laydia, SCJP
20 years ago
Thanks a lot Vish! Great help now I can move on...
Regards,
Dennis Laydia
SCJP 1.2
Hi Guys!
I bought HFE in amazon.com and found it to be very interesting. Currently I'm still in the first chapter and doing a hands-on on the sample bean AdviceBean. I was able to deploy the bean but I encountered an error while executing the client app. The error occured in this statement : System.out.println(advisor.getAdvice()); and the error look something like this......
java.rmi.RemoteException: CORBA BAD_OPERATION 0 No; nested exception is:
org.omg.CORBA.BAD_OPERATION: vmcid: 0x0 minor code: 0 completed: No
at com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.mapSystemException(ShutdownUtilDelegate.java:137)
at javax.rmi.CORBA.Util.mapSystemException(Util.java:65)
at headfirst._Advice_Stub.getAdvice(Unknown Source)
at AdviceClient.go(AdviceClient.java:27)
at AdviceClient.main(AdviceClient.java:11)
Caused by: org.omg.CORBA.BAD_OPERATION: vmcid: 0x0 minor code: 0 completed: No
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at java.lang.Class.newInstance0(Class.java:296)
at java.lang.Class.newInstance(Class.java:249)
at com.sun.corba.ee.internal.iiop.messages.ReplyMessage_1_2.getSystemException(ReplyMessage_1_2.java:93)
at com.sun.corba.ee.internal.iiop.ClientResponseImpl.getSystemException(ClientResponseImpl.java:108)
at com.sun.corba.ee.internal.POA.GenericPOAClientSC.invoke(GenericPOAClientSC.java:132)
at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
at headfirst._Advice_Stub.getAdvice(Unknown Source)

Thank u all!
Hi Guys!
I'm starting to use eclipse but I can't run it. When I click eclipse.exe the following message appears:
JVM terminated. Exit code=2
C:\Winnt\system32\javaw.exe
-cp C:\eclipse\startup.jar org.eclipse.core.launcher.
main
-os win32
-ws win32
-arch x86
-showsplash c:\eclipse\eclipse.exe -showsplash 600
Thanks in advance.
Hi guys!
I really wanted to shift career to software development and one major decision I made was when I resigned with my previous job (repairs computer and maintains a local area network) to enroll in a fast track java course and pursue java certification. Fortunately I was able to get certified last Nov. 2002. Then I started looking for a programmer position but with no luck all the employers are looking for at least one year work experience and usually looking for knowledge with jsp/servlets/j2ee that during that time I'm not yet familiar. So again I said to myself I have to learn this stuff but I can't afford another training anymore so I just downloaded free online books on the web (one of them Core Servlets and JSP by Marty Hall great book) and did self study. When I am a little confident with the technology I approach my previous employer because I know they are planning to replace their payroll system and asked them if I could develop it for them. I said making it web based will eliminate their major problem of decentralized payroll (program based on foxpro one program installed in every location). Maybe because they know how badly I wanted to shift to programming they agreed but pays me only until I finish the project. They only give me working allowance. I'm near to finishing the project and I started looking for a job again. This time I got a call and scheduled me for a technical interview. It was good at first when the interviewer testing my knowledge in java but I think I messed out when he started asking about the software development process, about the documentation and testing procedures. I must admit that I'm really poor on documentation but I am aware that it is as important as coding itself. Any idea or suggestion on how I can improve? I also wanted to participate in open source projects to experience working in a team. Your help will be greatly appreciated. Thank you all.
21 years ago
Thanks Jamie. I already did both of that I already used the latest ODBC driver and executed PACK statement after the delete statement but the PACK statement generated an error saying that the table should be opened exclusively. One of my friends said that maybe the delete statement only marked the record/records for deletion and not actually delete it that is why I can still browse the data using Visual Foxpro.
Thanks guys! I've already used JDBC-ODBC bridge and it works. My only problem is that there seem to be a problem when executing SQL DELETE STATEMENT. When I browse the table the record that I deleted is still there even though I already deleted it. Any Idea?
Hi Joe!
I think that would not be a problem because foxpro drivers is already
bundled with windows. Thanks a lot I'll start looking for a free jdbc-odbc bridge driver.
Hi guys!
I am currently developing a web application that uses MySQL database mainly.
My problem is I also need to access a legacy program that uses foxpro. How can I access a foxpro table using servlets or jsp? Your help will be very much appreciated. Thanks in advance.
Hi Everyone!
I'm currently developing a web based payroll system for our company and I'm having a hard time generating reports. Are there some wizards available to simplify report generation in webapps specially for struts based web apps? I would really appreciate your response. TIA.
21 years ago
Hi to all!
I'm just curious if it is allowed to assign one form bean to multiple action classes. Or multiple form beans to one action class. TIA.
21 years ago
Hi Guys!
just curious on what you will receive after passing SCWCD. Would you receive certificate, lapel pin, etc. just like in SCJP. Thanks.
Thanks a lot eric. Cool stuff.
21 years ago