srikanth savannagari

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

Recent posts by srikanth savannagari

Hi all,

I am new to both jetty server and IBM rational application deleveloper, can anyone help me how to configure jetty server in RAD.


Cheers,
Srikanth
13 years ago
Thanks Tim

Your suggestion solves my probelm
Hi all,

I have developed a search engine using Apache Lucene in java.

Iam using StandardAnalyzer my probelm is when iam trying to search sentences which contains english_stop_words(the, to, may, be etc;) it is
searching with out considering those words other than that it is working fine in all scenerios.

Can anyone suggests how to include those words in a sentence and search.



Thanks in Advance
Srikanth
Hi Everybody,

Is there any API in java to parse the content of an image.


Cheers
Hi Syed,

i have seen that Aspose Api by using that we can extract images from the pdf but we can't extract the
content in that image.
Is there any possibility other than that.

Hi Ulf,

as per my requirement they are not allowing to use OCR, that's why i am searching with in java.

is there any option to parse the images using any api??

Thanks & Regards,
Srikanth

Hi All,

i am able to search content of an pdf using Apache lucene, but if some images are there in that pdf
my probelm starts it's not searching the content of an image in that pdf. Does any body know how
search image content which present in the pdf file.



Cheers
Srikanth
Hi all,

can any body suggest how to search numbers in pdf using Apache lucene + java, can i get help in that part.

Thanks in Advance

Cheers
Srikanth

Hi all,

can anybody help me to create queue in ActiveMQ server detailed

like whether we have to create using console or configuring in xml's is enough


Thanks in Advance
Hi all,

does any chance we have to move emails with in a mail box from one folder to another folder

can i get sample code for that.



Regards,
Srikanth



14 years ago
Yeh Rob,

i am unable to handle <select> in reply
14 years ago
Hi all,

I am able to send and read the emails using java mail API, but my
business owner wants to implement those things using Weblogic Server's JMS bridges concept IEMailPoller Interface then

my doubt is how i can make interact this EmailPoller with jms bridges



Regards
Srikant
14 years ago
Thanks a lot Rob,

I have one more doubt about sending an html mail

I am able to send an html email containing drop down at the receiving end the user able to see the dropdown

My probelm is when ever user is trying to reply at that time the html drop down is visible as plain text, how can i
eradicate that problem



Thanks in Advance


Regards
Srikant
14 years ago
Hi all,

According to my requirement i have to parse the content(mail body) and subject of the mail, i am able to parse the subject of the mail
can anybody help to get out from this probelm.








Regards
Srikanth
14 years ago
Hi all,


can somebody help me in parsing content of the email using java mail api, i am able to parse the subject of the email using
java mail api.

if any body suggest some thing about this


Thanks in advance



Regards
srikanth
Hi all,

According to my requirement i have to send html email containing dropdown using java mailapi

I am able to send html email containing dropdown the probelm here i am facing is at the time of

user replying to that mail that dropdown is displaying in plain text can anybody suggest solution for

my probelm