Hetal C. Shah
Hetal Shah is an IT consultant who is highly passionate about Internet-related technologies. She has a Masters of Commerce in Accounting from Sydenham College (Bombay), and she loves to participate in television contests. Hetal has also participated in several fashion shows.
You need to enable JavaScript to view more than 15 articles by this author.
XML-Java Data Binding Using XMLBeans
Publish Date: Jul. 28, 2004
XMLBeans, currently in the Apache incubation process, is a promising framework for providing XML/Java data binding unmarshalling well-formed XML into Java objects, and marshalling Java objects into XML files. Hetel Shah provides an introduction to its features.
Regular Expressions in J2SE
Publish Date: Nov. 26, 2003
Java applications that perform text searching and manipulation using String and StringTokenizer classes often result in complex code, leading to a maintenance nightmare. Another alternative is regular expressions. Hetal Shah explains how to implement regular expressions using the java.util.regex package, and how it can make your code easier to write and maintain.