IDE for JSP

2000-11-13 Thread Gary Johnson
Can anyone recommend or point me to a free or cheap IDE that supports JSP?...TIA, Gary Gary Johnson [EMAIL PROTECTED] 510-864-8037 === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some

No Subject

2000-11-13 Thread Deepak C S
Hi, What s/w do we require to test EJBs??? -deep === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at:

No Subject

2000-11-13 Thread subramanian Athimoolam
hi please visit the following website hope you got some idea... www.ejbtest.com subu _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public

weblogic classpath setting

2000-11-13 Thread Deepak Nagpal
hi, can anybody please tell me where to look for the server classes, classpath settings for weblogic 5.1; and how to change this setting. Rgds, Deepak === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff

No Subject

2000-11-13 Thread Matade Rajesh
WebSphere Application Server and other similar software. Rajesh Matade _ Information Technology Division, National Bank of Oman, P. O. Box 23537, Al Ain, United Arab Emirates _ Deepak C S

Precompiled JSP pages : possible ?

2000-11-13 Thread amit
Hi All, I hv developed a site using JSP/Beans using Tomcat +Apache on Win NT 4 (SP5). Currently I hv hosted it at one hosting service. But I want to protect my JSP source code. ** i.e. Can I put precompiled JSP Pages ? or make it's JAR file like

Re: weblogic classpath setting

2000-11-13 Thread hamid
Hi, \Weblogics\classes\ is the base folder. If u call classes in ur jsp page , it will check in classes folder. If u define packages , then it will start from classes folder.e.g package com.xxx; then it will make folder like : \classes\com\xxx Hamid VSDI -Original Message- From: A

Re: Java Developer's Guide to Servlets JSP

2000-11-13 Thread Phil Hedley
From: Phil Hedley@MITEL on 11/13/2000 09:47 AM GMT Dont' know about this one but check out the following javaworld site which gives a review of other jsp books http://www.javaworld.com/javaworld/jw-09-2000/jw-0929-jspbooks.html cheers, Phil Hedley Sloan Michael [EMAIL PROTECTED] on

setting null in the database field using prepared statement

2000-11-13 Thread Synu Jacob Vengal
Hi, I need to set an Integer field in the database to NULL using prepared statement. I found the method as follows.But i don't know what is the value of the parameter" sqlType" for integer. setNull(int paramIndex, int sqlType, String typeName). Please explain with an example. Can anyone help

Re: weblogic classpath setting

2000-11-13 Thread Mohankarthikeyan.K,AMB Chennai.
goto weblogic directory and simply run the batch file named setEnv.cmd Mohan. -Original Message- From: Deepak Nagpal [SMTP:[EMAIL PROTECTED]] Sent: Monday, November 13, 2000 2:46 PM To: [EMAIL PROTECTED] Subject: weblogic classpath setting hi, can anybody please tell me

Re: setting null in the database field using prepared statement

2000-11-13 Thread Oleg V Alexeev
Hello Synu, Monday, November 13, 2000, 12:42:51 PM, you wrote: SJV Hi, SJV I need to set an Integer field in the database to NULL using prepared SJV statement. SJV I found the method as follows.But i don't know what is the value of the SJV parameter" sqlType" for integer. SJV setNull(int

Re: Best JSP Tool

2000-11-13 Thread Petr Jiricka
Well, more precisely - you can download the beta (preview) of the Internet Edition for free from http://eap.netbeans.com. It will be available for sale in December, for the price in the order of hundreds of dollars. Enterprise Edition is not available yet, and will be available in June next

(Off topic) JDBC driver

2000-11-13 Thread Ana Pino
Can anybody point me to a good JDBC driver to connect to MS SQL Server? Thanks in advance, Ana === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found

Re: setting null in the database field using prepared statement

2000-11-13 Thread Dengler Martin
please take a look at Java 1.3.0 API: class java.sql.Types: The class that defines the constants that are used to identify generic SQL types, called JDBC types. The actual type constant values are equivalent to those in XOPEN. This class is never instantiated. u may use it like this:

Browser related doubt

