Sponsored White Papers, Webcasts, and Downloads
Additional Resources
- Developing JSTL-Like Tags With JSP 2.0
- JavaServer Pages JSP and JSP Standard Tag Library JSTL provide many useful tags also known as actions for Web developers. In addition, JSP 2.0 has two APIs, called Classic Tags API and Simple Tags API, that allows the user to build custom tags/actions. The former API was inherited from JSP...
- Tags: JSP, Scripting Languages, Java, Software/Web Development, Web Development, Programming Languages, Software Development
- White papers
- Using the JSP 2.0 EL API
- The JSP 2.0 Expression Language EL is a much-needed feature for Web developers who want to build scriptless JSP pages. It was designed as a part of the JSP Standard Tag Library JSTL 1.0, and then JavaServer Pages JSP 2.0 adopted and enhanced the EL. In its current form, the...
- Tags: JSP, JSP 2.0 Expression Language, Scripting Languages, Java, Software/Web Development, Web Development, Programming Languages, Software Development
- White papers
- 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
- Creating JSP 2.0 Tag Files
- Tag files are one of the most important new additions to JavaServer Pages JSP technology, allowing Web developers to build libraries of custom tags with the JSP syntax. The JSP tag files are translated into Java code automatically by the JSP container through the same process that transparently produces Java...
- Tags: JSP, Scripting Languages, Java, Software/Web Development, Web Development, Programming Languages, Software Development
- White papers
- 10 JSP tag libraries no programmer should be without
- One of JSP's most overlooked features is its ability to work with reusable code blocks, aka "tag libraries", to add new functionality to a JSP application. These tag libraries, declared using XML-type markup, provide ready-to-use widgets that can easily be integrated into a JSP page; they're also a useful way...
- Tags: JSP, Programmer, Scripting Languages, Java, Software/Web Development, Web Development, Programming Languages, Software Development
- Download resources 2007-06-25
- MSDN Webcast: ASP.NET 2.0 User and Custom Control Development for JSP Tag Library Developers (Level 300)
- This webcast discusses migrating JavaServer Pages JSP to Microsoft ASP.NET 2.0. Because of the differences between JSP custom tags and Microsoft .NET Web user controls, a set of support classes that emulate JSP custom tag processing are created during conversion. Those classes are the base of converted JSP custom tag...
- Tags: Developer, Microsoft Developer Network, Webcast, Microsoft ASP.NET, JSP, Microsoft Corp., Microsoft ASP.NET 2.0, Scripting Languages, Java, Software/Web Development, Web Development, Programming Languages, Software Development
- Webcasts
- Deploying JSP Pages in WEBSPHERE
- Hi,I am new to websphere? I m trying to deploy JSP on websphere server? I created a sample jsp page in notepad. How to deploy it? Where to cpy that file?ThanxSobs
- Tags: Deploying, IBM WebSphere, JSP, programming, sobin_kuriakose@...
- Q&A 2005-08-24
- 10 JSP tag libraries no programmer should be without
- JSP Controls looks staleCurrent release for JSP Controls is listed as 0.6, with 1.0 listed on it's roadmap as being planned for 'summer 2006'. Obviously, that didn't happen. No public announcements listed since 2005. Is this project still alive?
- Tags: Scripting languages, Java, edh.tr@..., JSP, JSP Controls
- Discussion threads 2007-06-28
- 3 Questions: J2EE is complex but flexible
- what is features of jsp languagehow can we use the jsp language i want the all information about jsp like advantages, disadvantages, features, uses, eaning or slideshowMy suggestionIs when asking questions in this forum to make them somewhat s
- Tags: jsp language, off-topic, e-mail, programming, hardware, project management, linux, it management, windows, security, career, networking, software, JSP, ganesh.kapse@..., feedback, J2EE
- Discussion threads 2006-12-01
- what are the attributes of JSP
- If someone ask me the attributes of JSP then what should be my answerYou should answer...You should answer [b]"I don't know"[/b]! :^0Seriously, check this out:JavaServer Pages Technologyhttp://java.sun.com/products/jsp/Do your own homework...but check out the link by TE2.
- Tags: JSP, linux, pinkoochavan, software
- Discussion threads 2006-10-13
- .jsp page with data convert to .html page
- i am generating the jsp page randomly with sending parameters.now i want to save that dynamically generated jsp page with parmeters as a (.html ) extension. and that (.html) name should be in form of somename[i].html.so that i can keep it in a f
- Tags: Scripting languages, Java, ssubhra_pattnaik@..., JSP, HTML
- Discussion threads 2006-11-10
- QuickStart: JavaServer Pages (JSP)
- Need to get a jump on learning JavaServer Pages JSP technology? Then try our QuickStart: JavaServer Pages. From your first "Hello, World" template to tips on connecting to a MySQL database, learn the basic tools you'll need to build powerful JSP-based Web sites.
- Tags: MySQL, JSP, Scripting Languages, Java, Databases, Software/Web Development, Web Development, Programming Languages, Software Development, Enterprise Software, Software, Data Management
- Download resources 2004-05-26
- MSDN Architecture Webcast: ASP.NET 2.0 User and Custom Control Development for JSP Tag Library Developers (Part 2 of 2) (Level 200)
- The format of the directive in both languages is similar. There are differences between Java Server Pages JSP custom tags and Microsoft .NET Web user controls. The .NET Web user controls are a set of support classes that emulate JSP custom tag processing, and are created during conversion. Those classes...
- Tags: Developer, Microsoft Developer Network, Java Server, Webcast, Microsoft ASP.NET, JSP, Microsoft ASP.NET 2.0, Java, Scripting Languages, Middleware, Programming Languages, Software Development, Software/Web Development, Web Development, Enterprise Software, Software
- Webcasts
- Populate Web forms with JSP and XML
- One of the coolest thingIm Searching for such a cool programmatic approach to parse xml document.Nice article, simple to understand the concept...and one more need for meI need to parse a xml file and display it in jsp and edit a particular element and how to save it as xml...
- Tags: Scripting languages, Java, Web, alexburno@..., Web Forms, XML, JSP
- Discussion threads 2007-10-17
- Using the Domino JSP Custom Tags: An Approach to Portalizing Domino Applications
- This paper discusses the Domino JSP custom tag libraries and gives a broad understanding of how to build and integrate portlet applications by using the Domino JSP custom tags. It provides an overview of the key technologies, including J2EE, WebSphere Portal, and Lotus Domino. It then provides an in-depth look...
- Tags: Portlet, JSP, IBM Lotus Domino, IBM Corp., E-mail Servers, Groupware, Enterprise Software, Software
- White papers 2004-12-01
- Unified Expression Language for JSP and JSF
- This paper explains the unified Expression Language EL, which has been added to the JavaServer Pages Standard Tag Library JSTL specification in order to overcome problems when integrating the JavaServer Pages JSP EL with the JavaServer Faces JSF EL. The expression language provides a way to simplify expressions in JSP....
- Tags: JavaServer Faces, JSP, Expression Language, Java, Scripting Languages, Programming Languages, Software Development, Software/Web Development, Web Development
- White papers 2006-03-07
- Export jsp to PDF
- I want to export the web page developed using JSP to PDF. Please let me know if there is any software of free cost found for doing that.I tried already with IReport and HighWire(CORDA product costs about $2999). I want to know the product of low cost. Please suggest me...
- Tags: Scripting languages, Java, ramyagnice@..., JSP, Adobe PDF
- Discussion threads 2007-03-28
- Intro to JavaServer Pages: Learn the syntax basics
- By John Zukowski(2/8/00)Moving beyond installation, we'll now go into the JSP syntax. If you're not familiar with Java programming, you may want to visit Sun's tutorial; however, Web builders shouldn't have to do too much Java development. Other than a few method calls, the Java code in your JSP Web...
- Tags: Scripting languages, JSP, Java
- Technical articles 2003-10-06
- array session variable in JSP
- helo friends, i am a beginner in jsp.i m trying to make a shopping cart.i want to store all the items that a customer purchse in a sessin variable,so at last i can make a bill. plz...
- Tags: sri_pritee1986@..., programming, JSP
- Q&A 2006-07-11
- << Previous
- page 1 of 1
- Next >>