kesava chaitanya

Greenhorn
+ Follow
since Aug 20, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by kesava chaitanya

hi
how to refresh parent window when i click child window close buton when both the files are in different system ;parent window is is my system say http://chaitanya/ecrm/ex.jsp;in the ex.jsp one hyper link is there when i click this href child window will come that is in another system;the child window is in different server say htp://chakri/csc/Attend.jsp;when i click child window javascript error (i.e) permission denied error is coming;the parent window is in iframe;plz tell me how to solve this problem ;
hi
how to refresh parent window when i click child window close buton when both the files are in different system ;parent window is is my system say http://chaitanya/ecrm/ex.jsp;in the ex.jsp one hyper link is there when i click this href child window will come that is in another system;the child window is in different server say htp://chakri/csc/Attend.jsp;when i click child window javascript error (i.e) permission denied error is coming;the parent window is in iframe;plz tell me how to solve this problem ;
21 years ago
JSP
hi

while jsp is loading i want to display please wait message;how to do that using javascript;i dont want to open pop-up window;i want to display the msg in the same window

with regards
chaitanya
hi

while jsp is loading i want to display please wait message;how to do that using javascript;

with regards
chaitanya
hi

how to retrieve datetime with result;
if i use rs.getDate("CREATE_DATE") i am getting numberformat exception?i am using oracle database?
i want in this format 12-Jul-2003 14:20 format???
can anybody give me code
SELECT TO_CHAR(CREATE_DATE, 'DD-MON-YYYY HH24:MI') AS CREATE_DATE FROM COMPLAINT_DETAILS A,COMPLAINT_MASTER B, OFFICE_HIRARCHY C,CONSUMER_MASTER D,USER_MASTER E WHERE RECORD_STATUS='ACTIVE'
hi
i have successfully deployed and run tomcat
in my localhost;how can i run other's (i mean different host) thru my system(it will be external process) ;can anybody give me code;this is the code i have used for running tomcat;

<project name="MyApp" default="start" basedir=".">
<property name="jboss" location="d:/jboss"/>
<property name="iexplore" location="C:\Program Files"/>
<property name="tomcatpath" location="c:/tomcat/webapps/examples/WEB-INF"/>
<property name="baselib" value="d:/jboss/lib/*.jar" />
<target name="build" description="Compiles all source code">
<javac srcdir="${basedir}/cscsrc" destdir="${tomcatpath}/classes">
<classpath>
<pathelement location="${baselib}/jfreechart-0.9.2.jar" />
</classpath>
</javac>
</target>

<target name="start" depends="build">
<exec executable="${jboss}/bin/run.bat" dir="${jboss}/bin" os="Windows 2000" />

</target>

</project>
with regards
chaitanya
21 years ago
good book on deploy and configuration using weblogic
21 years ago
JSP
hi...
i am using Frameset.within the frameset i have defined 2 frames
1.one frame is for toolbar.jsp
2.second frame is for interface screen.
in the toolbar.jsp having 8 to 10 buttons are there..(like save,modify,delete,first,next,last,previous,etc...)
if i entered some thing in the interface screen components..but i want to save these detials into tables...
for this purpose i am clicking the save button in the toolbar.jsp page..
my question is?
i want to get the values from the jsp page ,for this purpose what i have to do?
and also how to communicate these two pages ?
21 years ago
JSP
hi gurus,
1)If i want to do transactions which bean should i use I mean session or entity and why?
2)what is authorization and authentication?
with regds
chaitanya

Originally posted by pradeep bhat:
1.setSessionContext() method because this method is called only once for stateless session bean.
2.size will be remain at 0


why the size will remain 0
[ May 10, 2002: Message edited by: kesava chaitanya ]
hi
1)I have a stateless Session Bean where I want to do some database manupulations . I use a dataSource for this . Where do I place the code for looking up and getting the DataSource so that my code is most efficient? In which method will u place this piece of code ?
2)A remote method addUserInfo is added to a Session Bean. Size of aLList initialized at the client side before the invocation is 0. public void AddUserInfo(aLList : linkedlist) { UserInfo lUserInfo = new UserInfo(); aLList.add(lUserInfo); } What will be the size of this List after the method is invoked in the client side?
give me detailed explaination?
bye
chaitanya
hi
Do u need to explicitly narrow the referenes of HomeInterfaces(Local & Remote) which u get from NameServer?
bye
chaitanya
hi
i have written simple java program;i am using JDK 1.3.1 version;i am running this program on WindowsME;i set the classpath properly;compiled well; but when i run the program i get the NoClassDefFoundError;how can i solve this problem
bye
chaitanya
22 years ago
hi
yesterday i went to one interview;the interviewer asked me one question;(ie) one jsp client is there;he gets bean instance from a pool of bean instanes from container(entity bean);say another jsp(2nd jsp page) is there, he wants same bean instance from the first jsp page without touching container again;i said u can do it using JNDI reference;but the interviewer told me u can do that using handle;Is that possible using Handle;
bye
chaitu
hi
can any body tell what problems or errors usally face while developing ejb projects;
bye
chaitu