• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Classe JForum

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bom, estou estudando o JForum e estou adorando o jeito como ele foi projetado, acho q agora sim realmente entendi uma arquitetura MVC. Porem tem uma coisa q ainda naum consegui entender (ou aceitar). Como q a classe JForum ̩ visivel ao projeto todo se ela naum ̩ est��tica?! Eu vi codigos desse tipo em varias partes do projeto:



Como isso eh feito!?
[originally posted on jforum.net by Anonymous]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Eh usado uma "tecnica" chamada "Thread Local", onde membros estaticos sao associados com um determinado id de thread. Isso eh feito extendendo a classe "ThreadLocal" do Java.

Voce pode ver a implementacao na classe JForumCommonServlet.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Rototillers convert rich soil into dirt. Please note that this tiny ad is not a rototiller:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic