Re: [java ee programming] Re: Need help for final year project

2010-01-17 Thread srinivasan jeyavel
Once you are done with analysis. The best thing to do is go over MVC once. And decide upon which type of Model and View you are planning to use. Regards Srinivasan On 1/17/10, piyushn wrote: > first of all you need to understand the specifications of projects. > you can implement project on J2

[java ee programming] Re: Need help for final year project

2010-01-17 Thread piyushn
first of all you need to understand the specifications of projects. you can implement project on J2EE (using servlets and jsp) along with JavaScript etc.. if you have basic understandings of Hibernate then it will help you ,making database related transactions easy. tell us what u are looking for?

[java ee programming] Re: Need Help Ex1

2009-09-12 Thread shyam
> Hi >I am also trying my 1st homework . I have the netbeans 6.5 version already installed , so i installed the web app and Java EE and glassfish v1 &2 plug-ins in the netbeans. >Should I also install the glass fish server separately or does it already get installed by installing the above mentio

[java ee programming] Re: Need Help Ex1

2009-09-11 Thread sharmi n
Hi I am also trying my 1st homework . I have the netbeans 6.5 version already installed , so i installed the web app and Java EE and glassfish v1 &2 plug-ins in the netbeans. Should I also install the glass fish server separately or does it already get installed by installing the above mentioned pl

[java ee programming] Re: Need Help Ex1

2009-09-06 Thread marcos gomez
I had the same problem with Windows vista. Try the following: 1. go to "C:\Windows\System32\drivers\etc" 2. edit host file 3. add this line "127.0.0.1localhost" Restart and its done. To edit host file open it as Administrator user. See you. On Sun, Sep 6, 2009 at 1:02 PM, a

[java ee programming] Re: Need Help Ex1

2009-09-06 Thread a s
Try changing the server under Tools-> Server to V3. I also changed the server from sun/appserver to sun/sdk. Both solutions worked for me. On Sep 5, 10:15 pm, Srilaxmi Seetharamachar wrote: > Hello, >    I installed netbean, sdk  and I  am on the MyFirstWebApp project.After > when I run the pr

[java ee programming] Re: Need Help Ex1

2009-09-06 Thread pizzabiere
Hello If you want to test your app through "Build", then you have to "deploy" it. You can also click on the green triangle or type F6 : this way, build and deploy would be automatic. @+ --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

[java ee programming] Re: Need Help Ex1

2009-09-05 Thread miga
On Sep 6, 4:15 am, Srilaxmi Seetharamachar wrote: > Hello, >    I installed netbean, sdk  and I  am on the MyFirstWebApp project.After > when I run the project, I don't  see Build Successful at the bottom of the > screen in netbean. But I see glassfish server start staus.When I tried to > op

[java ee programming] Re: Need Help on Java Script

2009-07-27 Thread sagar khobragade
Ok Friends i'll try your suggesstions and then let you known the result. Thanks a lot!!! On 7/27/09, jitesh dundas wrote: > > Hi > > You have to select the event in which you wish to call the function. The > call for the function will be in the text box field itself. > > Create a span or div tag

[java ee programming] Re: Need Help on Java Script

2009-07-27 Thread jitesh dundas
Hi You have to select the event in which you wish to call the function. The call for the function will be in the text box field itself. Create a span or div tag for that part besides the name text field. Keep it hidden by default. Once it enters the error validation, then make the div / span fiel

[java ee programming] Re: Need Help on Java Script

2009-07-27 Thread a.stefan...@gmail.com
function validate_required(field,alerttxt) { with (field) { if (value==null||value=="") { next to name text= error;return false; } else { return true; } } } On 27 iul., 12:23, aryan wrote: > How can i show inline error message. > For Example:-  If any one leave n

[java ee programming] Re: need help in J2ME

2009-07-26 Thread Evans
Been years since I last wrote a JavaME application and didn't have any need to use a database. That said, see if this helps http://www.coderanch.com/t/230853/Java-Micro-Edition/Mobile/List-Database-J-ME -- Evans - Original Message - From: Mohamed Ali To: Java EE (J2EE) Programmi

