Which one of the following can be interpreted as a data dictionary?
a.A table of cursors
b.A table containing a list of all the data fields in the database
c.A table of objects containing a list of all the records in the database
d.A "table of tables" containing a list of all the tables in the database
e.A table of pointers containing a list of all the rows in the database
lets imagin i don't like to put my xml file to src folder.
so i need it to put Diretly to project folder.
1)if i did that way how can i use ClassPathXmlApplicationContext to load beans?
2)or is there any other best way to do this other than using src folder?
I am reading Spring in Action book.
it saying that beans has life cycle several steps.
3 rd one is Set bean name =If the bean implements BeanNameAware, Spring passes thebean’s ID to setBeanName().
1)my question is what is BeanNameAware interface?
2)when do we impliment that interface?
I change the name of war file to Abc.war.
now i type http://localhost:8080/Abc/ in Explore.
it is working fine.
but still i am unable to fine extracted war file in tem folder.
it is working fine.
anyway i put a war file without a jboss-web.xml file.
it is also working fine.
1)i don't know why?
2)can you tell me where is the place to jboss extract the war files?