Ivan,
I am just getting into dbforms. Seems like the interceptors are used to do preprocessing of submitted data before an action, like a DML statement on a database.


If you encapsulate all the interceptor logic into classes, it then becomes easy in your swing application to just bundle up all the <validated> screen control values and call a DML class that calls the same classes as you wrote for the interceptor before it does the operations on the tables.

In this way, you are helped in writing interceptor classes to keep them general, and you don't need to add layers of complexity to the swing.

Bill

On Fri, 11 Feb 2005 08:51:23 +0100, Ivan Codarin <[EMAIL PROTECTED]> wrote:

Dear Bill,
my target isn't to create Swing components that use jsp tags...
but my project done with dbforms has a lot of logic
(for example a lot of interceptors, a lot of classes used by interceptors)


If I have to realize a Swing GUI for some parts of the same project I know that
is possible to use a drag-and-drop into and IDE but the things would be better
if I have a framework for my swing app where there are interceptors with the
same logic and interface of dbforms, where I could use the same logic
classes...
and so on... This could make a lot of sense to me....


Regards


Quoting Bill Tribley <[EMAIL PROTECTED]>:

I find these swing posts to be curious. dbforms is all about making
web-based UI easy to write by using servlets and jsp tags. If you want to
swing, go get an IDE that has drag-and-drop swing components. You don't
need servlets or jsp for that, it is native Java. Trying to make dbforms
do swing does not make sense to me.



On Thu, 10 Feb 2005 20:11:23 +0100, Ivan Codarin <[EMAIL PROTECTED]> wrote:

> Hi,
> like you also I'm looking for something similar to dbforms for swing
> applications... I discovered JDNC project on java.net, but the services
> offered
> by this tier aren't so complete like jdbforms.
>
> I'm looking for this kind of software because I'm starting now a new
> project
> where I MUST offer a rich-client interface instead a web based one.
>
> One chance for me is also to start a new framework-project by scratch
> crating a
> set of components and put them on a swing form, or using an xml file to
> specify
> the location on the form...
>
> It could be interesting to mix this things with dbforms (to create a
> web.bases
> application and a swing one in the same time), of course creating 2/3
> xml file
> with the description of the 1. metadata 2. a common middle layer with the
> business logic (expressed as java-classes invocations in a XML file or
> "business-rules"), something similar to JRules; 3. a common XML thats
> specifies
> the GUI that will be translated in a JSP or in a Swing.JavaClass...
>
> Now I'm not so skilled in swing.apps so before staring I need to
> increase my
> expertise in RichClient applications.
>
> Cheers
>
>
>
> Quoting Meikel Bisping <[EMAIL PROTECTED]>:
>
>> Hello,
>>
>> I'd like to know if there's also a 2-tier variant of dbforms which
>> makes it easy to create rich-client Swing-forms for editing db tables?
>> Other source-forge projects?
>> Ideally, there'd be an abstract base on which to use regular dbforms
>> or a 2-tier variant.
>>
>> Cheers,
>>
>> Meikel Bisping
>>
>>
>>
>> -------------------------------------------------------
>> SF email is sponsored by - The IT Product Guide
>> Read honest & candid reviews on hundreds of IT Products from real users.
>> Discover which products truly live up to the hype. Start reading now.
>> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>> _______________________________________________
>> DbForms Mailing List
>>
>> http://www.wap-force.net/dbforms
>>
>
>
> -----------------------
> Ivan Codarin
> -----------------------
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
> _______________________________________________
> DbForms Mailing List
>
> http://www.wap-force.net/dbforms
>





------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ DbForms Mailing List

http://www.wap-force.net/dbforms



-----------------------
    Ivan Codarin
-----------------------

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.





-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to