[java ee programming] Re: need help with EJB

2009-07-10 Thread Ice-Man
Well, I noticed a "Port Conflict". Don't u have other Web Server (for instance: TomCat) running at the same time (using the Port like 8080)??! Just find out someServer is starting Up. If u realize is not a matther of Port, just Delete (from file system) everything of your (problematic) Proje

[java ee programming] Re: Need help

2009-06-01 Thread Justin Hogg
Have a look at: http://quercus.caucho.com/ Its a Java implementation of PHP. Regards On Mon, Jun 1, 2009 at 5:22 AM, manu wrote: > > Hello, > I am Using jdk 6 + Eclipse 3.4.2 + Tomcat 6.0 and apache 2.0and mysql > 5.0 + php 5.1. i want to run my project at tomcat and use java library > at php

[java ee programming] Re: Need help on J2EE Application

2009-01-26 Thread Nachiket Patel
Hello Guys, What ever ankit telling is correct, But i want to know, (To Ankit) why you are suggesting comma separated values in field?? Isn't it appropriate to use another table which has "Page Name" (or Page Id) and corrspondign user id? So it will be very simple to handle and most importantly eas

[java ee programming] Re: Need help on J2EE Application

2009-01-26 Thread Ankit Garg
Well I don't think this should be a big problem. You just need to keep track of all the people who have subscribed for a page. And you have to do the opposite too i.e. the user must be able to track all the pages he has subscribed for. I think you will implement a database for keeping the informat

[java ee programming] Re: Need help regarding Spring

2008-10-11 Thread Anil
Make sure you have the xml file in classpath and use Classpathresource instead of Filesystemresource. I think with FileSystemresource we need to give the fully qualified path for the xml file. On Sat, Oct 11, 2008 at 8:31 AM, jince varghese <[EMAIL PROTECTED]>wrote: > Hi Everybody, > >

[java ee programming] Re: NEED Help with homework LAB-4003: JSP Basics

2008-10-03 Thread Presario 6331RSH HAM
maybe this will help On Oct 2, 3:33 pm, [EMAIL PROTECTED] wrote: > I wonder if anyone can help! > > This is the question of the homework. > > Modify index.jsp and response.jsp  to ask and display another item > such as Birth Place or Nationality. > The index.jsp forwards the request t

[java ee programming] Re: Need Help in JDBC Programming

2008-10-01 Thread Presario 6331RSH HAM
You have what you need commented out. Why? On Sep 27, 8:49 pm, "jince varghese" <[EMAIL PROTECTED]> wrote: > Hi All, > >    I was trying to fetch  a column name name from the table "user" in the > database "test" in the mysql database. I wrote a servlet code: > > JdbcServlet > - >

[java ee programming] Re: Need Help in JDBC Programming

2008-09-28 Thread Abinash Ojha
Hi, If you are using Tomcat as web server (configured in netbeans). Then copy the mysql connector jar file in the %tomcat_home%\lib folder. Try rebuilding and running the application in netbeans. Regards Abinash On Sun, Sep 28, 2008 at 3:49 AM, jince varghese <[EMAIL PROTECTED]>wrote: > > > Hi A

[java ee programming] Re: Need Help in JDBC Programming

2008-09-28 Thread Ewald
Hi, On 28 Sep., 03:49, "jince varghese" <[EMAIL PROTECTED]> wrote: > Hi All, > >    I was trying to fetch  a column name name from the table "user" in the > database "test" in the mysql database. I wrote a servlet code: > > JdbcServlet > - > > import java.io.IOException; > import

[java ee programming] Re: Need Help Homework #3

2008-09-12 Thread Rudi
Hi Rajiv, Well, you have a String parameter username in the index.jsp page that will be sent when you submit the form since that field is in the form. In the same form that contains username, you also need to have hobby, nationality, and myparameter with the default value listed in the homework