0

Before I start to implement some code. I want to be sure about the techniques.

In my case, i want to be able to bookmark every page.

What should i take in account to make it possible.

In the project I will use:

  • Myfaces (JSF)
  • MVP
  • JPA 2.0

How should i structure/start the project??

Kayser
  • 6,544
  • 19
  • 53
  • 86
  • I believe you'd like to have a look at that [tutorial](http://courses.coreservlets.com/Course-Materials/pdf/jsf/jsf2/JSF2-View-Params.pdf) – a.u.r Jul 27 '12 at 11:29

1 Answers1

0

Just use GET instead of POST for page-to-page navigation.

This has nothing to do with the JSF implementation used, nor the MVP (it's actually MVC) approach, nor whether you use JPA or not, let alone the project structure.

See also:

Community
  • 1
  • 1
BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555