Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type
By Technology

Top Rated Scripts | Java | Tutorials & Tips

Results 1-20 of 301
Connecting MS Access Database with JDBC-OBDC Bridge Driver
Tutorials on using the JDBC-ODBC Bridge driver with MS Access database. Topics include creating MS Access database file; creating DSN for MS Access database files; inserting rows to and retrieving rows from Access database.
(6 ratings)
Reviews0
PriceFree
Views2719
WAP builds Java applications
posted bykwigintinWAP & WML
If your company already relies on multitiered enterprise Java applications, then you may be closer to a wireless future than you think. By outlining a sample application, this article shows you how to connect your existing enterprise Java infrastructure to a wireless network with minimal investment in equipment and labor. Using existing EJBs, modified servlets, and new WML and WMLScript pages makes the process a snap.
(3 ratings)
Reviews0
PriceFree
Views2574
JAR Class Finder
JAR Class Finder is a WSAD/Eclipse plug-in utility for finding JAR files containing a given class for the Java build path of a project and for helping to fix NoClassDefFound exceptions. This utility helps users to quickly and easily resolve ClassDefNotFound exceptions, which commonly occur during run time. It can also be used to avoid getting such errors if used before run time.
(3 ratings)
Reviews0
PriceFree
Views2247
Annotations in Tiger (J2SE 5.0)
Annotations, a new feature in J2SE 5.0 (Tiger), brings a much-needed metadata facility to the core Java language. In this first of a two-part series, author Brett McLaughlin explains why metadata is so useful, introduces you to annotations in the Java language, and delves into Tiger's built-in annotations. Part 2 covers custom annotations.
(3 ratings)
Reviews0
PriceFree
Views2227
Java For Stand-Alone Applications
Java programming language was primarily developed to deal with embedded applications. But with the introduction of Swing and other user interface utilities to Java, it made its mark in desktop applications too. Now the trend is to use Java technology in developing large web and enterprise applications. Java is more focused on web then desktop applications. But, in this article, we are going to discuss how useful Java is as a development technology for stand alone desktop application development in present scenario.
(3 ratings)
Reviews0
PriceFree
Views1441
Whizlabs SCBCD (Sun Certified Business Component Developer) Exam Simulator
Ensure your success in SCBCD exam with Whizlabs Simulator, the most effective training software for the Sun Certified Business Component Developer exam. Developed by highly experienced and certified professionals, it offers 5 mock exams (350 questions) on the latest pattern in a simulated environment. Not to forget, it also offers the "Use it Anywhere, Anytime!" advantage, by offering a FREE "web-based online exam simulator version"; with its unique "percentile-grading" feature. Coupled with value added offerings like Interactive quiz and Quick revision tips, it provides an efficient and effective learning platform. Endorsed by leading IT certification sites, it is the most recommended study aid for SCBCD certification exam. Last but not the least; it comes with FREE technical mentoring and "Unconditional 100% Money Back Guarantee". Check out the FREE demo version.
(1 ratings)
Reviews1
PriceFree
Views2184
JSP Form Action Page
Most forms today store the user input into a database, but while there are many examples of building form pages or form action pages that echo or mail the input, I couldn't find a lot of examples of form action pages that store input into a database. This flash movie is for beginning JSP developer and attempts to explain the basic concepts involved in capturing and storing user input, a process that will be used in nearly every page you develop.
(6 ratings)
Reviews0
PriceFree
Views3546
XmlEncode
This is a simple function used to encode text and attribute values before adding them to your XML documents. This code can always be extended to handle maore special characters
(6 ratings)
Reviews0
PriceFree
Views2596
CertGear SCJP Certification Practice Tests (CX-310-035)
Ensure your success at the SCJP 1.4 Certification Today with CertGear's SCJP Exam Simulator, the most effective training tool for the Sun Certified Java Programmer Certification (CX-310-035)! Developed by highly experienced SCJP Professionals, CertGear's SCJP Exam Simulator contains over 300+ questions and 5 simulated mock exams that will help you succeed at the SCJP Certification. Backed by CertGear's "100% Money Back Guarantee", Try CertGear's SCJP Certification Practice Test Software Risk-Free, And Accelerate Your Career Today!!
(6 ratings)
Reviews0
PriceFree
Views1730
Exception Handling in JSP Pages
An article on exception handling in JSP pages. Describes how to catch exceptional events and display a useful message to the user. Online demo available.
(3 ratings)
Reviews0
PriceFree
Views2840
Sending E-Mails with JSP Pages
posted byfaisalinJavaBeans
This article describes everything you need to know to send emails using JSP pages. Also describes better practices for encapsulating re-usable code in JavaBeans. Online demo available.
(3 ratings)
Reviews0
PriceFree
Views2621
Writing Form Data to Text Files
This sample of JSP file, first handles all posted data from a web form and write to a text file. We have used Tomcat Server to run our sample code. You could easily edit the source code to use in your application.
(3 ratings)
Reviews0
PriceFree
Views4451
Reading and Parsing XML Files with Enterprise JavaBeans
posted byfaisalinJavaBeans
A step-by-step tutorial in which we will create a Session EJB which will read a given XML file. So in this tutorial you will learn two things; how to read XML files in Java and how to add this functionality in EJBs. Every step has been explained in detail.
(9 ratings)
Reviews0
PriceFree
Views3684
Herong's Notes on JSP
This book is a collection of notes and tutorial codes I wrote while I was leaning JSP (JavaServer Pages). Topics include: attachment, Big5, book, Chinese, content-disposition, content_type, cookie, custom tag, debugging, example, expression language, file upload, GB2312, GBK, header lines, HTTP/1.1, HTTP Response, internationalization, i18n, IterationTag, JavaBeen, JDK, JSP, JSTL, JSTL-EL, J2SE, localization, MIME, named package, online, pageContext, performance, Perl, Servlet, session, Taglib, TagSupport, tag interface, TLD, Tomcat, tutorial, unnamed package, Unicode, useBean, UTF-8, XML
(9 ratings)
Reviews0
PriceFree
Views2044
Accessing Database using Tags in JSP Pages
This step by step tutorial describes how to access database using JDBC with JSP tags in a JSP page. Also describes how to iterate through the records using BodyTag interface. Online demo available.
(13 ratings)
Reviews1
PriceFree
Views4903
Understanding and Using JSP Sessions
This tutorial helps you to understand: What is a session? How a JSP server uses cookies to pass session ID? How to pass values in session objects? How to debug JSP session objects?
(6 ratings)
Reviews0
PriceFree
Views2129
Developing Java Servlets
In this first part of a series on developing Java servlets, this tutorial shows how to create a basic servlet. It includes information about downloading the Java Servlet Development Kit from Sun.
(4 ratings)
Reviews1
PriceFree
Views2954
Forms
Forms are, of course, the most important way of getting information from the customer of a web site. This short example will show you how to create a simple color survey and print the results back to the user.
(3 ratings)
Reviews0
PriceFree
Views3269
Using JavaBeans with JSP
posted byedentdinJavaBeans
JavaBeans are Java's answer to Microsoft's ActiveX components. A JavaBean is the architecture for using and building components in Java. A bean can be either a visual object�meaning you can change the properties of a component by changing a radio button or similar object�or a nonvisual object. Rather than show you how to build JavaBeans (which could be the subject of an entire book), this tutorial will show you how to integrate JSP with a preexisting bean.
(3 ratings)
Reviews0
PriceFree
Views2712
A three-pronged solution for identifying users
posted bykwigintinSecurity
The problem of system security starts with discovering the identity of the user on the other end of the communications link. This article discusses three familiar approaches for identifying users, highlights their strengths and weaknesses (alone and in combinations), and provides some examples of each.
(3 ratings)
Reviews0
PriceFree
Views2016
Results 1-20 of 301