Javier Sanchez Cerrillo

Ranch Hand
+ Follow
since Aug 02, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Javier Sanchez Cerrillo

Hello arum,

You can find it on google or yahoo.

Regards
I have used both Enthuware and Whizlabs for the SCJP.

Both of them are excellent, however I think Enthuware is better because it has more realistic questions

Regards
Thanks Henry and Kelvin. I appreciate it.
Hi folks, does somebody know why this compiles and runs?

---------------------------------------------------
import java.util.Date;

public class Javier2 {
public static void main(String[] args) {
new Date(0000-00-00);
}
}
---------------------------------------------------

What datatype is 0000-00-00 supposed to be?

Thanks in advance. Regards.
Does this book covers advanced and vendor specific SQL?
Hi ranchers. I'd like to know if there are compatibility issues between these 2.

I have installed both JDK 6 and J2EE 1.3.1 on my system and I'm following "Head First EJB" from Kathy and Bert.

When I start "j2ee -verbose", I get the following error:

Exception in thread "main" java.lang.NoClassDefFoundError
com/sun/corba/se/internal/util/IdentityHashTable

Followed by a Stack Trace.

Regards and Thank you!
For Sen Aff:

You will have 1 year to study.
Hi, I haven't used AJAX Before but.

Will it replace the way we see JavaScript?
Check
http://forum.java.sun.com/thread.jspa?tstart=0&forumID=136&threadID=526094&trange=15

reply number 8 is the solution to this thread.
Hi victor, I remember you from the SCJP forum.

You should better install it as a service which integrates with Microsoft Windows, you simply can stop it using it's System Tray logo.

I'm actually using Sun Java System Application Server 9 which also supports EJB and seems more powerful. However it uses more system resources .
Hi folks, I'm using Sun Java System application server 9 instead of Tomcat for the SCWCD.

I'm starting it up.

How do I specify the main context root for my site???

My site is http://localhost

By using the Admin Console and Deploying a War File I can only use kind of this (The Context Root Field is Required , so I choose "application"):
http://localhost/application

I don't want the /application. I just want http://localhost for my site.


In fact:
How do I deploy a war file using the Java System Application Server 9 to be the root of my domain using the Admin Console?


Thanks in advance.
I think its the same procedure as SCJP.