2000-11-13 Thread Srivathsabs
Hi, Is it possible to disable the Back button in a browser or how do i fetch the previous page from the server ?? Thanks and Regards, S.Srivathsa Balaji === To unsubscribe: mailto [EMAIL PROTECTED]

Re: Browser related doubt

2000-11-13 Thread Manos M. Batsis
You must state the "expire" time of the page to minimum. That way, the user will have to refresh. About the "back" button, it cannot be disabled unless you have a window with the necessary configuration (probably in JavaScript) but for that to happen the window should be a child window.

Re: (Off topic) JDBC driver

2000-11-13 Thread John Thomas
Hi, The commonly used drivers for connecting to SQL Server are: 1) JDBC-ODBC bridge (type 1 driver) 2) IDS server (type 3 driver) As far as i know microsoft haven't released a type 4 driver (direct conversion to TDS protocol used by MS SQL). But some students have cracked TDS and provided a

Re: Browser related doubt

2000-11-13 Thread Aman
If you want that the user should not click the back button from the browser then you can set the window properties for that. Its Toolbar=No , Menu=no In this way it will not display the toolbar and also user can not go back with the menu. You can fetch the previous page using the History

How to call Com in Jsp?

2000-11-13 Thread Yu Shengchao
Hi, everyone. I wonder how I could call Com component just as Bean in Jsp? Is there a easy way? I ever search java.sun.com and www.jguru.com for relevant infomation,which suggests a Bridge called J-integ by linar.com. However J-inte is not free. Is there any other way? Does Jni work? Thanks

Converssion of ASP Project to JSP

2000-11-13 Thread fau k
Hi, We developed the product in ASP and now we have to change this product into JSP environment. If any one involved in this type of projects, please help me I will thankfull to u. My question are.. How to convert this ASP code to JSP.. 1) Directely change the all ASP programs to JSP

a very useful jsp/servlet programming tools(Can generate code auto)

2000-11-13 Thread coolknight
Jsp Code Faster2.0 For Windows 95/98/NT/2000 Summary Jsp Code Faster is a rapid tools of jsp¡¢java¡¢javabean¡¢Ejb application developing£¬it can generates useful source code, you can build your own script lib, so you can save a lot of time to rapidly build an application. Additionally£¬it

apache and jrun

2000-11-13 Thread Nova Bhojwani
hi to all well could u please tell me how do i run apache and jrun together..well i have configured jrun default server to apche but i don't know the default port of apache web server and where do i place my jsp files please it's urgent __ Do

Send Mail Example

2000-11-13 Thread Antonio W. Lagnada
Hello All, Does anyone have a simple example on how send an email for in JSP or Servlet? Any help would be appreciated. Thanks -- Antonio W. Lagnada Ecommerce Consultant [EMAIL PROTECTED] This email address is specifically for JSP-Interest email list. Remove _NOSPAM for the actual email.

Re: (Off topic) JDBC driver - IDS Type 3 driver

2000-11-13 Thread W Paul Waits
How do I find out more information and/or acquire this IDS type 3 driver? |+--- || JohnT@ibsplc.| || com | || | || 11/13/00 | || 05:34 AM | ||

Re: Send Mail Example

2000-11-13 Thread Sanjay Gomes
There is one in the Archives Sanjay -Original Message- From: Antonio W. Lagnada [mailto:[EMAIL PROTECTED]] Sent: 13 November 2000 16:18 To: [EMAIL PROTECTED] Subject: Send Mail Example Hello All, Does anyone have a simple example on how send an email for in JSP or Servlet? Any help

Re: Send Mail Example

2000-11-13 Thread Marin Velikov
HI // Code start here: String FromEmailAddr="[EMAIL PROTECTED]; String ToEmailAddr="[EMAIL PROTECTED]"; String[] emailMessage = new String[3]; emailMessage[0] = "Subject:blabla "; emailMessage[1] = "Bla bla"; emailMessage[2] = "Bla bla"; URL u = new URL("mailto:" + email); // Create a

Re: Converssion of ASP Project to JSP

