On last.fm: Watch This Weeks Top Music Videos
18 Resources for

harshad oak

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

JavaOne 2004: SOA what?
At the recent 2004 JavaOne Conference, I got to check outwhatÂ’s new in Java-land and ran into some well-known names in the Java world.Technical sessions, hands-on labs, general sessions, birds-of-a-feathersessions, and more kept the attendees busy all day. With Moscone Center in SanFrancisco being the large place that it is,...
Tags: service-oriented architecture (soa), web services, middleware, development tools, java, enterprise software, harshad oak, soa, javaserver faces, ide, javaone
Technical articles 2004-07-30
Implementing DbUtils
JDBC code is one area of Java coding that leads to an amazing amount of repetitive code being written. On top of that, silly mistakes almost always plague JDBC code. Writing good JDBC code is not difficult yet can be quite painful.Adapted from:Pro Jakarta Commons, by Harshad Oak Publisher: Apress...
Tags: java, databases, harshad oak, implementing dbutils, jdbc, closequietly, resultset
Technical articles 2004-04-09
Oracle JDeveloper 10g: Application Development Framework
Developing Java 2 Enterprise Edition (J2EE) applications using Java Server Pages JSPs/Servlets and Enterprise JavaBeans EJBs is quite popular. However there is no denying that J2EE can get quite complex at times. You need to understand many things to be able to deploy a quality J2EE application. Developing an application...
Tags: software development, development tools, middleware, j2ee, java development tools, application servers, oracle jdeveloper 10g, no. application development framework, harshad oak, oracle jdeveloper, oracle corp., oracle adf, application development framework, applicati
Technical articles 2004-01-27
Prove your EJB mastery with Sun Certified Business Components Developer cert
I am a great believer in certifications and exams. They do wonders for your confidence and play an important part in cementing your basic understanding of a technology.I wasn't always a proponent of certifications. My first cert, Sun Certified Java Programmer SCJP, happened primarily because my employer was sponsoring me,...
Tags: quality, j2ee, application servers, middleware, harshad oak, sun microsystems inc., certification, ejb
Technical articles 2003-10-14
Test-driven development lets you eliminate bugs as you code
In software development, bugs are a fact of life. However, test-driven development can reduce software bugs to a minimal annoyance. See how to set up a system for your next project.Project post mortems often focus on how many bugs were discovered and how they were managed. Take any process evaluation...
Tags: programming languages, microsoft office, formatdate, harshad oak, tdd, junit, developer, java
Technical articles 2003-09-30
Choose the best Java framework for your application
Java-based Web development has been swamped by frameworks of every kind. It has been ages since I saw a Web application being developed without any framework being used. Name it and there’s a Java framework that claims to do it. Actually there might two or three that do the same...
Tags: programming languages, java based web development, harshad oak, struts, java
Technical articles 2003-09-16
The importance of the humble Javadoc
Quick—think of three things you find really cool about Java.So what did you think of—OS independence, Java's object-oriented nature, and freedom from pointers? In all probability, Javadoc did not figure into your list. Even if you had listed the top 10 features of Java, I doubt Javadoc would have been...
Tags: programming languages, java, open-source software, harshad oak, javadoc, api specification, api, specification
Technical articles 2003-09-04
Rely on simple design and sound logic for Java performance optimization
An essential part of all Java development is performance optimization. A Java project is incomplete without extended discussions and arguments on optimization by the development team. The premise for all of these discussions is that Java is slow. Most refuse to look beyond this notion and believe that unless they...
Tags: performance management, programming languages, j2ee, application servers, middleware, enterprise software, harshad oak, java, performance, ejb
Technical articles 2003-08-21
Three tools that make Java code review painless and effective
One of the most boring parts of a Java project, and one that developers invariably shy away from, is the code review. Checking thousands of lines of somebody else's code for things like block braces, code indenting, Javadoc comments, and naming conventions can be a real pain. To make matters...
Tags: productivity, harshad oak, checkstyle, tool, pmd, javadoc, unlike pmd, java, ide
Technical articles 2003-05-19
Sun ONE Studio 4.0 supports heavyweight development
Java developers have entered the age of tools with functionality similar to Visual Basic. Sun ONE Studio 4.0 boasts tons of similar, useful features at a great price--free.The days are gone when most Java developers, as much as they like to hate Microsoft, were left amazed at the ease of...
Tags: productivity, programming languages, java development tools, development tools, harshad oak, sun one, sun microsystems inc., java, tool, sun one studio
Technical articles 2002-11-26
Step up your resume with the Sun Certified Web Component Developer cert
Standing out in today's job market is an ongoing battle, and certification provides one avenue to prove your worth. Becoming a Sun Certified Web Component Developer will showcase your Java skills and set you apart from the developer crowd.To separate yourself from the mob of J2EE developers, it is critical...
Tags: quality, scripting languages, java, web, harshad oak, servlet, certification, jsp, sun microsystems inc.
Technical articles 2002-12-03
Implement Java-XML binding with Castor
Java-XML binding simplifies the process of working with XML in Java. Learn how to use the Castor tool to further streamline the process.Castor, one of the few Java-XML binding tools available, is written in Java and performs data binding meant solely for the Java language. It is not the latest...
Tags: programming languages, harshad oak, castor, java-xml, java, xml
Technical articles 2002-10-07
Java-XML Data Binding offers the best of both worlds
Working with XML is now the norm, but handling XML within Java is not as straightforward as often advertised. Use these techniques to more easily handle XML with Java.XML has become an almost inevitable part of most projects. XML does provide a multitude of benefits, but most Java coders also...
Tags: programming languages, xml-data binding, harshad oak, xml, java, java-xml data binding, java object, api
Technical articles 2002-09-17
Script your way to smarter wireless content
WML provides almost everything necessary for wireless development, but what about programmatic control in the browser? Enter WMLScript, the JavaScript-esque language for the wireless community.WMLScript can be loosely termed as a toned-down version of JavaScript. If JavaScript can do wonders with your Web pages, WMLScript is just as capable of...
Tags: wi-fi, scripting languages, harshad oak, wireless, variable declaration, wml, enter wmlscript
Technical articles 2002-08-07
Get started with WML
WML is a close cousin of HTML; it allows wireless content to be easily developed using a relatively familiar syntax. Here's a look at the basics and some sample code to introduce you to the language.WML is to WAP what HTML is to HTTP. However, because of the lack of...
Tags: wi-fi, cellular phones, harshad oak, wml, card, wap, wireless, wireless application, deck
Technical articles 2002-07-31
A primer on Wireless Application Protocol (WAP)
Wireless development is an untapped and emerging market, but how or where does WAP fit in? Find out how this protocol works, why you should use it, and what types of changes you can expect from version 2.0.WAP is a standard for mobile Internet applications. Its primary objective is to...
Tags: wi-fi, cellular phones, harshad oak, mobile, wireless development, wap, wireless application, wireless, wml
Technical articles 2002-07-03
Up and running with Cocoon
Cocoon eases the process of creating, deploying, and maintaining XML applications. The technology behind it resembles more popular technologies like JSP and ASP.In a previous article, I discussed the capabilities of Cocoon. In this article, I provide the details of setting up Cocoon for your own use. I also explore...
Tags: xml, application servers, middleware, scripting languages, open source, java, harshad oak, cocoon, xsp, apache tomcat, jsp
Technical articles 2002-05-21
Introduction to the Cocoon Web-publishing framework
The complexity of developing Internet applications can be overwhelming. The myriad of alternatives only adds to the complexity. Thankfully, Web-publishing frameworks have been created to provide structure to the process. Cocoon is one such approach.The list of Web-development-technology alternatives can be overwhelming: ASP, JSP, Servlets, PHP, and so on. However,...
Tags: java, scripting languages, harshad oak, apache cocoon, cocoon web-publishing, web-publishing, xml, apache software foundation, web-publishing framework
Technical articles 2002-05-07

