Jump to content

Java/j2Ee Discussions


lolliman

Recommended Posts

[quote name='HannibaL' timestamp='1369466538' post='1303794141']



[color=#000000][font=Arial,]That URI is for JSTL 1.0. But your POM specifies JSTL 1.2, which uses URI's with a "/jsp" in them:[/font][/color]
[background=transparent]<%@[/background][background=transparent] taglib uri[/background][background=transparent]=[/background][color=#800000][background=transparent]"http://java.sun.com/jsp/jstl/core"[/background][/color][background=transparent] prefix[/background][background=transparent]=[/background][color=#800000][background=transparent]"c"[/background][/color][background=transparent] %>[/background]
[color=#000000][font=Arial,]I however assume that Maven or you [i]did[/i] put the JSTL JAR file in the /WEB-INF/lib as described in your question.[/font][/color]
[b] See also:[/b][list]
[*][url="http://download.oracle.com/javaee/5/jstl/1.1/docs/tlddocs/c/tld-summary.html"]JSTL core taglib documentation[/url]
[*][url="http://stackoverflow.com/tags/jstl/info"]JSTL tag info page[/url] (you can get it by hovering the [url="http://stackoverflow.com/questions/tagged/jstl"]jstl[/url] with your mouse and clicking [i]info[/i] link)
[/list]
[color=#000000][font=Arial,][b]UPDATE[/b] you can download JSTL 1.2 From [url="http://download.java.net/maven/1/jstl/jars/jstl-1.2.jar"]JSTL1.2[/url][/font][/color]
[/quote]

thnx bhayyaa nothing to change just tag miss ayyindhi now rectified.............................but now without package nenu class create chesa so na url pattern just/classname echhaaa and jsp lo action ela echaaa.......................<form action="/Controlservlet" method="post"> ekkada error msg chupisthundhi like multiple annotation found broken links ani.....how to rectify this bhayaa

Link to comment
Share on other sites

[quote name='cherlapalli_jailer' timestamp='1368910793' post='1303770541']
Eclipse : [url="http://www.eclipse.org/downloads/"]http://www.eclipse.org/downloads/[/url](Zip down load and unzip don't use installer)

Tomcat : [url="http://tomcat.apache.org/download-70.cgi"]http://tomcat.apache... use installer)[/url]

MySQL : [url="http://dev.mysql.com/downloads/mysql/"]http://dev.mysql.com/downloads/mysql/[/url] (Use installer)

down load heidisql [url="http://www.heidisql.com/download.php"]http://www.heidisql.com/download.php[/url] ..(Use Installer) )this is the tool to access MySQL Graphically


NOTE: In order to keep the thread focus on javaa don't reply for the sack of replying..and no sanmanamulu in this thread....jut we focus on the subject....pogadali leka thittali anuunte separate taadu vesi "Maa alludu very good" lo VP(Verity pullayya ) type sanmanam taruvatha cheddamu

if all the four down loads are ready by at least 2 to 3 ppl we can start developing first page login page
[/quote]nenu xslt developer ni....java meedha knowledge undi koncham with this I can recall all.


And na work laptop kannaa...home Lappy prefer chesthunna, Kaani dhantlo Linux 'Ubuntu' already Environment anni install chesaaa....except SQL


Doing it now

Link to comment
Share on other sites

Explain ur latest project and define ur roles. And quote few challenges u faced. Answer it hannibal

Link to comment
Share on other sites

[quote name='bombaypriyudu' timestamp='1369782506' post='1303800787']
nenu xslt developer ni....java meedha knowledge undi koncham with this I can recall all.


And na work laptop kannaa...home Lappy prefer chesthunna, Kaani dhantlo Linux 'Ubuntu' already Environment anni install chesaaa....except SQL


Doing it now
[/quote]Good run scripts in DB n then run the index page

Link to comment
Share on other sites

[quote name='cherlapalli_jailer' timestamp='1369843575' post='1303802148']
Explain ur latest project and define ur roles. And quote few challenges u faced. Answer it hannibal
[/quote]

bhayya konni forums cheppu... JSF, sping, EJB, IDE related vi

Link to comment
Share on other sites

[quote name='HannibaL' timestamp='1369849428' post='1303802581']

bhayya konni forums cheppu... JSF, sping, EJB, IDE related vi
[/quote]

try googling ba

check below links....

and also Tomcat forums and stackflow forums

[url="http://forums.sureshkumar.net/java-interview-technical-questions/"]http://forums.sureshkumar.net/java-interview-technical-questions/[/url]

[url="http://www.coderanch.com/t/488869/Jobs/careers/prepare-java-interview"]http://www.coderanch.com/t/488869/Jobs/careers/prepare-java-interview[/url]

Link to comment
Share on other sites

[quote name='cherlapalli_jailer' timestamp='1369850244' post='1303802652']
try googling ba

check below links....

and also Tomcat forums and stackflow forums

[url="http://forums.sureshkumar.net/java-interview-technical-questions/"]http://forums.suresh...ical-questions/[/url]

[url="http://www.coderanch.com/t/488869/Jobs/careers/prepare-java-interview"]http://www.coderanch...-java-interview[/url]
[/quote]

thanks bhayya... veeti lo register ayyanu and spring forum to

Link to comment
Share on other sites

evari daggarainaa... java/J2EE interview Q and answers... pdf or word document vundaaa??

vuntee koncham ivvandi.... print outs theesukovataaniki, Please

Link to comment
Share on other sites

[quote name='HannibaL' timestamp='1370278452' post='1303818110']
jailer bhayya... koncham EJB 3.0, ESB gurunchi explain cheyyu

how they integrate all the applications and web services?
[/quote]
in nut shell

EJB hold the bossiness logic..like transaction mgmt etc..

web service is on top it ... web service feeds the request to EJB container and takes the response back to users

Example

client --> req thought web service ( https;///myservice/getdetails....then in the code


@webservice
public getdetails():{

//here we will invoke ejb components ....
}
}

Link to comment
Share on other sites

[color=#000000][font=Arial, Helvetica, sans-serif]stateless session beans can be converted stright away as webservice also[/font][/color]

[color=#000000][font=Arial, Helvetica, sans-serif]means in the above example getDetails() it self can be stateless bean[/font][/color]

Link to comment
Share on other sites

×
×
  • Create New...