Sunday, April 26, 2015

Javax.mail.MessagingException

IOException while sending message;
nested exception is:
com.sun.mail.SMTP.SMTPTransport.sendMessage.

You seem to have call javax.mail.Transport. send from a j2ee application.

occurs if attachment is not present.
Remember extension is must , in case the extension is missing you will get this exception .

Monday, April 6, 2015

Shell

ps- process status

Reports

Report can be scheduled based on events or time . this can be sent to bank user or bank customer.

Customer cheques

Stale Customer cheque can be revalidated . in case of correspondent bank cheque stale and revalidation status need not be shared to corr. Bank through a report.

Demand draft

Demand draft cannot be stopped. There is no stop status for demand draft in CMS .

Saturday, December 6, 2014

java bird eye view

java
Collections:There are inbuilt class for different data structures available in java . They are classified into 3 List ,Set and Map . A list can have duplicate values whereas a Set cannot have duplicate values. A Map is used to store data in form of key and value.A Map does not allow duplicate keys but allows duplicate values.
Dequeue

Gen AI Interview

 Langchain vs LangGraph For RAG ingestion what you have used lang chain or lang graph For the  RAG ingestion pipeline , I use  LangChain , n...