All Questions
2 questions
-2
votes
1
answer
58
views
What method/ approach is used to query a user's page on a website using backslash + username? [closed]
I am working on a Servlet/JSP project, the website have users and I need to display a user's profile using the notation myDomain.com/Joe instead of myDomain.com/users.jsp?user=Joe.
An instance of my ...
-2
votes
1
answer
601
views
What is design pattern/paradigm for ASP.NET web-apps? [closed]
I don't actually know if my question is correct, but working on a webapp porting from ASP.NET world to Java + Spring platform I came up with this question in mind.
Using Spring MVC, the new version ...