Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / May 2006

Tip: Looking for answers? Try searching our database.

Evaluating Expression

Thread view: 
Tom - 02 May 2006 10:03 GMT
Hi guys,

Currently i have a java program that does the importing of excel to the
database.

Users are using ant scripts to run the tool.

Users would have to specified something like

<dbField colname="student_id" value="@excelCol1@"/> <!-- update from
excel column -->
<dbField colname="update_by" value="ADMIN"/> <!-- update from string
"ADMIN" -->

Is there any APIs i can use to differentiate between something i
specified using @@ and a normal string?
Bart Cremers - 02 May 2006 10:07 GMT
if (string.startsWith("@") && string.endsWith("@"))

or

if (string.matches("^@.+@$"))

if you want it fancier.

Bart


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.