Differences between revisions 7 and 8
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
[[TableOfContents]] <<TableOfContents>>
Line 11: Line 11:
Oliver Steele takes a look at [http://osteele.com/archives/2004/08/web-mvc Web MVC vs Rich Internet Application] architectures. And a nice, clear exposition it is. Oliver Steele takes a look at [[http://osteele.com/archives/2004/08/web-mvc|Web MVC vs Rich Internet Application]] architectures. And a nice, clear exposition it is.
Line 14: Line 14:
[http://www.waferproject.org/ Wafer] is "a research project which compares the many open source web application frameworks which are available using a common example application." Looks interesting. [[http://www.waferproject.org/|Wafer]] is "a research project which compares the many open source web application frameworks which are available using a common example application." Looks interesting.
Line 17: Line 17:
[http://struts.apache.org/ Apache Struts] Action Framework makes you work awfully hard to do something simple, but it's getting better. I don't like the way that additions and changes require touching so many files. And there's much information online that's out-of-date and misleading to those trying to learn Struts. Perhaps on a large project, with separate teams for various tasks (not the way I would separate into teams, given my druthers), the complexity of Struts is justified by its power. [[http://struts.apache.org/|Apache Struts]] Action Framework makes you work awfully hard to do something simple, but it's getting better. I don't like the way that additions and changes require touching so many files. And there's much information online that's out-of-date and misleading to those trying to learn Struts. Perhaps on a large project, with separate teams for various tasks (not the way I would separate into teams, given my druthers), the complexity of Struts is justified by its power.
Line 36: Line 36:
 * ''Struts Survival Guide -- Basics to Best Practices'' (covers Struts 1.1) by Srikanth Shenoy [http://www.objectsource.com/Struts_Survival_Guide.pdf PDF] and [http://www.objectsource.com/j2ee-resources.html resource links] from the same site.
 * [http://wiki.apache.org/struts/StrutsWidgets Struts Widgets] wiki page showing how to accomplish a number of common GUI widgets using Struts.
 * [http://extremecomponents.org/extremesite/welcome.jsp eXtremeComponents] is a tag libary distributed under an Apache license. The eXtremeTable takes a Collection of Beans or a Collection of Maps out of a given servlet scope and renders the content on the JSP.
 * [http://struts.sourceforge.net/strutsdialogs/dialogaction.html DialogAction] handles the related GET and POST in a single Action.
 * ''Struts Survival Guide -- Basics to Best Practices'' (covers Struts 1.1) by Srikanth Shenoy [[http://www.objectsource.com/Struts_Survival_Guide.pdf|PDF]] and [[http://www.objectsource.com/j2ee-resources.html|resource links]] from the same site.
 * [[http://wiki.apache.org/struts/StrutsWidgets|Struts Widgets]] wiki page showing how to accomplish a number of common GUI widgets using Struts.
 * [[http://extremecomponents.org/extremesite/welcome.jsp|eXtremeComponents]] is a tag libary distributed under an Apache license. The eXtremeTable takes a Collection of Beans or a Collection of Maps out of a given servlet scope and renders the content on the JSP.
 * [[http://struts.sourceforge.net/strutsdialogs/dialogaction.html|DialogAction]] handles the related GET and POST in a single Action.
Line 43: Line 43:
 * [http://www.rabago.net/struts/formdef/ FormDef] allows you to easily declare Struts form beans based on existing business classes. ([https://formdef.dev.java.net/ code])
 * [http://struts.application-servers.com/suggest/index.html Struts-Layout Suggest] tag allows to render a text field with a suggestions list.
 * [http://javawebparts.sourceforge.net JavaWebParts] provides AJAX support
 * about [http://marc.theaimsgroup.com/?l=struts-user&m=104205482618830&w=2 TLDs and URIs]
 * [[http://www.rabago.net/struts/formdef/|FormDef]] allows you to easily declare Struts form beans based on existing business classes. ([[https://formdef.dev.java.net/|code]])
 * [[http://struts.application-servers.com/suggest/index.html|Struts-Layout Suggest]] tag allows to render a text field with a suggestions list.
 * [[http://javawebparts.sourceforge.net|JavaWebParts]] provides AJAX support
 * about [[http://marc.theaimsgroup.com/?l=struts-user&m=104205482618830&w=2|TLDs and URIs]]
Line 49: Line 49:
[http://wicket.sourceforge.net/ Wicket] is "a Java web application framework that takes simplicity, separation of concerns and ease of development to a whole new level." [[http://wicket.sourceforge.net/|Wicket]] is "a Java web application framework that takes simplicity, separation of concerns and ease of development to a whole new level."
--> -->

TypeError

'dict' object is not callable

If you want to report a bug, please save this page and attach it to your bug report.

Traceback

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

  1. /home/gdinwiddie/moin-1.8.7-installed/lib/python2.4/site-packages/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_cgi.Request object>)

    1. 1309 self.page.send_page()
    2. 1310 else:
    3. 1311 handler(self.page.page_name, self)
    4. 1312
    5. 1313 # every action that didn't use to raise MoinMoinFinish must call this now:
    • handler = <function execute>
    • self = <MoinMoin.request.request_cgi.Request object>
    • self.page = <MoinMoin.Page.Page object>
    • self.page.page_name = u'JavaGui'
  2. /home/gdinwiddie/moin-1.8.7-installed/lib/python2.4/site-packages/MoinMoin/action/diff.py in execute (pagename=u'JavaGui', request=<MoinMoin.request.request_cgi.Request object>)

    1. 184 from MoinMoin.util import diff_html
    2. 185 request.write(f.rawHTML(diff_html.diff(request, oldpage.get_raw_body(), newpage.get_raw_body())))
    3. 186 newpage.send_page(count_hit=0, content_only=1, content_id="content-below-diff")
    4. 187 else:
    5. 188 from MoinMoin.util import diff_text
    • newpage = <MoinMoin.Page.Page object>
    • newpage.send_page = <bound method Page.send_page of <MoinMoin.Page.Page object>>
    • count_hit undefined
    • content_only undefined
    • content_id undefined
  3. /home/gdinwiddie/moin-1.8.7-installed/lib/python2.4/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page object>, **keywords={'content_id': 'content-below-diff', 'content_only': 1, 'count_hit': 0})

    1. 1199 format_args=pi['formatargs'],
    2. 1200 do_cache=do_cache,
    3. 1201 start_line=pi['lines'])
    4. 1202
    5. 1203 # check for pending footnotes
    • start_line undefined
    • pi = {'acl': <MoinMoin.security.AccessControlList instance>, 'format': 'wiki', 'formatargs': '', 'language': 'en', 'lines': 0}
  4. /home/gdinwiddie/moin-1.8.7-installed/lib/python2.4/site-packages/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page object>, request=<MoinMoin.request.request_cgi.Request object>, body=u'Building a Graphical User Interface in Java\n<<Ta..._minute\n * http://www.opensymphony.com/sitemesh/\n', format='wiki', format_args='', do_cache=1, **kw={'start_line': 0})

    1. 1287 try:
    2. 1288 code = self.loadCache(request)
    3. 1289 self.execute(request, parser, code)
    4. 1290 except Exception, e:
    5. 1291 if not is_cache_exception(e):
    • self = <MoinMoin.Page.Page object>
    • self.execute = <bound method Page.execute of <MoinMoin.Page.Page object>>
    • request = <MoinMoin.request.request_cgi.Request object>
    • parser = <MoinMoin.parser.text_moin_wiki.Parser instance>
    • code = <code object <module> at 0x7f2454b2a3b0, file "JavaGui", line 2>
  5. /home/gdinwiddie/moin-1.8.7-installed/lib/python2.4/site-packages/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page object>, request=<MoinMoin.request.request_cgi.Request object>, parser=<MoinMoin.parser.text_moin_wiki.Parser instance>, code=<code object <module> at 0x7f2454b2a3b0, file "JavaGui", line 2>)

    1. 1318 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
    2. 1319 try:
    3. 1320 exec code
    4. 1321 except "CacheNeedsUpdate": # convert the exception
    5. 1322 raise Exception("CacheNeedsUpdate")
    • code = <code object <module> at 0x7f2454b2a3b0, file "JavaGui", line 2>
  6. /home/gdinwiddie/idiacomputing.com/public_html/JavaGui in ()

TypeError

'dict' object is not callable

  • args = ("'dict' object is not callable",)
  • message = "'dict' object is not callable"

System Details

  • Date: Sat, 05 Apr 2025 20:45:11 +0000
  • Platform: Linux pdx1-shared-a3-05 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
  • Python: Python 2.7.18 (/usr/bin/python)
  • MoinMoin: Release 1.8.7 (release)