On The Insider: Paris Says Palin Has a Hot Bod
29 Resources for

servlet

  • Subscribe to this listing via:
  • RSS
  • Email
Did you mean Java servlet (4 results)

TechRepublic Resources

Aspose.BarCode for Java (zip)
Aspose.BarCode is a Java component for generation and recognition of 1D and 2D barcodes to support Java and web applications. Main features include: barcode size control, color settings, rotation angle & captions etc. It supports 20 barcode symbologies like MSI, QR, PDF417, Aztec, Code128, Planet, Code11, EAN128, Codabar, Postnet, UPCA,...
Tags: 2D, Servlet, Aspose.BarCode, Programming Languages, Java, Software Development, Software/Web Development
Software downloads 2007-10-26
Java Barcode Linear Package (zip)
IDAutomation's barcode package contains JavaBeans, Applets, Class Libraries and Servlets for Barcoding in Java. Supports Linear and 2D barcode types including Code 128, Code 39, ITF, UPC, EAN, OneCode, DataMatrix, Maxicode and PDF417. The servlet easily creates barcodes in the web browser and may be embedded in dynamic HTML with...
Tags: Servlet, IDAutomation, Programming Languages, Java, Software Development, Software/Web Development
Software downloads 2007-08-16
Redundant Servlets Vulnerable to XSS Attack
Vulnerability Description: The remote web server includes an example JSP application (/tomcat-docs/) that fails to sanitise user-supplied input before using it to generate dynamic content in an error page. An unauthenticated remote attacker may be able to leverage this issue to inject arbitrary HTML or script code into a user's...
Tags: Application servers, Middleware, OPEN SOURCE, SECURITY, Java, mihai.balta@..., documentation web application, XSS, servlet
Discussion threads 2007-07-20
Redundant Servlets Vulnerable to XSS Attack (Un-deploy Tomcat documentation
Vulnerability Description: The remote web server includes an example JSP application (/tomcat-docs/) that fails to sanitise user-supplied input before using it to generate dynamic content in an error page. An unauthenticated remote attacker may be able to leverage this issue to inject arbitrary HTML or script code into a user's...
Tags: Application servers, Middleware, OPEN SOURCE, mihai.balta@..., servlet, Apache Tomcat, documentation web application, XSS
Discussion threads 2007-07-20
A Development Gem
Web application development presents a set of challenges different from those encountered in the development of self-contained desktop or server software. Whereas the interconnections between program modules in self-contained software are determined largely at compile time, the interactions between modules in a Web application occur almost exclusively at runtime. Apparently...
Tags: Software, Web Application, Servlet, Tools & Techniques, Servers, Management, Hardware
White papers 2007-03-01
Compress data streams in Java with GZIP and Zip
You can compress and decompress any data stream in Java. Peter Mikhalenko shows you just how easy it is to compress data streams with GZIP and Zip data formats. The classical input/output (I/O) library in Java contains classes that support I/O handling of streams with compressed data. You...
Tags: Peter V. Mikhalenko, Programming languages, GZip, subclass, I/O, Java, DeflaterOutputStream, InflaterInputStream, Java Tips Newsletter, Data Compression, Data, Class, Servlet, Zip, Listing B, CRC32, Checksum, ZipEntry, Software Development, Software/Web Development
Technical articles 2007-02-21
Sending a JMS message using servlets.
Hi,I want to know if it is possible for sending messages to a JMS server directly through a servlet without making use of any java beanMDB?Since EJB is defined in the business tier, is it possible to bypass this tier so as to make a simplified version of a message...
Tags: varun.info.it@..., software, project management, networking, programming, servlet, JMS
Discussion threads 2007-02-20
Using Servlet in JMS
Hi,I am trying to use a servlet to pass information from a form to the JMS server. HTML form -> Servlet -> JMS server to publish on queueAnyone has any idea on how to code on the servlet so that the JMS server could publish the information?Thanks
Tags: JMS, JMS Server, mabelhwa@..., servlet
Discussion threads 2007-02-12
Enabling Data Exchange in Ajax Applications
The Ajax core API known as XMLHttpRequest is all about sending HTTP requests for the sole purpose of exchanging data between web browsers and servers. The JavaScript code running in a web page can use XMLHttpRequest to submit the request parameters to a server-side script such as a Servlet or...
Tags: Oracle Corp., JSP, Servlet, AJAX, Scripting Languages, Java, Internet, Software/Web Development, Web Development, Web 2.0, Programming Languages, Software Development
White papers 2006-06-01
calling a servlet which is in different war same server
i have two servlets which are in different wars of tomcat webapp folder.Iam using request dispatcher's include and forward methods to call the servlet which is in another war.But it is not working. can any one help me.give me samples. Thank u in advance....I guess You are using...
Tags: chakri.se@..., programming, server, servlet
Q&A 2006-01-25
Wireless Development Tutorial Part II
This paper shows how to round out an end to end Java development environment. This part of the tutorial shows how to configure and use a servlet development environment. One learns how to install and run a server and how to write and deploy a servlet. Then one hooks up...
Tags: Java, Servlet, Wireless
White papers 2006-01-01
How can I get the real path in OS?
How can I get the real path in JSP or Servlet?In JSP you can use sucn as request.getRealPath method.Thanks for your answer,but I couldn't find the method.You can invoke the method getRealPathString path which in the class javax.servlet.ServletContext.For example,you can code like this in your jsp:
Tags: Jason Dong, JSP, operating system, programming, real path, servlet
Q&A 2005-10-08
j2ee
I already have j2dk installed , now I want to use j2ee classes like servlets ... what should I do ?! do I have to copy past the doc or the src files !?If you installed j2ee tou should have servlet.jar in libyou need to add it in your classpath,...
Tags: elnaaz@..., J2EE, programming, servlet
Q&A 2005-07-12
Troubleshooting the Forms Listener Servlet
The purpose of this white paper is to give an insight into how the Forms Listener Servlet can aid in the diagnosis and detection of various anomalies and errors commonly seen in a web deployed Oracle Application Server10g Forms application. The paper discusses which files contain diagnostic information about the...
Tags: Oracle Corp., Servlet
White papers 2005-01-01
Building Web applications with JDK 1.4.2
JDK 1.4.2, introduced in July, offers a package bundled with NetBeans IDE 3.5, a popular open source project backed by Sun Microsystems. NetBeans provides a sophisticated GUI environment to develop Java applications, including tools for project management, version control, and debugging.Another important feature, different from typical code editors and the...
Tags: Java development tools, Application servers, Middleware, OPEN SOURCE, Wai Tik Chan, Sun NetBeans, Apache Tomcat, servlet container, servlet, JDK
Technical articles 2003-11-21
Intro to JavaServer Pages: Utilize the implicit object set
By John Zukowski(2/8/00)The last of the JSP syntax-related elements are something called implicit objects. Within JSP scriptlets, you have access to these implicit objects to interact with the executing servlet environment for the JSP page. Much of the access to the implicit objects should be minimized. However, there are instances...
Tags: Scripting languages, Java, servlet, implicit object, JSP, JSP-page
Technical articles 2003-10-06
Tweak two XML files to easily configure your Struts application
The Struts Framework offers a powerful Java-based tool that helps you separate your back-end data from your application’s presentation layer. Let's discuss how to further take advantage of Struts by easily configuring it with some XML modifications. The two key configuration files you'll need to adjust are Web.xml and Struts-config.xml.Start...
Tags: Java, Middleware, Beth Bowden, Struts Framework, application server, XML, XML file, Struts application, Struts, servlet, Web.xml, Struts-config.xml
Technical articles 2003-05-12
Servlets offer a simple alternative to CGI development
One powerful feature of the Java Servlet API is its ability to process form data with relative ease. Instead of scrounging around for environment variables as with traditional CGI development, you can use servlets to access form and query-string data via normal Java method calls. Let's take a look at...
Tags: servlet class, Jeff Hanson, CGI, servlet
Technical articles 2003-01-13
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
A beginner's guide to Tomcat 4/JSP
Version 4 brings Tomcat to the forefront as a JSP/servlet container. Read more about setting up a Tomcat server and deploying your Web applications using this robust, free tool.By Tom OsborneWith the introduction of the Catalina Servlet engine, Tomcat version 4 boasts improved performance that makes it a Servlet/JSP container...
Tags: Application servers, Middleware, OPEN SOURCE, Guest Contributor, beginner, Apache Tomcat, servlet, Web application
Technical articles 2002-09-25


TechRepublic's Telecommuting Policy
You've got users who want the ability to telecommute for work. Do they know what you expect from them? You can use this policy to set the rules for te ...
Buy Now
Help Desk Trouble Ticket Form
The Help Desk Trouble Ticket is an important document for the technical support professional. This form contains all the essential fields for maintain ...
Buy Now

The PC Cracked Open