jezhilvalan
|
Registered User
|
|
|
Jul 17 |
awarded | ● Commentator |
|
Jul 17 |
comment |
calling stored procedure with output parameter Thanks for answering. When I did it, "Undeclared variable: average" error is thrown by MySQL. But I have alread declared average while creating procedure CREATE DEFINER = 'MailIntimator'@'127.0.0.1' PROCEDURE GetAvgOut(OUT average INT,IN col VARCHAR(30),IN tbl VARCHAR(30)) |
|
Jul 15 |
asked | calling stored procedure with output parameter |
|
Jul 10 |
comment |
Implementation for custom keys in Hashtable thanks a lot for enlightening me |
|
Jul 10 |
comment |
Implementation for custom keys in Hashtable thanks a lot for enlightening me |
|
Jul 10 |
asked | hashCode implementation for singleton class |
|
Jul 10 |
asked | Implementation for custom keys in Hashtable |
|
Jul 10 |
asked | Checked Unchecked Exceptions |
|
Jul 9 |
asked | CustomException checked or unchecked |
|
Jul 7 |
asked | rmi NoSuchObjectException |
|
Jul 7 |
comment |
closing rmi registry Thanks for answering.I did the same way you told me.But "java.rmi.NoSuchObjectException: object not exported" is thrown.Code given in ContextInitialized method. "new RMIServer();"RMIServer is a class which extends UnicastRemoteObject and implements Remote interface.within RMIServer constructor "Registry r=LocateRegistry.createRegistry(3232);r.rebind("RemoteReference",this):" are given.From "contextDestroyed" method "unbind()" method of RMI server is invocated.Within "unbind()" method "Registry r = LocateRegistry.getRegistry(3232);UnicastRemoteObject.unexportObject(r,true);" are given. |
|
Jul 6 |
asked | closing rmi registry |
|
Jul 4 |
awarded | ● Editor |
|
Jul 4 |
revised |
RMI ClassNotFoundException added 36 characters in body |
|
Jul 4 |
asked | RMI ClassNotFoundException |
|
Jul 3 |
awarded | ● Tumbleweed |
|
Jul 2 |
comment |
sharing message object between web applications Since DAO is a standalone class I can package it in a separate jar and use it in both MailGetter and MailFormatter web applications.Currently I am using filesystem to store emails.If I start persisting email content in database(MySQL),upto which extent I can store? This email system will be handling 1000+ users who are going to provide 10+ emailids for monitoring.I am using filesystem since bulk data can be stored in it,and even in need of additional space new hard diskettes can be added. |
|
Jul 2 |
comment |
sharing message object between web applications Also in such scenario aren't we overloading MailGetter class with too much functionality?Obtaining the email,parsing the email message object and persisting the EmailBeanObject to DB via DAO.MailGetter also need to download bulk attachments.Suppose if MailGetter is iterating over 5 email ids which are provided for monitoring and presume MailGetter is currently downloading 10 MB attachment for first email id,new emails for the remaining 4 email ids will be obtained only after the completion of current download.How can we overcome such time consumptions? |
|
Jul 2 |
comment |
sharing message object between web applications EmailBean-with Setters & Getters for From,To,Subject,CC,BCC,Body,Attachment Name and Path MailGetter-obtains email message object and parses email headers,body & attachment.Creates "EmailBean" & initialize Setters and passes it to DAO class DAO class- with setObjToDB and getObjFromDB methods.receives Obj from MailGetter and stores it in DB using setObjToDB MailFormatter-obtains object using DAO's getObjFromDB and formats the content which sent to mobile Am I Comprehending it right? Since MailGetter & MailFormatter are running in separate server,how can I share DAO(commons.jar) between them? |
|
Jul 2 |
comment |
sharing message object between web applications thanks for answering.Can you please illustrate the domain classes? What are these classes? So MailFormatter after obtaining emails from remote persists email headers, concised email body content and attachments in database.MailGetter queries the db for recently arrived email data. Am I comprehending it right? Can you please illustrate your concept? |
|
Jul 1 |
asked | adding jar files in netbeans rmic tag |
|
Jul 1 |
asked | using rmic in netbeans |
|
Jun 30 |
asked | using java mail message object between web applications |
|
Jun 30 |
comment |
sharing message object between web applications I'm developing a email client web application which will be communicated from a mobile for new emails.In the web app, there are 2 resource intensive classes. 1.MailGetter (iterates over the numerous emailids provided by user and obtains emails for emailids) 2. MailFormatter (parses Multipart content into simple text by removing html tags which will be sent to mobile and and this class also downloads bulk attachments)So I'm trying to implement MailGetter and MailFormatter as 2 web applications which will be in different servers. So I need to share message objects between these applications. |
|
Jun 30 |
asked | sharing message object between web applications |
|
Jun 30 |
comment |
passing java mail message object from between applications thanks for answering. So I can use FileOutputStream and persist object as a file and then read it via MimeMessage constructor. Is FileOutputStream the best one to persist message? What if the persisted message is not MimeMessage? How can I read non-mime messages via input stream? Also MimeMessage constructor is demanding a session object for reading the message input stream. How can I create this session object in the other web application? |
|
Jun 29 |
asked | passing java mail message object from between applications |
|
Jun 26 |
asked | left and right command menus in LWUIT form |
|
Jun 20 |
awarded | ● Student |
|
Jun 20 |
asked | stopping a thread when cancel command is triggered by the user |
