What prog language/tools for a browser based online game ?

I am going to start a project for an multiplayer online game community soon, and need some advice.
The community will consist of the game itself, forum, wiki and irc-chat and use f/oss software to keep the running costs as low as possible.
The game is the heart of the community and will be a turn-based wargame with roleplaying and strategy options, mainly text based with some graphics and animations  and played through a browser. (These kind of games are often referred to as Multiplayer Online RolePlaying game MORPG )
The SQL player database will have up to approx 100k player records, each of which will have many fields.
The game code will run 24/7 on a linux server (distro not chosen yet) and needs to fulfill these requirements :
easily maintanable by multiple programmers
programmers should be able to develop/test parts of the code on their own pc's using linux or windows.
good, fast access to the player DB
combat calculations will be mathemically complicated, and need to be fast
User interaction will be through a web-page
A way to keep users from accessing the game code directly to avoid computer players. (it's possible this has more to do with the code structure than with the language)
Most games of this type seem to use a php/ C combination, but that appears to have several drawbacks.
Specifically code maintainability and distinguishing between humans and bots/computer players are a problem for these games.
What environment do you think would fulfill these requirements ?
P.S. if this is to theoretical, check out these links to see some similar games :
Lords of Legend
Ogame

i think java could be a good choice for the programminglanguage. Most computer have the JVM installed already...

Similar Messages

  • What are the tools for GAP Analysis.

    What are the tools for GAP Analysis.

    Hi
    GAP Analysis :
    A through gap analysis will identify the gaps between how the business operates ad its needs against what the package can can't do. For each gap there will be one of three outcomes which must be recorded and actioned, GAP must be closed and customised software can be developed close the gap, GAP must be closed but software cannot be written therefore a workaround is required, GAP does not need to be closed.
    In simple terms: Gap means small cracks. In SAP world. In information technology, gap analysis is the study of the differences between two different information systems or applications( ex; existing system or legacy system with Client and new is SAP), often for the purpose of determining how to get from one state to a new state. A gap is sometimes spoken of as "the space between where we are and where we want to be." Gap analysis is undertaken as a means of bridging that space.
    Actual gap analysis is time consuming and it plays vital role in blue print stage.
    Please search, there are many threads and many times discussed this topic.
    GAP Analysis
    Re: gap analysis
    Regards

  • What is good tool for Analyzing Windows Perfmon logs

    I have SQL Server 2014 SSAS on dedicated server. I'm starting to collect Performance Counters with Perfmon.
    What is good tool for analyzing results? I would like to see graphs about Memory usage etc.
    Kenny_I

    Have you tried the PAL tool. It is too good a tool for perfmon analysis.
    https://pal.codeplex.com/
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • I have a passport. I want an annotation or highlighting tool for the browser..please help!

    Annotation or highlight tool for browser...Blackberry passport
    Solved!
    Go to Solution.

    Hi! 
    Can you expand more on what you'd like to see when it comes to annotation?
    As per highlighting, are you referring to the ability to select text? If so, you can do this now  
    To do it, tap and hold a word or sentence you'd like to copy for a few seconds and text selections will appear allowing you select text followed by copying it. Thanks! 
    Did someone help you? Click Like! Did a post solve your issue? Click Accept as Solution!
    Follow me on Twitter or Google+ and subscribe to the Inside BlackBerry Help Blog

  • Radius authentication for the browser-based webtop

    Hiya all,
    With help of the radius-authentication module for apache (http://www.freeradius.org/mod_auth_radius/) and web-authentication it is possible to use radius-authentication for the classic-webtop. Has anyone got Radius authentication working for the browser-basedwebtop?
    SSGD version:
    Sun Secure Global Desktop Software for Intel Solaris 10+ (4.30.915)
    Architecture code: i3so0510
    This host: SunOS sgd1.<removed> 5.10 Generic_118855-36 i86pc i386 i86pc
    I have the radius-module running for authentication of a single directory with the apache-config-lines:
    SetEnvIf Request_URI "\.(cab|jar|gif|der)$" sgd_noauth_ok
    <LocationMatch "/secure">
    Order Allow,Deny
    Allow from env=sgd_noauth_ok
    AuthName "Radius authentication for SGD"
    Authtype Basic
    AuthRadiusAuthoritative on
    AuthRadiusCookieValid 540
    AuthRadiusActive On
    Require valid-user
    Satisfy any
    </LocationMatch>
    When changing the line <LocationMatch "/secure"> to <LocationMatch "/sgd"> the browser asks for a authentication and then a 'Not Found' page is being displayed.
    When using the config-lines from http://docs.sun.com/source/819-6255/webauth_config_browser.html the login-page is being displayed normally and SSGD works.
    The main difference I can find between the location /secure and /sgd is: /secure is a simple directory and /sgd is a JkMount to Tomcat.
    Changing the JkLogLevel to debug gives the following info in the JkLogFile:
    Radius authentication:
    [Wed Jun 06 09:31:20 2007] [22647:0000] [debug] map_uri_to_worker::jk_uri_worker_map.c (449): Attempting to map URI '/sgd' from 5 maps
    [Wed Jun 06 09:31:20 2007] [22647:0000] [debug] map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context URI '/examples/*'
    [Wed Jun 06 09:31:20 2007] [22647:0000] [debug] map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context URI '/axis/*'
    [Wed Jun 06 09:31:20 2007] [22647:0000] [debug] map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context URI '/sgd/*'
    [Wed Jun 06 09:31:20 2007] [22647:0000] [debug] map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context URI '/axis'
    [Wed Jun 06 09:31:20 2007] [22647:0000] [debug] map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context URI '/sgd'
    [Wed Jun 06 09:31:20 2007] [22647:0000] [debug] map_uri_to_worker::jk_uri_worker_map.c (486): Found an exact match tta -> /sgd
    With the password-authentication file:
    [Tue Jun 05 13:55:29 2007] [12123:0000] [debug] map_uri_to_worker::jk_uri_worker_map.c (449): Attempting to map URI '/sgd/' from 5 maps
    [Tue Jun 05 13:55:29 2007] [12123:0000] [debug] map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context URI '/examples/*'
    [Tue Jun 05 13:55:29 2007] [12123:0000] [debug] map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context URI '/axis/*'
    [Tue Jun 05 13:55:29 2007] [12123:0000] [debug] map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context URI '/sgd/*'
    [Tue Jun 05 13:55:29 2007] [12123:0000] [debug] map_uri_to_worker::jk_uri_worker_map.c (475): Found a wildchar match tta -> /sgd/*
    [Tue Jun 05 13:55:29 2007] [12123:0000] [debug] wc_get_worker_for_name::jk_worker.c (111): found a worker tta
    [Tue Jun 05 13:55:29 2007] [12123:0000] [debug] wc_maintain::jk_worker.c (301): Maintaining worker axis
    [Tue Jun 05 13:55:29 2007] [12123:0000] [debug] wc_maintain::jk_worker.c (301): Maintaining worker tta
    [Tue Jun 05 13:55:29 2007] [12123:0000] [debug] wc_maintain::jk_worker.c (301): Maintaining worker examples
    It seems that the JkMount is not being evaluated correctly after using the radius-authentication.
    Any help will be usefull since I am allready stuck on this problem for a couple of days :(
    Thanks,
    Remold | Everett

    I got response from the Fat Bloke on the mailing list.
    Adding the following line in the apache httpd.conf seams to help and resolved my problem:
    Alias /sgd "/opt/tarantella/webserver/tomcat/5.0.28_axis1.2final_jk1.2.8/webapps/sgd"
    Thanks The Fat Bloke !!
    - Remold
    These instructions are for a 4.2 SGD installation using SGD's third
    party web authentication with mod_auth_radius.so (www.freeradius.org).
    With 4.2 Sun didn't distribute enough of the Apache configured tree
    to enable the use of axps to build the mod_auth_radius module, 4.3 is
    better - Sun now install a modified axps and include files, I haven't
    tried this with 4.3 yet though.
    I built the mod_auth_radius module for Apache 1.3.33 (shipped with 4.2)
    So, this is how we got this working with Radius (tested with SBR
    server and freeradius.org server.)
    Install SGD in the usual way.
    Enable 3rd party authentication:
    According to:
    http://docs.sun.com/source/819-4309-10/en-us/base/standard/
    webauth_config_browser.html
    Configure the Tomcat component of the Secure Global Desktop Web
    Server to
    trust the web server authentication. On each array member, edit the
    /opt/tarantella/webserver/tomcat/version/conf/server.xml file. Add the
    following attribute to the connector element (<Connector>) for the
    Coyote/JK2 AJP 1.3 Connector:
    tomcatAuthentication="false"
    # cat /opt/tarantella/webserver/tomcat/5.0.28_axis1.2final_jk1.2.8/
    conf/server.xml
    <!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -->
    <Connector port="8009" minProcessors="5" maxProcessors="75"
    tomcatAuthentication="false"
    enableLookups="true" redirectPort="8443"
    acceptCount="10" debug="0" connectionTimeout="0"
    useURIValidationHack="false"
    protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>
    "By default, for security reasons, Secure Global Desktop
    Administrators can't
    log in to the browser-based webtop with web server authentication.
    The standard
    login page always displays for these users even if they have been
    authenticated
    by the web server. To change this behavior, run the following command:"
    # tarantella config edit --tarantella-config-login-thirdparty-
    allowadmins 1
    Without this, after authenticating via webauth, the user will be
    prompted for a
    second username and password combination.
    # /opt/tarantella/bin/tarantella objectmanager &
    # /opt/tarantella/bin/tarantella arraymanager &
    In Array Manager:
    Select "Secure Global Desktop Login" on left side and click
    "Properites" at bottom
    Under "Secure Global Desktop Login Properties"
    cd /opt/tarantella/webserver/apache/
    1.3.33_mod_ssl-2.8.22_openssl-0.9.7e_jk1.2.8/conf
    edit httpd.conf:
    ### For SGD Apache based authentication
    Include conf/httpd4radius.conf
    at the end of httpd.conf add:
    Alias /sgd "/opt/tarantella/webserver/tomcat/
    5.0.28_axis1.2final_jk1.2.8/webapps/sgd"
    # cat httpd4radius.conf
    LoadModule radius_auth_module libexec/mod_auth_radius.so
    AddModule mod_auth_radius.c
    # Add to the BOTTOM of httpd.conf
    # If we're using mod_auth_radius, then add it's specific
    # configuration options.
    <IfModule mod_auth_radius.c>
    # AddRadiusAuth server[:port] <shared-secret> [ timeout [ : retries ]]
    # Use localhost, the old RADIUS port, secret 'testing123',
    # time out after 5 seconds, and retry 3 times.
    AddRadiusAuth radiusserver:1812 testing123 5:3
    # AuthRadiusBindAddress <hostname/ip-address>
    # Bind client (local) socket to this local IP address.
    # The server will then see RADIUS client requests will come from
    # the given IP address.
    # By default, the module does not bind to any particular address,
    # and the operating system chooses the address to use.
    # AddRadiusCookieValid <minutes-for-which-cookie-is-valid>
    # the special value of 0 (zero) means the cookie is valid forever.
    AddRadiusCookieValid 5
    </IfModule>
    <LocationMatch /radius >
    Order Allow,Deny
    AuthType Basic
    AuthName "RADIUS Authentication"
    AuthAuthoritative off
    AuthRadiusAuthoritative on
    AuthRadiusCookieValid 5
    AuthRadiusActive On
    Require valid-user
    Satisfy any
    </LocationMatch>
    SetEnvIf Request_URI "\.(cab|jar|gif|der)$" sgd_noauth_ok
    <LocationMatch /sgd >
    Order Allow,Deny
    Allow from env=sgd_noauth_ok
    AuthType Basic
    AuthName "RADIUS Authentication"
    AuthAuthoritative off
    AuthRadiusAuthoritative on
    AuthRadiusCookieValid 5
    AuthRadiusActive On
    Require valid-user
    Satisfy any
    </LocationMatch>
    Put appropriate mod_auth_radius.so into
    /opt/tarantella/webserver/apache/
    1.3.33_mod_ssl-2.8.22_openssl-0.9.7e_jk1.2.8/libexec
    # mkdir /opt/tarantella/webserver/apache/
    1.3.33_mod_ssl-2.8.22_openssl-0.9.7e_jk1.2.8/htdocs/radius/
    # cat /opt/tarantella/webserver/apache/
    1.3.33_mod_ssl-2.8.22_openssl-0.9.7e_jk1.2.8/htdocs/htpasswd/index.html
    <HTML>
    <HEAD>
    <TITLE> Test Page for RADIUS authentication </TITLE>
    </HEAD>
    <BODY>
    <B> You have reached the test page for RADIUS authentication.
    </BODY>
    </HTML>
    I hope this helps!
    -FB

  • Creating PKGBUILD for palemoon, browser based on firefox

    Hi,
    I'm relative new Arch user and I haven't done any packaging until today with Pale Moon. It is a web browser based on Mozilla Firefox and it has been build to linux just a while ago. The author of the project gave me permission to submit it to AUR. I would be happy to do it, but I don't have any previous experience with packaging. Could someone check the PKGBUILD that it is correct and adheres the AUR standards? And, anyone interested with more experience is free to take it over.
    The project home page is http://palemoon.org
    and the linux binaries are at http://sourceforge.net/projects/pm4linux/,
    Here is the PKGBUILD file. I used firefox-esr-bin as an example and copied the dependencies from it.
    # Maintainer: sumt <sumt at sci dot fi>
    pkgname=palemoon
    pkgver=24.3.1
    pkgrel=1
    pkgdesc="Browser based on Firefox that's optimised for performance."
    arch=('i686' 'x86_64')
    url="http://sourceforge.net/projects/pm4linux/"
    license=('MPL' 'GPL' 'LGPL')
    depends=('gtk2' 'dbus-glib' 'desktop-file-utils' 'libxt' 'mime-types' 'nss' 'shared-mime-info')
    optdepends=('networkmanager: Location detection via available WiFi networks'
    'gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
    'gstreamer0.10-good-plugins: webm and mp4 demuxing'
    'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
    'gstreamer0.10-ugly-plugins: h.264 and mp3 decoding'
    'gstreamer0.10-ffmpeg: more decoders'
    'libpulse: PulseAudio audio driver')
    install=$pkgname.install
    source=(http://downloads.sourceforge.net/pm4linux/$pkgname-$pkgver.en-US.linux-$CARCH.tar.bz2
    $pkgname.desktop)
    md5sums=('88fe69cd12baf1de15d58c1be5e68a2e'
    '220EDFF6FA5A275B53D7EDC1E6A3DB99')
    [ "$CARCH" == "i686" ] && md5sums[0]='065793af06c68a4491acb2fd1a9eda29'
    package() {
    cd $srcdir
    install -d $pkgdir/{usr/{bin,share/applications},opt}
    cp -r $pkgname/ $pkgdir/opt/$pkgname
    ln -s /opt/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname
    install -m644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/
    Results of namcap for the build package. Is there anything that I should be concerned about?
    > namcap palemoon-24.3.1-1-x86_64.pkg.tar.xz
    palemoon E: ELF file ('opt/palemoon/libnssdbm3.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libssl3.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/palemoon-bin') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/plugin-container') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/palemoon') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libmozalloc.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libplds4.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libsmime3.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libsoftokn3.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libxul.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libmozsqlite3.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/mozilla-xremote-client') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libnss3.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libplc4.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libfreebl3.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libnspr4.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libnssckbi.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libnssutil3.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/webapprt-stub') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/browser/components/libbrowsercomps.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/components/libmozgnome.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/components/libdbusservice.so') outside of a valid path.
    palemoon W: Referenced library 'libmozsqlite3.so' is an uninstalled dependency
    palemoon W: Referenced library 'libxul.so' is an uninstalled dependency
    palemoon W: Referenced library 'libmozalloc.so' is an uninstalled dependency
    palemoon E: Dependency java-environment detected and not included (found class files opt/palemoon/distribution/bundles/[email protected]/chrome.jar, opt/palemoon/browser/chrome/browser.jar, opt/palemoon/browser/chrome/en-US.jar, opt/palemoon/chrome/marionette.jar, opt/palemoon/chrome/en-US.jar, opt/palemoon/chrome/toolkit.jar, opt/palemoon/chrome/recording.jar, opt/palemoon/chrome/pippki.jar, opt/palemoon/webapprt/chrome/en-US.jar, opt/palemoon/webapprt/chrome/webapprt.jar)
    palemoon W: Dependency alsa-lib detected but optional (libraries ['usr/lib/libasound.so.2'] needed in files ['opt/palemoon/libxul.so'])
    palemoon W: Dependency included and not needed ('mime-types')
    palemoon W: Dependency shared-mime-info included but already satisfied
    Last edited by up (2014-02-10 07:27:04)

    Well, I changed the path from /opt/palemoon to /usr/lib/palemoon, added icons to usr/share, and symlinked dictionary folders to use system-provided paths.
    Here is the new PKGBUILD,
    # Maintainer: sumt <sumt at sci dot fi>
    pkgname=palemoon
    pkgver=24.3.1
    pkgrel=1
    pkgdesc="Browser based on Firefox that's optimised for performance."
    arch=('i686' 'x86_64')
    url="http://sourceforge.net/projects/pm4linux/"
    license=('MPL' 'GPL' 'LGPL')
    depends=('gtk2' 'dbus-glib' 'desktop-file-utils' 'libxt' 'mime-types' 'nss' 'alsa-lib')
    optdepends=('networkmanager: Location detection via available WiFi networks'
    'gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
    'gstreamer0.10-good-plugins: webm and mp4 demuxing'
    'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
    'gstreamer0.10-ugly-plugins: h.264 and mp3 decoding'
    'gstreamer0.10-ffmpeg: more decoders'
    'libpulse: PulseAudio audio driver')
    install=palemoon.install
    source=(http://downloads.sourceforge.net/pm4linux/$pkgname-$pkgver.en-US.linux-$CARCH.tar.bz2
    $pkgname.desktop)
    md5sums=('88fe69cd12baf1de15d58c1be5e68a2e'
    '00d640ab6261fd1fb4adbadf79edd1f5')
    [ "$CARCH" == "i686" ] && md5sums[0]='065793af06c68a4491acb2fd1a9eda29'
    package() {
    install -d "$pkgdir"/usr/{bin,lib}
    cp -r palemoon/ "$pkgdir/usr/lib/$pkgname"
    ln -s "/usr/lib/$pkgname/palemoon" "$pkgdir/usr/bin/palemoon"
    install -Dm644 palemoon.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
    # icons
    install -Dm644 palemoon/browser/chrome/icons/default/default16.png \
    "$pkgdir/usr/share/icons/hicolor/16x16/apps/$pkgname.png"
    install -Dm644 palemoon/browser/chrome/icons/default/default32.png \
    "$pkgdir/usr/share/icons/hicolor/32x32/apps/$pkgname.png"
    install -Dm644 palemoon/browser/chrome/icons/default/default48.png \
    "$pkgdir/usr/share/icons/hicolor/48x48/apps/$pkgname.png"
    install -Dm644 palemoon/browser/icons/mozicon128.png \
    "$pkgdir/usr/share/icons/hicolor/128x128/apps/$pkgname.png"
    # use system-provided dictionaries
    rm -rf "$pkgdir"/usr/lib/$pkgname/{dictionaries,hyphenation}
    ln -s /usr/share/hunspell "$pkgdir/usr/lib/$pkgname/dictionaries"
    ln -s /usr/share/hyphen "$pkgdir/usr/lib/$pkgname/hyphenation"
    # avoid duplicate binaries
    # https://bugzilla.mozilla.org/show_bug.cgi?id=658850
    ln -sf palemoon "$pkgdir/usr/lib/$pkgname/palemoon-bin"
    and namcap results,
    > namcap palemoon-24.3.1-1-x86_64.pkg.tar.xz
    palemoon W: Referenced library 'libmozsqlite3.so' is an uninstalled dependency
    palemoon W: Referenced library 'libxul.so' is an uninstalled dependency
    palemoon W: Referenced library 'libmozalloc.so' is an uninstalled dependency
    palemoon E: Symlink (usr/lib/palemoon/hyphenation) points to non-existing /usr/share/hyphen
    palemoon E: Symlink (usr/lib/palemoon/dictionaries) points to non-existing /usr/share/hunspell
    palemoon E: Dependency java-environment detected and not included (found class files usr/lib/palemoon/distribution/bundles/[email protected]/chrome.jar, usr/lib/palemoon/browser/chrome/browser.jar, usr/lib/palemoon/browser/chrome/en-US.jar, usr/lib/palemoon/chrome/marionette.jar, usr/lib/palemoon/chrome/en-US.jar, usr/lib/palemoon/chrome/toolkit.jar, usr/lib/palemoon/chrome/recording.jar, usr/lib/palemoon/chrome/pippki.jar, usr/lib/palemoon/webapprt/chrome/en-US.jar, usr/lib/palemoon/webapprt/chrome/webapprt.jar)
    palemoon W: Dependency included and not needed ('mime-types')
    Any comments? Thanks.

  • Tool for Packaging java-based ISV-Products

    hi colleagues,
    ISV abap-based  prouduct (abap addon) can be packaged/deliverd via AAK. Do we have similar tools for java-based partner products?
    thx a lot for your help
    regrads
    Abdu

    done

  • Language translator for Nokia browser

    Nokia should put language translator in their browser so that websites that are not in english language will be translated. The browser should also be able to play flash videos.

    Flash for mobile platform is dead...Adobe announced it two months ago

  • What kind of approach for new XML-based clients

    Hi.
    Our firm is using Oracle-technology everywhere, and now we would
    like to find out what kind of XML-based technology would suit us
    best for a new generation of our products.
    Our products are now using old Forms 3-clients and we're doing a
    research on replacing this technology with Internet-based
    clients. Java-clients are one option, but now we'd really like
    to know about thin-clients which wouldn't have much code run on
    the server. We have already done extranet-clients with OAS
    PL/SQL-cartridges and have found out that HTML-clients require
    much work and can't have too much logic on them.
    So, we have already OAS running on Oracle 8.0.5.1.0 -server and
    would like to know what kind of XML-strategy would be a
    reasonable solution. I know about these tools: XML Parser for
    xx, XML SQL Utility for Java, XSQL Servlet.
    -But what would be a reasonable combination of these and what
    kind of thin-client could we use? XSL?
    -What kind of development tools could we use for clients (or do
    we have to use text-editors)?
    -Which of these tools require Oracle 8i and is it stupid to even
    think about XML-based applications without Oracle 8i?
    Thanks,
    Perttu Auramo, Network Banking Systems Oy
    null

    NO. Have you taken a look at the specs page for Mac Pro?
    Or when you go to OWC for Mac Pro Memory.
    http://eshop.macsales.com/shop/memory/Mac-Pro-Memory
    2GB modules are better, especially if you need more than 4GB, but you want to have 4 DIMMs, 4 x 2GB or 4 x 1GB.
    http://docs.info.apple.com/article.html?artnum=304492
    TechWorks:
    http://www.shopatbuffalotech.com/cart/product.php?productid=16655&cat=42077&page =1

  • What are useful tools for users with sensory issues?

    I have multiple sensory issues, and bright lights, flashing lights, loud noises, high-pitched noises, etc. can be very painful and sometimes incapacitating for me. I worry backup beepers will get me killed.
    A lot of websites *including this support website* use flashing animation, noise, etc., triggered automatically, using autoplay, or triggered by trying to scroll past.
    I have separate tools to disable autoplay, to disable animated gifs, etc. I can't understand why (a) Firefox enables these misfeatures and (b) Firefox doesn't include one built-in tool to disable these.

    I have sensory issues involving bright lights, flashing lights, loud noises, high-pitched noises, proprioception, and some other stuff. I don't have colorblindness.
    I also have a fix to use bigger font sizes to reduce eyestrain. I tried using zoom, but too many websites broke with zoom, it kept reverting, etc. If nosquint does zoom better than the default, nosquint might help with that.
    But... I still have sensory issues involving bright lights, flashing lights, loud noises, high-pitched noises, and a lot of other stuff everywhere and online, and I still need fixes ...and I also need people to stop beating me to the ground, but that's beyond Firefox.

  • What the best tool for youtube format?

    Hi,
    I have done my video on FCP6 and now I would like very much to upload to YouTube. Is the a How to do it?
    I think the compressor will be my best option, but I don't have a clue how to do it? Is there a Step by step? Or something?
    Thanks for all the help lately.
    PS: This is what YouTube recommend. My audio is a .CAf from Sound.T.P. And I'm working with Pal 25/Frames per sec.
    We recommend the following settings:
    MPEG4 (Divx, Xvid) format
    640x480 resolution (* most updated recommendation)
    MP3 audio
    30 frames per second
    Resizing your video to these specifications before uploading will help your videos look better on YouTube.

    Here's what many would consider the definitive guide,
    http://www.lafcpug.org/Tutorials/basicyoutube.html

  • Language support for playbook browser

    Hi can anyone tell blackberry that language specific data don't display in playbook browser even in o's 2.0 and adobe reader also sucks we can only read text can anybody tell them to provide atleast basic apps

    I agree I cant display some the hindi or other Indian language characters. is there any way to get those...

  • Selection of tools for web-service based applications

    Hi,
    I have 3 options now to develop web-service based applications,
    1)Visual Composer
    2)CAF
    3)Web Dynpro Java
    Which is best for security, future-proofness at the same time feasible cost ?

    hi arvind,
    i am giving some links pls see.
    www.crosschecknet.com/web_services_testing_tools_sap_netweaver.php - 20k -
    www.aivea.com/eshipinfo.htm - 107k
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60046fb9-ac5b-2910-08a6-b7b04b463c62
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5f3ee9d7-0901-0010-1096-f5b548ac1555
    thanks
    karthik
    reward me points if usefull

  • What is the method for folder-browsing and selecting a non media file type in Android? [Air+AS3]

    Dear Gurus,
    Being a newbie, I have been searching hi & low for the method to browse and select non-media related file type in android.
    Besides the following these which I have reference from the AS3 Documentation (http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7fe4.html#WS5b3cc c516d4fbf351e63e3d118676a4c56-7ff0)
    var fileToOpen = File.documentsDirectory.resolvePath("");
                                  selectFile(fileToOpen);
                                  function selectFile(root:File):void
                                                 //var txtFilter:FileFilter = new FileFilter ("3D Model File", "*.obj; *.3ds;*.awd");
                                                 root.browseForOpen("Open",null);
                                                 root.addEventListener(Event.SELECT, selectedFile);
                                  function selectedFile(e:Event):void
                                                 trace(fileToOpen.nativePath + " file selected");
    I have went through the following threads yet find no clear workable solution to it.  The closest reference is written in Flex MXML, and I have no luck for converting it to AS3 as there are several properties which I can't get it right.
    http://forums.adobe.com/thread/943887 | http://forums.adobe.com/message/4107990#4107990 | http://forums.adobe.com/message/4548154
    Someone did mention some possible solutions through ANE but it is just too far beyond.  Even, the closest on-the-shelf solution of ANE by http://myappsnippet.com/file-browser-air-extension/ only work best to an extent and not truely "native" as the UI is not default from Android.  It has workable I/O but poor usability; you can't skin it.
    Is there any other workaround solution to this general I/O question?  I would love to hear from everyone here.

    The short answer to my knowledge is there is nothing you can invoke from AIR to open an OS-level dialog to browse/select a file. All implementations typically are people writing their own browser. They crawl the folders/files recursively and write their own display for the files. You can see a few on SO:
    http://stackoverflow.com/questions/12255418/as3-air-browse-for-file-on-sd-card
    http://stackoverflow.com/questions/12257626/as3-get-zip-file-on-phone-from-app-file-path-t hen-unzip
    It's not to terribly hard to code something like this (especially with that starter code). Otherwise, like you found, an on-the-shelf ANE is the only way I believe you can invoke the Android Intent for a file dialog. At that point skinning won't really be terribly easy given the nature of Android users who are completely allowed to customize their UI top to bottom.
    The safest bet is just let that posted code recurse and find the files you tell it to while displaying the list to the user. You can use some pre-written GPU-level lists that you can skin yourself using FeathersUI:
    http://www.feathersui.com (uses Starling)
    Or you can use one of the Flash Pro List components which will be quite a bit slower being they're not GPU optimized like some Flex Spark components.

  • What are the tools for doing xslt mapping.

    Hi All,
    I am doing a a scenario with xslt mapping. Can anybody give be step by step procedure for doing xslt mapping.

    Hi Ankur ,
    U can use Altova XMLSpy for XSLT Mapping.
    See the below links
    XSLT Mapping
    /people/prasadbabu.nemalikanti3/blog/2006/03/30/xpath-functions-in-xslt-mapping
    /people/sreekanth.babu2/blog/2005/01/05/design-time-value-mappings-in-xslt
    /people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping
    XSLT Mapping with java enhancement
    /people/pooja.pandey/blog/2005/06/27/xslt-mapping-with-java-enhancement-for-beginners
    Step by Step procedure:
    for doing xslt mapping you need to create a .xlst file containing the xslt mapping of source and target data.
    U can use Altova XMLSpy for creating .xslt mapping.
    Following following steps for executing this mapping.
    1. Create Source Data and Target Data Type in IR.
    2. Take xml representation of source data and open it into Alto XMLSpy.
    3. Create .xsd file for above source xml data.
    4. Repeat above two procedure for Target Data.
    Now Creating .xslt file you need to Use Alto MapForce.
    Steps will be:
    1. Open the Alto MapForce. Import the source .xml and .xsd file in it.
    2. Similarly import the target .xml and .xsd in the MapForce.
    3. You will have both source and target data available in MapForce in similar fashion as you have in IR.
    4. Do the graphical mapping using extensive list of functions available there.
    5. Save the mapping file.
    6. Click the XSLT Tab . You will have the entire .xslt logic there.
    6. Copy the above content and save it as .xslt file.
    7. Create a jar file for the above .xslt file.
    8. Go to IR , Import the .jar file into 'Imported Archive'
    7. In Message Mapping , Choose XSLT from drop down box of Message program.
    8. Import the jar containing the .xslt file.
    9. Test the mapping

Maybe you are looking for

  • Editing address book on HP Officejet Pro 8600 Plus

    I can't figure out how to edit address book entries on my printer.  Can someone provide some tips?

  • Delivery Date for Purchase Order

    Experts, which table contains the delivery date for a Purchase Order (NB). ? Thanks in advance Jörg

  • How to put JApplet in website?

    Hi, I use "appletviewer filename" to view my applet. Can u please tell me or show me any tutorial that i can make it the applet available in website?

  • Archiving Deletes PO Items

    Hello Guys I have found that more than 90% of my old PO Items are marked for deletion. MM_EKKO is not set for archiving but maybe there is a pre-processing in the system which puts 'L' in EKPO-LOEKZ field. Question is: why EKPO-AEDAT, i.e. "Last Chan

  • Credit Release issue

    Hi Friends,   I'm currently facing a scenario were it was reported by the client that credit release is happening automatically. Order was created on 12 May  and it was blocked (reaches the VKM1 bucket )    since the customer have no credit limit.The