Posts by Rafael Eduardo Cabrera • 47 points
4 posts
-
1
votes0
answers36
viewsQ: JSP + netbeans + Bower Project
Good afternoon, everyone! My question is this:... I have a newly created JSP project in netbeans and want to work with Bower to manage my front-end packages. Where to create the bower_components…
-
1
votes1
answer179
viewsQ: Tomcat does not display jsp pages on the production server
I’m using the Tomcat 8 in my application, when I Gero the .war to make the deploy he apparently does everything right. However, when I go to the page /index.jsp is giving error 404. When I check the…
-
0
votes0
answers70
viewsQ: Study material javascript
Good afternoon! People, I’m a Javascript beginner and am looking for material or some reference site mainly about DOM. Grateful
-
0
votes1
answer64
viewsQ: Questions about javascript language
Good morning! Guys, I’m a beginner in javascript and I have some questions about the section below: var url; function newUser(){ $('#dlg').dialog('open').dialog('setTitle','Novo Cliente');…