2000-11-13 Thread Robert Chartier
also take a look at chapter 20 of Profession JSP by Wrox "Case study: Porting ASP to JSP" http://www.wrox.com/books/Book_Details.asp?isbn=1861003625section=subject_id=subject= At 11:24 AM 11/13/00 -0500, you wrote: To you, and everybody else who gets involved with this type of process;

Streaming RTF via JSPs

2000-11-13 Thread Whitwell, Carl
Hi all I'm working on a document generation application that will generate RTF documents on the fly for viewing in the Web browser. I have an RTF file that I created in MS-Word. As a test, I have changed its extension to .jsp and placed it where it is visible to my jsp engine (IBM WebSphere 3).

Re: resultset to jsp

2000-11-13 Thread Ron Chan
Hi, besides, the order of insertion and retrieval of the entries are not the same using a hashtable. TableModel is essentially a convenient wrapper around a 2-D vector of Objects that is ready for JTable use; or for row/col traversal in the HTML/jsp case. ron --- Sunil Roy [EMAIL PROTECTED]

Java Development Resources

2000-11-13 Thread Shailendra S Dhanoa/Cupertino/IBM
alphaWorks - Emerging and Updated Software Technologies http://www.alphaWorks.ibm.com/aw.nsf/?openl=jspi,t=gr,p=awhp J323 Engine The J323 engine is Java software for an important part of an H.323 Terminal: the functions for Call Control and Media Control. It offers an object-oriented, standard

Re: Send Mail Example

