Skip to content

Instantly share code, notes, and snippets.

@lincolnthree
Created January 24, 2012 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lincolnthree/1672297 to your computer and use it in GitHub Desktop.
Save lincolnthree/1672297 to your computer and use it in GitHub Desktop.
URL-rewriting: Enhance developer productivity, usability & security
Java EE is already the perfect solution for complex business/enterprise systems and provides all the tools
and foundations required to deliver scalable, performant applications for a wide variety of customers and
clients. But how does the end user experience stack up? How easy is it to navigate through your Website?
Is your code full of nasty navigation logic? Are your links clear, transparent, and informative?
Do you find yourself adding '?query=parameters' in order to serve dynamic content from your application?
Can you ensure that you are not leaking information in your URLs, and that your applications are secure
from URL-based attacks? Are your old links making it difficult to migrate or integrate a legacy application
to a new one?
These are all things that URL rewriting can help with, and if you are uncertain about any of
these questions, this talk is for you.
Come to this session and see what's possible with the power of URL-rewriting.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment