SwiXML Documentation?

View: New views
5 Messages — Rating Filter:   Alert me  

SwiXML Documentation?

by Carlsbad Cubes mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello all:

I just started gaining intrest in the SwixML project. I was wondering if
somebody could point me to some good documentation to get started. I've seen
the sample apps, what I'm now looking for is more detail on how it works and
it's reccomended use. I've tried just instantiating the SwingEngine, asking
it to parse some arbitrary XML, and setting visibility to true  but that
produces no output (...and no error trace). However when I copy any of the
examples verbatim they appear to work. I'm obviously missing something
critical in the overall works and I'm hoping to shed some light on it. Thanx
in advance.
--
Clifton C. Craig, Software Engineer
ccraig@...

_______________________________________________
Forum mailing list
Forum@...
http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com

Re: SwiXML Documentation?

by Carlsbad Cubes mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Clifton,

perhaps you could post your XML? Or the java code you are using?

Usually, the sequence
se = new SwingEngine();
container = se.render(...);
container.setVisible(true);

Should produce some output...

Yours,

Frank

List for Users of Carlsbad Cubes' Technologies and Products <Forum@...> schrieb am 28.11.05 17:27:40:

>
> Hello all:
>
> I just started gaining intrest in the SwixML project. I was wondering if
> somebody could point me to some good documentation to get started. I've seen
> the sample apps, what I'm now looking for is more detail on how it works and
> it's reccomended use. I've tried just instantiating the SwingEngine, asking
> it to parse some arbitrary XML, and setting visibility to true  but that
> produces no output (...and no error trace). However when I copy any of the
> examples verbatim they appear to work. I'm obviously missing something
> critical in the overall works and I'm hoping to shed some light on it. Thanx
> in advance.
> --
> Clifton C. Craig, Software Engineer
> ccraig@...
>
> _______________________________________________
> Forum mailing list
> Forum@...
> http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com



_______________________________________________
Forum mailing list
Forum@...
http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com

Re: SwiXML Documentation?

by Carlsbad Cubes mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Another Question:

 Is there an Eclipse plug-in for SwixML? It just seems strange that you have
to feed in an XML file into a java program to produce the output. Why not
just focus on designing the XML part and have an IDE produce the results?

Products like Flex also use java and they also feed in mxml data, but you
need see the java side.

Can applets use classloaders at run time? I just learned to use classloaders
at run time with coldfusion and it has really boosted what you can do with
that platform.    
 
I would love to connect SwixML with coldfusion CFC via a applet or
application. Has anyone done this yet?

Thanks Dan


-----Original Message-----
From: Forum-bounces@...
[mailto:Forum-bounces@...] On Behalf Of List for Users of
Carlsbad Cubes' Technologies and Products
Sent: Monday, November 28, 2005 8:51 AM
To: forum@...
Subject: [Forum] SwiXML Documentation?

Hello all:

I just started gaining intrest in the SwixML project. I was wondering if
somebody could point me to some good documentation to get started. I've seen

the sample apps, what I'm now looking for is more detail on how it works and

it's reccomended use. I've tried just instantiating the SwingEngine, asking
it to parse some arbitrary XML, and setting visibility to true  but that
produces no output (...and no error trace). However when I copy any of the
examples verbatim they appear to work. I'm obviously missing something
critical in the overall works and I'm hoping to shed some light on it. Thanx

in advance.
--
Clifton C. Craig, Software Engineer
ccraig@...

_______________________________________________
Forum mailing list
Forum@...
http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com


_______________________________________________
Forum mailing list
Forum@...
http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com

Re: SwiXML Documentation?

by Carlsbad Cubes mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I figured out my problem. The example I was using was an applet from the old
live demo site. It wouldn't render because I was trying to render it like a
JFrame. I still would like to see some documentation on the project to make
life easier. Are there any online articles, how-tos, or tutorials available?

On Monday 28 November 2005 11:58 am, List for Users of Carlsbad Cubes'
Technologies and Products wrote:

> Hello Clifton,
>
> perhaps you could post your XML? Or the java code you are using?
>
> Usually, the sequence
> se = new SwingEngine();
> container = se.render(...);
> container.setVisible(true);
>
> Should produce some output...
>
> Yours,
>
> Frank
>
> List for Users of Carlsbad Cubes' Technologies and Products
<Forum@...> schrieb am 28.11.05 17:27:40:

> > Hello all:
> >
> > I just started gaining intrest in the SwixML project. I was wondering if
> > somebody could point me to some good documentation to get started. I've
> > seen the sample apps, what I'm now looking for is more detail on how it
> > works and it's reccomended use. I've tried just instantiating the
> > SwingEngine, asking it to parse some arbitrary XML, and setting
> > visibility to true  but that produces no output (...and no error trace).
> > However when I copy any of the examples verbatim they appear to work. I'm
> > obviously missing something critical in the overall works and I'm hoping
> > to shed some light on it. Thanx in advance.
> > --
> > Clifton C. Craig, Software Engineer
> > ccraig@...
> >
> > _______________________________________________
> > Forum mailing list
> > Forum@...
> > http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com
>
> _______________________________________________
> Forum mailing list
> Forum@...
> http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com

--
Clifton C. Craig, Software Engineer
Intelligent Computer Systems -  A Division of GBG
2101 Embassy Drive
Lancaster, PA  17603

Phone:  717-295-7977 ext. 621
Fax:  717-295-7683
ccc@...
ccraig@...

_______________________________________________
Forum mailing list
Forum@...
http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com

Re: SwiXML Documentation?

by Carlsbad Cubes mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

>
>  Is there an Eclipse plug-in for SwixML? It just seems strange that you have
> to feed in an XML file into a java program to produce the output. Why not
> just focus on designing the XML part and have an IDE produce the results?

It's not very clear what kind of plug-in you need. What about
SwingEngine.test() method?

Cheers, Vitali.

_______________________________________________
Forum mailing list
Forum@...
http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com