Entries Tagged as ‘Telemedicine’

January 17, 2008

Netbeans Question

Can I fit all the modules (web services, web service clients, jsp pages) in just one project? Or I should create two projects, one containing only web services, the other containing web service clients?

January 12, 2008

Telemedicine Update: Solving Bugs

Now I already solved the previous bugs I’ve had but now, I’m dealing with a new one.
I thought I got this one covered but this is quite different from my previous errors:
Deploying application in domain failed; Deployment Errorjava.security.PrivilegedActionException: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
java.lang.StackTraceElement does not have a no-arg default constructor.
this problem is related to the [...]

January 6, 2008

Telemedicine Revised Gantt Chart for January

Happy New Year everyone!
Here’s the link: http://spreadsheets.google.com/ccc?key=pBE5fZJO4EGvJi64kyK2DTw&hl=en
I just finished making the database’s tables. Will populate it with sample data ASAP.
I am still having problems with database connection. Screenshots of the error are still on my previous posts. I’m also waiting for the sample codes from Sir Rom (from the Java One CD I think). I [...]

December 17, 2007

Telemed Update

Just a short post. I’m still figuring out how to access the MySQL database from a web service. I spent overnight at JRDC last Friday and I brought my own PC with me there that day. I checked the technologies and all are updated “naman” so all I need to hit is how to access [...]

December 13, 2007

JRDC overnight

Sir replied to our post in Google Groups that we should use the latest release of NetBeans. I checked all the technology we are using. They are the following:

Java SE 6 update 3
Java EE 5
JAX-WS 2
NetBeans 6
MySQL 5
GlassFish server

Java EE 5, JAX-WS 2.0, and GlassFish are bundled in the NetBeans download.
We haven’t deployed the module [...]