Search:

Type: Posts; User: DrPedro; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    711

    no there is no performance problem at all. In...

    no there is no performance problem at all. In fact, I think that this is exactly the same mecanism if you give the direct path in the url (like you do currently) or if you find the file path from an...
  2. Replies
    4
    Views
    711

    hi, if you don't use the path you need a mapping...

    hi,
    if you don't use the path you need a mapping somewhere between the url and the file (which should be in a database)
    In my last project, I had something to do like this and I used the solution...
  3. Article: Rapid Server Side Development for Flex RIA using SpringFuse and BlazeDS

    Hi,

    i've written an article that I think may be useful to people dealing with Spring-BlazeDS : I've used successfully a code generator named SpringFuse to create my spring based server, I fight a...
  4. Replies
    12
    Views
    4,465

    M2 -> RC1 migration : login result handler

    thanks for the hint to migrate to RC1:

    Another hint for people migrating from M2 to RC1, you may have to change your flex code that handle the login result event.

    I was using the following code...
  5. Replies
    2
    Views
    1,181

    Hi, I'm using a spring/hibernate code generator...

    Hi,
    I'm using a spring/hibernate code generator which deals with this kind of things nicely:www.springfuse.com. it is not free if you've got more than 4 tables, but there is a free example that...
  6. Replies
    1
    Views
    1,442

    Hi, I'm not an expert in Flex/Spring/BlazeDS...

    Hi,

    I'm not an expert in Flex/Spring/BlazeDS design but currently I do not use SpringMVC's models and views,but only a bean (a controller I think in the spring mvc terminology) which handles RPC...
  7. hi, Don't know why it wraps your object inside...

    hi,

    Don't know why it wraps your object inside an ObjectProxy but I know the trick to retrieve the object if it can helps you:

    example:
    import mx.utils.ObjectProxy;
    import...
  8. Replies
    5
    Views
    3,814

    Not sure if I inderstand well your problem but to...

    Not sure if I inderstand well your problem but to debug flex code (the one running in your browser) you must launch (in debug mode) the flex application from eclipse/flex builder...no JVM parameters...
Results 1 to 8 of 8