Singnature com DWR

Uma funcionalidade bem interessante do DWR é a Signature. Uma maneira simples de se trabalhar com Coleções. Signatures no DWR utiliza-se de reflexão para descobrir os tipos que ele deve processar na conversão.

É uma forma que o DWR encontrou para resolver alguns problemas de objetos armazenados em uma coleção. Imagine o método a seguir:

public void exampleSign(List attribute){ ...

...

}

Você não tem a mínima idéia do que pode vir no List, pode ser uma coleção de Beans, String, Integer etc. Com Singnatures você poderá garantir que seu método vai receber vários tipos já pré-definidos sem precisar alterar a assinatura do método e sem ter que ter um único tipo. Vejamos um exemplo:

public void exampleSign(List attribute){ ...

...

}

Esse é o seu método, e agora você quer que ele receba uma Lista de Beans de Usuários.

No seu dwr.xml fora da tag < allow >< / allow> você irá criar o trecho abaixo:

< signatures >   < ! - - [ CDATA [

import java.util.List;

import com.jm.dwr.FacadeAjaxSession;

import com.jm.bean.BeanUsuario;

FacadeAjaxSession.exampleSign(List < BeanUsuario >);

] ] - - >
< / signatures >

Na primeira linha você define que o trecho a seguir é uma Signature, caso você vá utilizar algumas classes que não são “default” você deverá fazer o import da mesma. E claro o import da classe que você deseja alterar o método. Na linha 06 você “diz” como o método deverá se comportar.

Agora seu método está recebendo um List de Beans Usuários. Vamos ver outro exemplo:

Queremos agora que o método receba um List de Strings:

< signatures >   < ! - - [ CDATA [

import java.util.List;

import com.jm.dwr.FacadeAjaxSession;

FacadeAjaxSession.exampleSign(List < String >);

] ] - - >
< / signatures >

Que tal um List de Integer:

< signatures >   < ! - - [ CDATA [

import java.util.List;

import com.jm.dwr.FacadeAjaxSession;

import com.jm.bean.BeanUsuario;

FacadeAjaxSession.exampleSign(List < Integer >);

] ] - - >
< / signatures >

É bem simples de fazer e configurar. É uma opção interessante para quem não quer ficar preso a assinatura do método e ter que fazer uma para cada tipo de collections.

Claro existem várias outras formas e maneiras de se utilizar a signatures do DWR, fica a seu cargo escolher onde ela melhor se aplica. Caso queria saber mais sobre signatures acesse o link abaixo:

http://getahead.org/dwr/server/dwrxml/signatures

Abraços.

4.126 Comments on “Singnature com DWR

  1. I’m really impressed together with your writing
    skills as neatly as with the forkat on your weblog.
    Is thst this a paid theme or did you modify it yourself? Anywaay keep upp the excellent high
    quality writing, it’s rare to peer a great weblog likke this one nowadays..

    my webpage; bar 알바

  2. Every weekend i used too ppay a quick visit this site, for the reason thwt i want enjoyment, as thyis this site
    conations actually nice funny information too.

    Also visit my webpage … website

  3. We are a group of volunteers and opening a new scheme in our community.
    Your web site provided us with valuable information to work on. You’ve done
    an impressive job and our entire community will be thankful to you.

  4. What’s up Dear, are you really visiting this web pqge regularly,
    if so afterward you will without doubt get pleasant know-how.

    Stop bby my web-site – homepage

  5. I’m now not sure where you’re getting your information, however great topic.

    I needs to spend some time studying more or figuring out more.
    Thank you for wonderful information I was looking for
    this info for my mission.

  6. Today, I went to the beach front with my kids.
    I found a sea shell and gave it to my 4 year old daughter and
    said “You can hear the ocean if you put this to your ear.” She placed the
    shell to her ear and screamed. There was a hermit crab
    inside and it pinched her ear. She never wants to go back!
    LoL I know this is completely off topic but I had
    to tell someone!

  7. Good day very cool site!! Man .. Excellent .. Wonderful ..
    I will bookmark your website and take the feeds also?
    I am glad to search out numerous helpful information here within the publish, we’d like work out
    more techniques on this regard, thank you for sharing.

    . . . . .

  8. I really like what you guys are usually up too.
    This type of clever work and exposure! Keep up the awesome works guys I’ve incorporated you guys to blogroll.

  9. I know this if off topic but I’m looking into starting
    my own blog and was wondering what all is needed to get set
    up? I’m assuming having a blog like yours would cost a pretty penny?
    I’m not very web savvy so I’m not 100% positive.

    Any recommendations or advice would be greatly appreciated.

    Thanks

  10. What i don’t realize is in reality how you are no longer actually
    a lot more smartly-appreciated than you might be now.
    You’re very intelligent. You understand therefore
    considerably on the subject of this topic, produced me
    in my view imagine it from numerous various angles.

    Its like men and women don’t seem to be fascinated until it’s one thing
    to do with Girl gaga! Your personal stuffs great.
    Always maintain it up!

  11. I need to to thank you for this fantastic read!!

    I certainly enjoyed every little bit of it. I have got you bookmarked to check out new things you post…

  12. On October 20, at least half a million workers in South Kora — from across the construction, transportation, service, and otjer
    sectors — are walking off their jobs in a 1-day basic
    strike.

    Visit my web page; 이지알바

Deixe um comentário

O seu endereço de e-mail não será publicado. Campos obrigatórios são marcados com *

*

Este site utiliza o Akismet para reduzir spam. Saiba como seus dados em comentários são processados.