kalyen kumar

Ranch Hand
+ Follow
since Sep 18, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by kalyen kumar

hi

can you post your register.jsp

14 years ago
ok thanks....but then what should be name..?



What should be given in textbox name in order to read all the text boxes values in my action class???
Thanks in advance
14 years ago
Hi,

I am using struts framework.
I have transaction table whose data i will be displaying on a JSP in tabular format based on given date.
The number of transaction records displayed may vary but i want to add a text box for each record displayed.
The user will give some price input in these text boxes and submit.

I want to insert the text boxes values into a price table.

JSP1


Please observe the id attribute of text input tag.
The values for buyer and transactionid are diplayed in the jsp1.
What should be given in text id in order to read all the text boxes values in my action class???

14 years ago
Hi,

I am developing a web application which sells books online.
Once an user buys a books from this site then 2 things should happen,

1) An Email confirming the order details, amount and shipping details should be sent to the user.
2) Also an SMS confirming the same order details, amount and shipping details should be sent to the user.

If i do it like first email and next sms then any problem in sending email is not allowing the sms sending to trigger.

Question: What is the better approach (apart from thread based approach) to make sure, the sending email and sending sms are independent of each other ?
Failure in one should not obstruct the other.

Thanks in advance
Kalyan
14 years ago
Thanks for your guidance.
kalyen
15 years ago
Thanks for your response.

Yes, I will try in a more relevant forum.

Thanks,
Kalyen
15 years ago
Thanks for your reply.

Sorry for confusing you......i didn't mean that.
Let me clarify...

I want to know about a brew simulator where I can deploy my j2me app and test.
All my questions in the above post in the brew context

Please guide me....

Thanks in advance
Kalyen
15 years ago
Hi

1. Can anyone tell me how to test my j2me app on brew mp simulator?
2. Which simulator I need to use for this ?
3. What are the steps in deploying j2me app on simulator ?

Thanks in advance
Kalyan


15 years ago
Hi Everybody,

I think I can put my BREW question here because I found some BREW discussions in this forum.
If not, Im sorry.
I am quite new to Brew MP.

My environment is Eclipse (gynamede), 'C' language, Brew MP SDK, MinGW Compiler and GDB debugger. My Database is already in SQL server 2008.

How can my app interact (insert/retrieve a record) with SQL server 2008.
Please give me some hints or pointers.

Already posted the question here, but no luck
https://brewmobileplatform.qualcomm.com/devnet/forum.jsp

Thanks in advance
Kalyan
15 years ago
Many thanks for replying.

Ya, I was also trying to connect to a server that was list as alias.
So, I switched to real IP instead of alias.
But the problem still persists on LG KP500 and motorola

Anyway the application works fine on SONY ERCISSON and NOKIA.
I am confused, what to do now

Any thoughts, please feel free to share with me.
Thanks in advance.
15 years ago
Hi All,

I am getting the following exception when I my j2me application on LG phone (device) tries to communicate with the web application
running on tomcat server.

ConnectionNotFoundException : target of the name cannot be found

The web server is on public IP. The application logins and works fine in NOKIA and SONY ERICSON devices and sun's emulators.
The application is installed on LG and Motorola and the problem arises when trying to login.

Please help me and thanks in advance.
Kalyen
15 years ago
Hi,

Thanks a lot.
I will be starting implementing this with the guidance given by you.

I hope you will be in touch for further guidance, definitely not step by step (because you have already given it )
but if any road blocks I face or for gaining better understanding of things.

Thanks you all,
Kalyen
Hi Gerardo Tasistro,

A very nice response, I am very much happy with your answer.

Thanks a lot.

Is the following same as that you are talking about......?

http://ixfree.wordpress.com/2007/07/04/jasper-ireport/

Thanks in Advance,
Kalyen

Hi,

Thanks for your response.
So, if I use hibernate.......and I am directly accessing database without integrating the reporting tool with any application,
then how do I proceed...?

If I use the tool independently (tool interacting directly with database and creating reports) then how can I use hibernate here...?
I am confused.........

Thanks in advance
Kalyen
Hi Martijn Verburg,

It breaks because when I run the report after changing the column name, it will throw an exception that the column name not found.

What I am talking about is a data abstration layer sits between the database and your reports....even if the database structure changes then instead of being required to change what could be hundreds or even thousands of reports throughout an organization, to accomodate the change you instead make the changes in this layer and those changes are automatically passed through to all the reports.

Thanks in advance,
Kalyen