• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Recruitment Website Using Grails

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Am trying to develop a recruitment website in grails. I just want to seek advise on available plugins that will be speed up the design process while also offering great user experience. The areas am looking at are as follows, possible by using a plugin:

1: Building a great search feature using at least 4 parameters e.g job title, location, salary, jobtype etc ( with great response time). am not sure if the search plugin can work with 4 textboxes
2: Security (Authentication and authorization, authentication will also involve using openID). am thinking authentication plugin, which other ones will be great ?
3: Great user interface design (with possible some ajax features to speed up loading time). Will google webkit be appropriate for this ?
4: I want the user interface to have a drop down menu. Can GWT do this ? or need to write the code manually using css and javascript/jquery ?
5: Search engine optimization ?
6: Any other additional plugin that will be useful, am using mail plugin already.

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
2: Security (Authentication and authorization, authentication will also involve using openID). am thinking authentication plugin, which other ones will be great ?

spring security

3: Great user interface design (with possible some ajax features to speed up loading time). Will google webkit be appropriate for this ?

bootstrap and jquery

4: I want the user interface to have a drop down menu. Can GWT do this ? or need to write the code manually using css and javascript/jquery ?

buy ready made theme from wrapbootsrap

5: Search engine optimization ?

depends what you mean

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic