mark crannage

Greenhorn
+ Follow
since Jul 15, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by mark crannage

Hi,

I am using Java 6 to do my assignment, I have not used Java 6 before and am not aware of all its features but am using JDK 6 and referencing the Java 6 API.

Will I lose marks for not using all the latest features?

thanks,
M.C
hi all,

I recently purchased a copy of the Developer assignment in the US and it seems to be the same assignment that they were issuing two years ago (URLyBird). I purchased the assignment two years ago but never got around to doing it..

Does anyone know if theres a different version of the assignment in the latest release? If so is it worth buying the latest?

thanks in advance,
Mark
Hi,

Thanks for the response. Well even if I wanted the application to be able to book rooms in advance by specifying duration of booking I would have to modify the database file format and content which is not allowed per my understanding.

thanks,

M.C
Hi all,

The "database" flat file that I got with my certification specifications has only the following fields:

Hotel Name
City
Maximum Occupancy
Smoking/Non-Smoking
Price per night
Date available
Customer holding this record

These fields are not adequate due to:
* a room cannot be uniquely identified
* a customer cannot book a room for certain periods, eg. in advance 10/5/2007 to 10/10/2007
* cannot check when a room is booked(ie. between certain date) only when its available

Does anyone have any idea if the above inadequacies are intentional and if so how to work around this? The specifications say that a search of the database will only be based on name and/or location..

thanks in advance,

Mark C
Hi,

I would like to take the weblogic certification, has anyone in this forum taken the developer certification ?

I have a few other questions:
IS the certification worth taking ?
What are resources that I can use to prepare ?
How long does it take on average to prepare for the certification ?

thanks in advance,

Mark
Hi,

If my class "TestClass" is delcared to be in a package "TestPackage", does this mean that the class needs to be in a folder called "TestPackage" ?

Also is it possible to import just a class that doesn't belong to a package ? eg. import TestClass

thanks in advance,

M.C
check this out:

Processing XML with Java: A Guide to SAX, DOM, JDOM, JAXP, and TrAX (Paperback)
by Elliotte Rusty Harold
Hi,

Can someone tell me what is wrong with the below xml schema ?
I am can't see anything wrong with it, but the number of namespaces in it are confusing.

thanks,

mc

<?xml version = "1.0" encoding = "UTF-8"?>
<!--Generated by Turbo XML. Conforms to w3c http://www.w3.org/2001/XMLSchema-->
<xsd:schema xmlns = "http://xmlns.example.com/unique/default/namespace/1154191384390"
targetNamespace = "http://xmlns.example.com/unique/default/namespace/1154191384390"
xmlns:xsd = "http://www.w3.org/2001/XMLSchema"
elementFormDefault = "qualified">
<xsd:element name = "order">
<xsd:complexType>
<xsd:sequence>
<xsd:element name = "orederid" type = "xsd:string"/>
<xsd:element name = "name" type = "xsd:string"/>
<xsd:element name = "phone" type = "xsd:string"/>
<xsd:element name = "email" type = "xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
ha, i dont think any compiler will compile the smiley face, replace that with :

thanks,

Mark
Hi,

Can ternary operators be used instead of simple if else statements ?

eg. (i>5)?doSomething() : DoSomethingElse();

Ive tried coding similar to this but with no success. Can terenary operators only be used to assign values ?

eg. booleanVar = (j>5)?true:false;

is there any other way to do the same logic as a simple if else statement ?

thanks,

mc

(disabled smily)
[ July 26, 2006: Message edited by: Barry Gaunt ]
hi,

thanks for the response. what are the prerequisites for joining these projects ?

thanks,

MC
17 years ago
Hi all,

Does anyone know of any web services, or other application integration related open source project ?

I would like to take participate in open source projects in this area, can anyone give me some tips on how I can go about this ?

thanks,

MC
17 years ago
Hi all,

Does anyone know of any web services, or other application integration related open source project ?

I would like to take participate in open source projects in this area, can anyone give me some tips on how I can go about this ?

thanks,

MC
17 years ago