Relative Content

Tag Archive for jsp

JSP without .jsp-files?

I have a little project (a CMS) that was developed using .jsp-files in 2006. I moved in 2011 to JSF and had only one .jsp-file for the frontend.

Classic ASP to Java UI Conversion

My question is based on a business model of a financial services organization that currently is supporting applications that are a hybrid mix of Classic ASP and Java, with some JSP’s already in some of the applications.

Classic ASP to Java UI Conversion

My question is based on a business model of a financial services organization that currently is supporting applications that are a hybrid mix of Classic ASP and Java, with some JSP’s already in some of the applications.

How and where to make global function file in jsp sevlet web application

I am making a website in Servlet&JSP. I am looking for good way to make a specific function file from where I can call and declare my common functions. If I made a java file function. Java, so is it required to include it, in every page where I want that or there is any specific way to do this kind of global stuff.

JSP in Javascript file or multiple AJAX requests

I’ve been thinking about how I want to load my data for some checkboxes in an AngularJS app. I’m generating multiple checkboxes based on 2 JSON objects that are currenty hard-coded in the a Javascript file (it’s currently a prototype, but in production the values for the checkboxes can change from day to day).