There is velocity eng. provided for sending mail,
for more detail search for 'Velocity mail' in google
Type: Posts; User: ArunD; Keyword(s):
There is velocity eng. provided for sending mail,
for more detail search for 'Velocity mail' in google
Hi All,
I think you may know this but I like to share with you all..
In spring normaly we use this code for transaction manager:-
DefaultTransactionDefinition td = new...
Hi Guys,
there is concept called jquery supported in spring, can you please check it out..
It also supports sorting on columns, We have JSP displaying milions of recs, causing the performance...
Hey guys we can implement it using ajax tag library too
Hi,
I am havig one jsp page, It contains one link "Call Server", on click of the link
i want to give call to "getServerStatus.htm"
there is one multiaction controller which has method...
Thanks for analysing these problems,
-As you said that BufferedReader is creating problem, so please sugest me is there any file reader which can allow me to read file line by line in very optimum...
public List getDetail(String recordId,String fileName)
{
LineNumberReader reader=null;
try{
List detailList=new ArrayList();
reader=new LineNumberReader(new...
in while loop, i am getting a string line, which is a set of records, and each field is alloted fixed number of charactors.
by using thse i m creating a java bean....
clear ?
i know wht is problem :
for reading i am using BufferedReader.
my code is >
String line=null;
while( (line=reader.readLine())!=null )
{
// code which separates different values...
Hi all,
i am reading vary big flat file which contains more than 200000 records, and converting that records successfuly into bean object.
but the problem is when file contains more than...
Hi all,
Now i am able to read the file, and records get converted successfuly into bean object.
but the problem is - my file contains more than 200000 records, when i am reading the flat file...
Hey Hi All,
I had one spring application, in that i want to convert a big flat file to bean object, which will be used to display on my jsp page.
please sudgest me any flat file parser.
(I...
Hi all,
i have one spring application, which is using form tag library provided by spring.
My web.xml contains the taglib tag as following.
<taglib>
...
Hi all,
i have one spring application, which is using form tag library provided by spring.
My web.xml contains the taglib tag as following.
<taglib>
...
Hi all,
I am having spring application, i my input form i am having select list box, which contains the list of different departments, how can i ad the values to tht select list , i have done the...
Dear All,
I am new with spring MVC, i want to look at some sample aplication of spring MVC.
please provide url, if u know..
Arun D
Just now i noticed that when i click on reset button it is checking for the current command values assigned at the time of recent onBind event.
that means when my form get loaded for the first time...
Dear All,
I am new with spring mvc architecture,
In my application i have one form containing multiple input text boxes.
there are two buttons - Submit and Reset.
on submit i am putting...
Wht is containt of ur .xml file ?
(Where u have writen that commandName)
See u are trying to embed tags in invalid way,
it is not possible;
when u r closing table tag it will expect tht u should close out tag first
Thx
<bean id="signUpController" class="com.sachin.login.SignUpController">
<property name="sessionForm"><value>true</value></property>
<property name="commandName"><value>SignIn</value></property>...
Hi, as you said earlier that we can handle exception by implementing exception handler function.
But i am confused that i need to implment this function ?
PLease reply with some snapshot code.
I worked with spring, but not getting why spring ? why we are not going for other frameworks, what spring is providing which is not provided by other frameworks ?
Thanks,
Arun D
Hi All,
many a time i encountered new word - portlet. Wht is this "portlet" ?
please explain it by comparing with Spring MVC.
Wht are the differences between Spring MVC and Portlet
...
Hi All,
I am new to Spring MVC, and having base of MVC architecture and just switched to spring MVC architecture.
I had implemented some examples in spring framework.
But i dont know wht we...