A very useful set of GUI components for WEB development in JSP. It is essentially a tag library combined with server- side GUI components that are self-contained (managing their own state) and that support custom rendering. Some of the components cover menus, tabbed panes, tree views, table views, HTML forms. There are a lot of form validation tags as well.
get it @ http://www.kobrix.com/
-
Tag Interface Component Library Alpha Released (7 messages)
- Posted by: sharat nellutla
- Posted on: January 15 2002 09:20 EST
Threaded Messages (7)
- Tag Interface Component Library Alpha Released by matthew young on January 15 2002 16:50 EST
- Tag Interface Component Library Examples by Fernando Olcoz on January 16 2002 02:54 EST
-
Tag Interface Component Library Examples by matthew young on January 16 2002 10:39 EST
-
Tag Interface Component Library Examples by Tom Eugelink on January 17 2002 06:38 EST
-
Tag Interface Component Library Examples by Franz Zemen on January 17 2002 01:44 EST
- Tag Interface Component Library Examples by Alain Fratrat on January 17 2002 02:12 EST
-
Tag Interface Component Library Examples by Franz Zemen on January 17 2002 01:44 EST
-
Tag Interface Component Library Examples by Tom Eugelink on January 17 2002 06:38 EST
-
Tag Interface Component Library Examples by matthew young on January 16 2002 10:39 EST
- Tag Interface Component Library Examples by Fernando Olcoz on January 16 2002 02:54 EST
- pow2webgui - a simple opensource project by Luca Fossato on January 21 2002 07:09 EST
-
Tag Interface Component Library Alpha Released[ Go to top ]
- Posted by: matthew young
- Posted on: January 15 2002 16:50 EST
- in response to sharat nellutla
How about some demo page so we can see what you are talking about look like? -
Tag Interface Component Library Examples[ Go to top ]
- Posted by: Fernando Olcoz
- Posted on: January 16 2002 02:54 EST
- in response to matthew young
There are some TICL examples at the kobrix site, located in TICL/Examples in the menu bar at the top of the page.
-
Tag Interface Component Library Examples[ Go to top ]
- Posted by: matthew young
- Posted on: January 16 2002 10:39 EST
- in response to Fernando Olcoz
Thanks! It's looks nice. Is the form stuff easy to operate with Struts? IOW, can t: replace the struct form tag? -
Tag Interface Component Library Examples[ Go to top ]
- Posted by: Tom Eugelink
- Posted on: January 17 2002 06:38 EST
- in response to matthew young
I bet it won't work together with Struts. I've build a similar library (even goes a step further with workflow management and international) and tried to intergrate it, but struts is very stubborn and absolutely wants those form classes defined. My approach needed to be more relaxed.
One of the thing I had to solve is that when the user changes tabpane, that the data entered on that tabpane must be saved so it can be restored when the tab is redisplayed later. Is that solved in these tags?
Tom -
Tag Interface Component Library Examples[ Go to top ]
- Posted by: Franz Zemen
- Posted on: January 17 2002 13:44 EST
- in response to Tom Eugelink
Don't know if its just me, but the kobrix site seemed slow. If you're going to market tags, you probably want a screaming site. The tags looked good though.
I didn't see a price for comercial license (just **). That made me lose interest completely. If we're going to ask for money, please lets appear to be professional. -
Tag Interface Component Library Examples[ Go to top ]
- Posted by: Alain Fratrat
- Posted on: January 17 2002 14:12 EST
- in response to Franz Zemen
Yeah, it's pretty slow. I thought it was the tag library, but apparently it's the connection (they have an issue with their ISP or something). I downloaded and played with the examples and they're fast...
BTW, what's wrong with not pricing alpha software? I thought it was a common practice ;) I emailed them if they can give a range and we'll see... -
pow2webgui - a simple opensource project[ Go to top ]
- Posted by: Luca Fossato
- Posted on: January 21 2002 07:09 EST
- in response to sharat nellutla
Hi,
for opensource lovers:
I'm making a simple tag interface component library released under the MozPL1.1
The URL is:
pow2 web gui
Up to now, there is a simple window component (a panel), and a nice tabbedPanel.
I have done some classes that manage a tree structure
and a Database Tree structure (that is, the tree represents the records from a db table that follows some rules).
With these classes you can visit, add, move, remove, insert the tree nodes from the tree structure.
The Database Tree structure reflects these changes on the underlying db table.
I must make some refactoring, then I will add them to that package (in a month or two - I cannot work full time on my opensource projects...).
The html widgets representation is stored into template files (I'm using the Jakarta Velocity template engine).
Hope it can be useful ;^)
Luca