mgchetla / jmesa

Automatically exported from code.google.com/p/jmesa
0 stars 0 forks source link

Create a new TableFacade tag to add new functions #249

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi to everybody!!
I want to create an intermediate layer between JMesa and me. This is to add
in my custom tag new functions and interally, draw with JMesa all the
buttons I want. In my tag I would define some atributtes to call button per
button (all I wish). Then, with my custo class I would create the
tablefacade and the rest of components, and I would draw my personal
toolbar. I prefer this method, because before I had to create one personal
toolbar for diferent designs, and with this form, I think it is more
dinamic and open from the tags.

I hope you can understand me XDDD

Pherhaps I'm too wrong in my method. Any idea??

Thanks for all!!

Original issue reported on code.google.com by andyned...@gmail.com on 26 Feb 2010 at 12:19

GoogleCodeExporter commented 8 years ago
I am not sure what your vision for the tag would be. One thing you could do 
take the
TableFacadeTag and experiment with different ideas. Remember that the tags are 
a very
thin layer over the API so you should feel free to tweak the tags however you 
need.
If you come up with something that is generic maybe we could work it into the
project. If not at least you get what you are after.

You can see how to get the code working locally here:

http://code.google.com/p/jmesa/wiki/ProjectBuild

Original comment by jeff.johnston.mn@gmail.com on 27 Feb 2010 at 6:56

GoogleCodeExporter commented 8 years ago
I want to create a new layer because in the future, in my job, more people 
without
knowledge of Java will make new projects and they will use JMesa, but with the 
tags
is the easiest way people can use it. So it'll be flexible and more easy. 

Original comment by andyned...@gmail.com on 2 Mar 2010 at 11:05

GoogleCodeExporter commented 8 years ago

Original comment by jeff.johnston.mn@gmail.com on 13 Apr 2010 at 7:04