2000-11-13 Thread Mukka, Srikanth
Hi All, I am tring to insert values into database, Here is my code, can any one tell me what is the problem? My bean code is public class GroupCodes { Connection con; private String cgt_code_group_type_cd; private String cgt_code_group_desc; private String ct_code_type_cd;

Re: SSL

2000-11-13 Thread Murphy, Chris (OTS-EDH)
I was able to make mine work. Here's the concoction: OS = Linux 6.2 WebServer = Apache 3.1.14 SSL = modssl, openssl (latest, or just match the minor version on apache) JSP Container = Tomcat 3.2 I have a mod_jserv in the apache configuration that allows me to dangle my web-apps off my main url

Makefile

2000-11-13 Thread Carlos Vasquez
Hello Gurus: I need help creating a makefile for my servlets. My problem right now is when I compile my code into a different directory my makefile always compiles rather than compiling only when my source code has changed. My directory structure: root/../src/servlets/ root/../lib/servlets/

Re: Converssion of ASP Project to JSP

2000-11-13 Thread andrew stone
haven't done this myself, but there are some books with examples of porting from ASP to JSP. sheck out Chapter 20 in 'Professional JSP' from wrox (or try their website - www.wrox.com) Andy. From: fau k [EMAIL PROTECTED] Reply-To: A mailing list about Java Server Pages specification and

Re: Session Size ?

2000-11-13 Thread Venu Gopal
Thanks.. Venu --- "Craig R. McClanahan" [EMAIL PROTECTED] wrote: Venu Gopal wrote: Hi, Is there any restriction on the size of the session? Like cookie have restriction that only 20 can be added per domain and only 4K can be the size. So is there any thing for session too? Or

Re: Tools in JSP

2000-11-13 Thread Burr Sutter
Webgain Studio (www.webgain.com) has included and tweaked Macromedia's Dreamweaver product so that it will render the JSP components inside the WYSISWYG HTML editor. Once you see the results of the dynamic components you can then make design changes like placement and fonts. I've tested it with

UNSUBSCRIBE

2000-11-13 Thread Norr, Peter
=== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html

Re: (Off topic) JDBC driver

2000-11-13 Thread Bill Baker
weblogic has a type 4 one that works well Ana Pino wrote: Can anybody point me to a good JDBC driver to connect to MS SQL Server? Thanks in advance, Ana -- Bill Paperless Business Systems www.paperlessbusiness.com www.elephantsandants.com

Re: Send Mail Example

2000-11-13 Thread Hernandez, Rey
http://www.webtechniques.com/sourcecode/2000/12/java/1.lst WebTechniques just had an article about sending Email from Java. -Original Message- From: Antonio W. Lagnada [mailto:[EMAIL PROTECTED]] Sent: Monday, November 13, 2000 8:18 AM To: [EMAIL PROTECTED] Subject: Send Mail Example

Thin Client Charting

2000-11-13 Thread S Ramakrishnan
Hi - Instead of running a charting widget on the browser, I'd like to run the chart JavaBean on the web server and export the bitmap images periodically to the browser via HTML as follows: browser start charting === server browser bitmap/gif = server Is it possible to

How to send a file back to client?

2000-11-13 Thread Duffey, Kevin
Hi there.. If I dynamically create a file on the server (say in a servlet) in memory, how can I send it back to the client so they get a pop-up dialog that asks them to save it? Also, how can I make sure the filename in the pop-up box (the default to save it under) is a name I specify? Thanks.

Re: Send Mail Example

2000-11-13 Thread Mukesh Jain
At first glance I see one problem: I don't think u can set or get the properties this way set_propertyname or get_propertyname There shouldn't be any underscore there. It should be like this setpropertyName or getpropertyName Mukesh -Original Message- From: Mukka, Srikanth

Can a JSP extend a servlet

2000-11-13 Thread Girish B Mohite
Hello Friends I ahev a simpel question to you all Can a servlet be extended by a JSP file Please let me know Thanx in Advance Girish Get your FREE web-based e-mail and newsgroup access at: http://MailAndNews.com

(Off Topic)javascript: How can I change two frames at the same time

2000-11-13 Thread Lorena Carlo
Hi all, I have a problem, I make two frames change from another with the following code: the function: function MM_goToURL() { file://v3.0 var i, args=MM_goToURL.arguments; document.MM_returnValue = false; for (i=0; i(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'"); }

Re: How to send a file back to client?

2000-11-13 Thread Srdjan Pantic
If I dynamically create a file on the server (say in a servlet) in memory, how can I send it back to the client so they get a pop-up dialog that asks them to save it? Also, how can I make sure the filename in This is the easy one. public void

Re: Send Mail Example

2000-11-13 Thread hamid
Hi, U must have to intantiate the oracle driver like this : // Driver loading DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver()); Hamid VSDI -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On

Re: Best JSP Tool - JBuilder 3.5/4.0 and Inprise AppServer

2000-11-13 Thread Khurram Sardar
Hello Sir, You have JBuilder 3.5 EE. Which means that you have purchased it. How do you feel about JBuilder 4.0 Foundation Edition. Have you tried it does it provide any good features for JSP, I am damn sure the IDE of JBuilder 4.0 is really great. If you can tell me some it will be of real

Admain Applet Not Found....

2000-11-13 Thread Pranav Bansal
Hi all, Please help me regarding this problem. When I goes to http://localhost:9090 there is a message 'admin applet not found, bad magic number'. Is anyone know that what should be the reason behind this problem? Please reply me. With regards, Pranav Kumar Software Engineer Informica

Re: Admain Applet Not Found....

2000-11-13 Thread Mohankarthikeyan.K,AMB Chennai.
You have to reinstall the JWS again. -Original Message- From: Pranav Bansal [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, November 14, 2000 11:25 AM To: [EMAIL PROTECTED] Subject: Admain Applet Not Found Hi all, Please help me regarding this problem. When I goes to

Re: Admain Applet Not Found....

2000-11-13 Thread Anthony Mak
Pranav, For some reason, I had same problem. What I did was, I go to Dos Prompt and type "ping pc1" where pc1 is the machine's name on the network. Then, I use the IP address which I get from ping and use it instead of localhost. Anthony - Original Message - From: "Pranav Bansal"

Read/ Write COLB in oracle.

2000-11-13 Thread manoj nahar
hi everyone, can someone please help me out with a code as to how to access Oracle CLOB from Servlets. thanks in advance. manoj nahar === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some

Re: Tools in JSP

2000-11-13 Thread Granstrom, Camilla
Well, if we shall talk about .jsp's and tweaking. How about Macromedia's UltraDev. The database interface is a little bit hard to get into at first, but the familiarity of (full version) Dreamweaver will put you to rest. It is a very nice app. "Macromedia Dreamweaver UltraDev 4 is the most