Additional Resources

Oak Printing Selects Radius Solutions PECAS Vision for Aggressive ERP Implementation
The Oak Printing Company is a nationally recognized leader in label production and inventory management. The Oak Printing Company has utilized three industry specific printing information systems over the years - all of which have presented them with many challenges and benefits. Having been exposed to PECAS Vision at a...
Tags: radius, vision, erp, oak printing, network security, networking
Case studies 2005-08-04
VPN Error on a Sonic Wall Pro 2040 to a Pix 525
Error:we have been trying several times to bring up a site to site between these two. Both sides are configured ident.Here is the logs from the Sonic:08/15/2007 16:20:44.128 SENDING>>>> ISAKMP OAK INFO (InitCookie 0x7c5fb672db4bef5d, MsgID: 0x2843631B) (NOTIFY:INVALID_COOKIE) x.x.x.x x.x.x.x, 500 2 08/15/2007 16:20:44.128 RECEIVED>> ISAKMP OAK...
Tags: jmacd5@..., vpn, x.x.x.x, initcookie, msgid, vid
Discussion threads 2007-08-17
  • << Previous
  • page 1 of 1
  • Next >>


Cisco IOS Command Chart (IOS v.12+)
Becoming proficient with Cisco equipment means remembering a whole new set of commands. These command charts give you a quick way to look up the needed IOS commands and switches when you need them.
Buy Now
Harness the Full Power of Mac OS X
Harness the Full Power of Mac OS X is a prepackaged solution for basic Mac OS X training. This presentation contains everything you need to instruct e ...
Buy Now

Cracking Open Apple Tech