Author Topic: mysql jconnect - Server side examples in Java/ MySQL  (Read 3555 times)

dataSQL_

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 48
    • View Profile
mysql jconnect - Server side examples in Java/ MySQL
« on: November 12, 2016, 12:18:44 am »
Hello, where may I please find the instructions for server side examples in Java / MySQL to connect PQGrid to Amazon RDS?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6210
    • View Profile
Re: mysql jconnect - Server side examples in Java/ MySQL
« Reply #1 on: December 10, 2016, 09:44:20 pm »
Sorry for late reply.

Can't help you with Amazon RDS but the server side examples in Java/ MySQL are provided in the "Java Tab" in the demos where there is server side interaction.

For example for remote sorting, relevant java code for Spring MVC framework is in the Java tab: http://paramquery.com/pro/demos/sorting_remote

dataSQL_

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 48
    • View Profile
Re: mysql jconnect - Server side examples in Java/ MySQL
« Reply #2 on: December 12, 2016, 10:55:40 am »
is it not possible to connect / data bind your component to a managed bean, for a jsf xtml web app?