Why Java Platform Independent?
I don’t find the exact reason why Java is called Platform independent. I have read it in many books. Still a practical overview is not there. Please Specify in more detailed.
Answer Question
| August 28, 2009 4:19 AM
E-mail applications, Exchange, IBM WebSphere, J2EE, Java, JavaScript, JSP, Tech support, Web services, WebSphere Commerce
I don’t find the exact reason why Java is called Platform independent. I have read it in many books. Still a practical overview is not there. Please Specify in more detailed.
Can not run servlet program on J2EE platform 4 Linux
I am using J2EE platform in my RHL 9.0 machine. But I am not able to servlet programs. How I can do that?
Answer Question
| January 20, 2005 4:08 AM
Development, ERP, Help Desk, HTML, IT architecture, J2EE, Java, JavaScript, JSP, Lifecycle development, Planning, Tech support, Third-party services, Vendor support
I am using J2EE platform in my RHL 9.0 machine. But I am not able to servlet programs. How I can do that?
JavaScript Validation of Field Entry Against names.nsf
Hi! Does anyone have a snippet of JavaScript code which validates the contents of a field (single value)against names.nsf and produces an error message to the user if a match is not found? Thanks!
Answer Question
| November 26, 2004 2:11 PM
Development, JavaScript, Lotus Domino
Hi! Does anyone have a snippet of JavaScript code which validates the contents of a field (single value)against names.nsf and produces an error message to the user if a match is not found? Thanks!
Best IDE for building JSP pages
This is just for educational purposes. I want to build some JSP pages for a university project, and I’m looking for a J2EE IDE (better if free), but I’m, not sure which is best or easiest to use. I have taken a look to Net Beans 3.6 and I like it, but it’s too heavy [...]
Answer Question
| November 9, 2004 2:04 PM
BEA Systems, BEA WebLogic, C, Computer Associates, HTML, IBM, IBM WebSphere, J2EE, Java, JavaScript, JBoss, JSP, Servers, Sun, Sun ONE Application Server, Web development tools, WebSphere Studio
This is just for educational purposes. I want to build some JSP pages for a university project, and I’m looking for a J2EE IDE (better if free), but I’m, not sure which is best or easiest to use. I have taken a look to Net Beans 3.6 and I like it, but it’s too heavy [...]
Scripts after SP2
I just installed the latest MS XP patches (SP 2, etc.). I have a home page with a java script menu pointing to my most commonly used sites. Now I have to disable the blocking software every time I open a browser. Is there a simple way to automatically enable my own scripts?
Answer Question
| November 5, 2004 12:33 PM
JavaScript
I just installed the latest MS XP patches (SP 2, etc.). I have a home page with a java script menu pointing to my most commonly used sites. Now I have to disable the blocking software every time I open a browser. Is there a simple way to automatically enable my own scripts?
database design-2
sir, i am developing the order-process mgt (3-tier intranet app)using jsp,java,javascript and mysql as backend. i have to store the data from the customer order-sheets. in this business, they organize the garments(product) according to the colour.then each color is divided in to sizes like s,m,l,xl,xxl. example: mens brief-bule-s-1000 nos. mens brief-bule-m-1000 nos. mens brief-bule-l-1000 nos. [...]
Answer Question
| October 11, 2004 6:16 AM
Development, J2EE, Java, JavaScript, JSP, SQL, XML
sir, i am developing the order-process mgt (3-tier intranet app)using jsp,java,javascript and mysql as backend. i have to store the data from the customer order-sheets. in this business, they organize the garments(product) according to the colour.then each color is divided in to sizes like s,m,l,xl,xxl. example: mens brief-bule-s-1000 nos. mens brief-bule-m-1000 nos. mens brief-bule-l-1000 nos. [...]
database design
sir, i am developing the order-process mgt (3-tier intranet app)using jsp,java,javascript and mysql as backend. i have to store the data from the customer order-sheets. in this business, they organize the garments(product) according to the colour.then each color is divided in to sizes like s,m,l,xl,xxl. example: mens brief-bule-s-1000 nos. mens brief-bule-m-1000 nos. mens brief-bule-l-1000 nos. [...]
Answer Question
| October 12, 2004 6:07 AM
Development, J2EE, Java, JavaScript, JSP, SQL, XML
sir, i am developing the order-process mgt (3-tier intranet app)using jsp,java,javascript and mysql as backend. i have to store the data from the customer order-sheets. in this business, they organize the garments(product) according to the colour.then each color is divided in to sizes like s,m,l,xl,xxl. example: mens brief-bule-s-1000 nos. mens brief-bule-m-1000 nos. mens brief-bule-l-1000 nos. [...]
Grpahs/Charts
I am looking for a fast, free method to create graphs for a web page using javascript,java, html or applet or any thing that will work on a web page
Answer Question
| October 12, 2004 3:15 AM
ActiveX, HTML, Java, JavaScript, LotusScript
I am looking for a fast, free method to create graphs for a web page using javascript,java, html or applet or any thing that will work on a web page
Software Development in Java
Could someone please advise me (and my team) on which development tools and resources to use for rapid development of java (or java-based) business software packages such as inventory management systems, payroll packages etc. We have been developing using Oracle 6i Developer suite and now intend to switch to Java to gain some flexibility with [...]
Answer Question
| October 8, 2004 3:46 AM
C, Development, Dreamweaver, HTML, J2EE, Java, JavaScript, JSP, PHP, SQL, XML
Could someone please advise me (and my team) on which development tools and resources to use for rapid development of java (or java-based) business software packages such as inventory management systems, payroll packages etc. We have been developing using Oracle 6i Developer suite and now intend to switch to Java to gain some flexibility with [...]
Domino Designer help
I have a dialog list field with a list of choices, where the user can choose 1 or many. I need a way that for every choice in that dialog list that is picked, there is a radio button or something like that next to the selected choice with add and delete. For instance, if [...]
Answer Question
| August 12, 2004 4:17 PM
Domino Designer, Java, JavaScript, Lotus Domino, LotusScript
I have a dialog list field with a list of choices, where the user can choose 1 or many. I need a way that for every choice in that dialog list that is picked, there is a radio button or something like that next to the selected choice with add and delete. For instance, if [...]
JavaScript window.print() does nothing
I have a web page with JavaScript that: Uses var win = window.open(”, ‘_blank’, ”); to create a new window Uses win.document.write(htmlString); to build the new window’s HTML. It contains a button with an “onClick” attribute of “window.print();”. When the new window’s print button is clicked with IE6 (I haven’t tested with other browsers), nothing [...]
Answer Question
| May 20, 2004 9:52 AM
JavaScript
I have a web page with JavaScript that: Uses var win = window.open(”, ‘_blank’, ”); to create a new window Uses win.document.write(htmlString); to build the new window’s HTML. It contains a button with an “onClick” attribute of “window.print();”. When the new window’s print button is clicked with IE6 (I haven’t tested with other browsers), nothing [...]





