Command Line/Console Mode Menu's and ASCII-Graphics

Dear Sun java friends:
Pardon me if this has been asked. I have used the search function but have been unable to find useful information.
I am developing a series of programs to parse servers logs and compute certain statistics. There will also be a real-time monitor of active connections. This would be an extrodinarily simple task with swing and awt, but i am limited to the console mode only. In my quest for neatness (i do not want a continious screen scroll of active connets/disconnects with System.out), i am looking for a way to create simple ASCII-like graphics, not much unlike the TSR's from the old DOS days.
Obviously, System.out.println() does not give me the power i need. I would like to be able to print text/characters at a certain x,y coordinate. Is it even possible with Java? Where can i look for tutorials or get more information?

There is no standard package in Java for console graphics but a number of third party packages exist. For example the ncurses library has been ported to Java, do a web search on "java curses." IIRC it's open source but I've never used it..

Similar Messages

  • Command line console, any decent package?

    Hello there:
    I was given an assignment to write a simple adventure game, command line console is to be used to accept user instructions. While we can create a traditional while-loop to take users' requests, i am wondering if there is any decent package to handle commands from a console in a general way? It'd be a great time-saver in one's repository. :-)
    Thanks,
    Sway

    No packages that I know of, but take a look at the Scanner Class. Last time I did a Zork type of game it took like 2 hours to code up--with monster definitions, potions, and healing. You'll not get much more easy of an assignment for than a text based game.

  • Virtual Command Line Console

    If you ever need to open an SR for an issue with a snapshotted application, or simply want to do some basic testing prior to building a virtual application that requires snapshotting, a virtual command line console is an excellent tool:
    1. Open ZAV studio
    2. Start a new project
    3. Point the startup file to C:\WINDOWS\system32\cmd.exe
    4. Point the output file to any location you wish
    5. Build
    To test:
    1. Run the virtual CMD.exe
    2. Navigate to the location of the installed exe you want to virtualize and run it
    The purpose of this test is simple: as we have not modified the configuration at all and have included no virtual file system or registry, this virtual CMD is running inside the xVM and using the file system/registry of the OS. This strips away all of the packaging elements that go into the snapshot process, allowing the cleanest possible test.
    If the installed application runs under these conditions, but fails to operate correctly when built into a virtual application, there is something going wrong in the packaging process. This could be a file being left out of the virtual file system, or a setting that needs to be in place, etc. If the installed application fails to operate correctly using the virtual CMD, however, there is a more serious issue; an SR should absolutely be opened if possible, so the support team can assist.

    this is an xwindows error meaning you haven't setup xwindows properly in the context where you're running the program - is it in a unix shell ? Do you have an XServer running ?

  • We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader. For which, We created and execute the below command line to call Adobe Reader and print the PDF on a

    We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader. For which, We created and execute the below command line to call Adobe Reader and print the PDF on a printer."C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe" /T "\\<Application Server>\Report\<TEST.PDF>" "<Printer Name>". Current Situation: The above command line parameter when executed is working as expected in a User's Workspace. When executed in a command line on the Application Server is working as expected. But, the same is not working while executing it from Deployed environment.Software being used: 1. Adobe 11.0 enterprise version. 2. Webshpere Application Server 8.5.5.2. Please let us know if there is a way to enable trace logs in Adobe Reader to further diagnose this issue.

    This is the Acrobat.com forum.  Your question will have a much better chance being addressed in the Acrobat SDK forum.

  • Administration Port / command line /  console gui question

    In the Admin_ref.pdf doc it says "After enabling the administration port, all Administration Console traffic must connect via the administration port". Does this mean that you can no longer use the web gui console to manage the servers?
    I would like the option to script deployments (deploy ears, stop start servers etc.) via command line to reduce the possibility of user error during routine deployments.
    I do config mgmt. and am not a developer so I may be getting hung up on the language here.
    Thanks,
    gj

    Hi
    For first question the answer is no. With the administration port, you enable the SSL between the admin server and Node manager-managed Servers. You can still use the web console.
    For teh second question, you can use ANT or can use the WLS Scripting ..you can get more details in dev2dev.bea.com
    Jin

  • Command line method to obtain DNS and proxy info?

    Hello All,
    I have poked around the man pages but am not making any progress on this. I am looking for a command that would query the network to find a) whether there is a DNS server, and b) if there is, what the domain and IP address is. Similarly, if there is a proxy server being advertised, how would I get the IP address and port number info from the command line? The command cannot depend on the machine already being configured for DNS or running DHCP because in the majority of cases where I need it, the machine has been set to a fixed IP address and the customer may not know the DNS & proxy information. Right now I am relying on them going to a Windows system and running the ipconfig /all command.
    Any help on this would be apreciated. Thanks,
    Mausul.

    Ok, I tried that, but it seems there is a catch -- I have to first configure the system for DHCP, then the dhcpinfo command will display these values that it obtained from the DHCP server. The problem with that approach is this -- if there is no DHCP server, it will sit there for a long time with the interface "pending command" while it searches. Can I test for the presence of a DHCP server without actually attempting to configure the interface? As I am typing this, I think one way to cheat might be to create a clone of the interface and try to configure the clone for DHCP...

  • How can I use srvctl command line for change "Failover type" and "F method"

    Hi all,
    I am using Oracle One Node (11.2.0.3), and I have a service:
    /u01/11.2.0/grid/bin/srvctl config service -d orcl
    Service name: orcldb
    Service is enabled
    Server pool: orcl
    Cardinality: 1
    Disconnect: false
    Service role: PRIMARY
    Management policy: AUTOMATIC
    DTP transaction: false
    AQ HA notifications: false
    Failover type: NONE
    Failover method: NONE
    TAF failover retries: 0
    TAF failover delay: 0
    Connection Load Balancing Goal: LONG
    Runtime Load Balancing Goal: NONE
    TAF policy specification: BASIC
    Edition:
    Preferred instances: orcl_1
    Available instances:
    I would like to change "Failover type" and "Failover method" to:
    Failover type: SELECT
    Failover method: BASIC
    How can I do that? Is there any graphical tool for it? Or, How can I use srvctl command line for change it?
    Thanks in advance.
    Leonardo.

    user10674190 wrote:
    Hi all,
    I am using Oracle One Node (11.2.0.3), and I have a service:
    /u01/11.2.0/grid/bin/srvctl config service -d orcl
    Service name: orcldb
    Service is enabled
    Server pool: orcl
    Cardinality: 1
    Disconnect: false
    Service role: PRIMARY
    Management policy: AUTOMATIC
    DTP transaction: false
    AQ HA notifications: false
    Failover type: NONE
    Failover method: NONE
    TAF failover retries: 0
    TAF failover delay: 0
    Connection Load Balancing Goal: LONG
    Runtime Load Balancing Goal: NONE
    TAF policy specification: BASIC
    Edition:
    Preferred instances: orcl_1
    Available instances:
    I would like to change "Failover type" and "Failover method" to:
    Failover type: SELECT
    Failover method: BASIC
    How can I do that? Is there any graphical tool for it? Or, How can I use srvctl command line for change it?
    Thanks in advance.
    Leonardo.srvctl modify service -d database_name -s orcldb -q TRUE -m BASIC -P BASIC -e SELECT -z 180 -w 5 -j LONG
    Also see
    11gR2(11.2) RAC TAF Configuration for Admin and Policy Managed Databases [ID 1312749.1]

  • Discoverer 10g Command Line Batch Mode

    Hi all,
    Discoverer Desktop Client 10.1.2.48.18
    I want to run a batch of Workbooks and export the query outputs to MS Excel files using a command line batch job. I am trying to confirm whether it is possible to include multiple Workbooks in my batch request and also whether I can produce log files for each individual export.
    I have created a Command File (cmdFile.cmd) as follows:
    /connect username/password@sid /open H:\Discoverer\afr1019.DIS /sheet ALL /export xls H:\Disco10gOutputs\afr1019.xls /batch
    /connect username/password@sid /open H:\Discoverer\ag0521.DIS /sheet ALL /export xls H:\Disco10gOutputs\ag0521.xls /batch
    And to run this command file I run the following command:
    C:\oracle\disco10g\bin\dis51usr.exe /cmdfile H:\Disco10gOutputs\cmdFile.cmdHowever the only output file is the last entry in my Command File i.e.ag0521.xls
    Can anyone explain this phenomenon please?
    Kind regards,
    Gary.

    Hi,
    You will not be able to export more that one workbook using a single Discoverer export. You need to use multiple command files, for example, create a .bat file containing:
    C:\oracle\disco10g\bin\dis51usr.exe /cmdfile H:\Disco10gOutputs\cmdFile1.cmd
    C:\oracle\disco10g\bin\dis51usr.exe /cmdfile H:\Disco10gOutputs\cmdFile2.cmd
    And then have each export in a separate cmdFile.
    Hope that is clear.
    Rod West

  • From the command line, print only page 2 and 3?

    What is the syntax for the command line, for print ONLY page nr° 2 and nr°3 of a pdf file, skipping page nr°1?
    Thanks

    Not possible.

  • Fix Lion menu bar and dashboard graphics

    Hello,
    I recently upgraded my MacBook Pro to Lion a few months back. About 3 weeks ago, on one of the three user acccounts, the menu bar and dashboard got messed up. See images below. I was looking to find a solution, but could not find any. As I mentioned only one user account has been affected.
    Any suggestions on how to fix this?
    Thanks!
    See menu bar:
    See dashboard

    Below please find the output from the Terminal commands.
    USERS-MacBook-Pro:~ user$ kextstat -kl | awk ' !/apple/ { print $6 $7 } '
    org.virtualbox.kext.VBoxDrv(4.1.6)
    org.virtualbox.kext.VBoxUSB(4.1.6)
    org.virtualbox.kext.VBoxNetFlt(4.1.6)
    org.virtualbox.kext.VBoxNetAdp(4.1.6)
    USERS-MacBook-Pro:~ user$ sudo launchctl list | sed 1d | awk ' !/0x|apple|com\.vix|edu\.|org\./ { print $3 } '
    com.leapfrog.connect.shell
    com.google.keystone.daemon
    com.crashplan.engine
    com.adobe.SwitchBoard
    USERS-MacBook-Pro:~ user$ launchctl list | sed 1d | awk ' !/0x|apple|edu\.|org\./ { print $3 } '
    com.wacom.pentablet
    com.google.keystone.root.agent
    com.adobe.CS5ServiceManager
    com.zimbra.desktop
    com.adobe.AAM.Scheduler-1.0
    USERS-MacBook-Pro:~ user$ ls -1A {,/}Library/{Ad,Compon,Ex,Fram,In,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Sta}* 2> /dev/null
    /Library/Components:
    /Library/Extensions:
    EyeOne.kext
    VBoxDrv.kext
    VBoxNetAdp.kext
    VBoxNetFlt.kext
    VBoxUSB.kext
    /Library/Frameworks:
    AEProfiling.framework
    AERegistration.framework
    Adobe AIR.framework
    AudioMixEngine.framework
    Frameworks
    MacFUSE.framework
    NyxAudioAnalysis.framework
    PluginManager.framework
    TSLicense.framework
    /Library/Input Methods:
    /Library/Internet Plug-Ins:
    DirectorShockwave.plugin
    Flash Player.plugin
    Flip4Mac WMV Plugin.plugin
    JavaAppletPlugin.plugin
    Quartz Composer.webplugin
    QuickTime Plugin.plugin
    Silverlight.plugin
    Unity Web Player.plugin
    Unused
    WacomNetscape.plugin
    WacomSafari.plugin
    flashplayer.xpt
    iPhotoPhotocast.plugin
    nsIQTScriptablePlugin.xpt
    /Library/LaunchAgents:
    com.adobe.AAM.Updater-1.0.plist
    com.adobe.CS5ServiceManager.plist
    com.google.keystone.agent.plist
    com.wacom.pentablet.plist
    /Library/LaunchDaemons:
    com.adobe.SwitchBoard.plist
    com.apple.remotepairtool.plist
    com.crashplan.engine.plist
    com.google.keystone.daemon.plist
    com.leapfrog.connect.shell.plist
    /Library/PreferencePanes:
    Flash Player.prefPane
    Flip4Mac WMV.prefPane
    Growl.prefPane
    MacFUSE.prefPane
    PenTablet.prefPane
    Tuxera NTFS.prefPane
    /Library/PrivilegedHelperTools:
    com.leapfrog.connect.shell
    /Library/QuickLook:
    GBQLGenerator.qlgenerator
    iWork.qlgenerator
    /Library/QuickTime:
    AppleIntermediateCodec.component
    AppleMPEG2Codec.component
    Flip4Mac WMV Advanced.component
    Flip4Mac WMV Export.component
    Flip4Mac WMV Import.component
    /Library/ScriptingAdditions:
    Adobe Unit Types.osax
    /Library/StartupItems:
    VirtualBox
    Library/Address Book Plug-Ins:
    SkypeABDialer.bundle
    SkypeABSMS.bundle
    Library/Input Methods:
    Library/Internet Plug-Ins:
    Library/LaunchAgents:
    com.adobe.AAM.Updater-1.0.plist
    com.apple.FolderActions.enabled.plist
    com.apple.FolderActions.folders.plist
    com.zimbra.desktop.plist
    Library/PreferencePanes:
    .4C754951EC7660CCD85F
    USERS-MacBook-Pro:~ user$

  • Clear Command Line Console from Java

    Is there a way to clear the dos/shell console screen from a java program (the same way as cls would do in dos ir clear would do in unix) without making a Runtime.exec call??
    Thanks for your time
    wwe8

    What console window are you talking about?
    1- You might be starting a java application in a console window.
    2-Or it might be another console window.
    3-You might be starting a console window in java via Runtime.exec().
    For 1 and 2 you would need a JNI, platform specific solution. I believe the java testing tools do this, so if you got one of those it might provide an interface for this.
    If 3, then you would use the input stream to pass the command to the window.

  • Converting a command-line console application to a jsp or servlet

    What would be the steps to convert a console based application to a servlet based application?
    For example, I have a Scanner object that takes input from System.in and assigns it to a string.
    How might I turn the scanner input into a form on a jsp, or a servlet?What would be the steps to convert a console based application to a servlet based application?
    For example, I have a Scanner object that takes input from System.in and assigns it to a string.
    How might I turn the scanner input into a form on a jsp, or a servlet?

    Obviously you can't read from the scanner. Instead you have to read from request parameters.
    So you have to take a step back and define what values are being input into your application.
    At its most basic you could do it as a jsp page with a textfield/textarea which the user could type into instead of typing on the console input.
    For instance if your application asks the user to enter their name, and then reads the name from System.in, then you have on your jsp page a <input type="text"> and a submit button.
    In the servlet which gets run when you submit the button you get the user's name via request.getParameter().
    At that point you have your input String, and have removed System.in from the process.
    But you are not just limited to text input with an html form. You can use any of the controls available. So asking a user "What is your favorite colour?" Instead of having them type in the answer, you could have them choose it from a radio group or dropdown select box.
    Either way it still gets to the Servlet as a String via request.getParameter.
    Steps you might follow
    1 - identify the values being input into your program
    2 - Write your jsp - start with just textfields
    3 - Write your servlet handler to retrieve the values from the JSP.
    4 - Determine the appropriate control on an html form to replace each input
    5 - Modify the textfields to other controls (dropdown/radio button) as appropriate.
    Theoretically the rest of your program doesn't need to change once you have the value in a String.
    Your method of reading just changes from using Scanner and System.int to request.getParameter()
    Similarly your method of writing would change from using System.out to a response JSP page.
    hope this helps,
    evnafets

  • Strange Menu Content and Display Graphic

    I have a MacBook 13" (newer version) running OS-X 10.5.7. There are two users on the device. Whenever I log in, I get a black box around the desktop icon that happens to be selected. I also have an issue with the menu pulldowns. With the apple menu, I get two "Shut Down", "Restart, and "Log Out", and in the Finder menu, I get two "Empty Trash" and two "Secure Empty Trash". Not sure how this happened, but the other user does not see this on her account.

    It's actually an audiovisual indicator for the vision-impaired. You should also hear (if your speakers are on) the menu items spoken aloud as you mouse over them. For some reason it gets turned on accidentally a lot more than you'd think. (The keyboard shortcut is cmd-fn-F5.)
    Matt

  • Weird siebel 8.0 console mode installation problem on OEL 4

    Hi There,
    When I tried to install Siebel 8.0 SIA build on Oracle Enterprise Linux (OEL 4), I encountered a weird problem. It is a sandbox for QA to do testing, everything is on the same machine: oracle database 10.2.0.3, gateway, siebel server and SWSE. I installed oracle database, and make sure the database connection is fine, then I did the following :
    1) run install by command "./setuplinux -is:javaconsole -console", it compeleted fine.
    2) go to gateway directory, source cfgenv.sh
    3) run "ssincfgw -is:javaconsole -console" to do gateway server, enterprise and SWSE logical profile configuration. Gateway configuration is fine, gateway started up successfully. But during enterprise configuration, it throws out a bunch of error messages like :
    Error creating Parameter:MaxEntrTasks for Comp:TxnProc in CompGroup:Remote
    Strict Flag set to FALSE, continuing with the next Object...
    Error creating Parameter:MaxEntrTasks for Comp:RepAgent in CompGroup:Remote
    Strict Flag set to FALSE, continuing with the next Object...
    Error creating Component:MsgBroadcastMgr in CompGroup:CommMgmt
    Strict Flag set to FALSE, continuing with the next Object...
    SBL-ADM-02071: Enterprise server siebel not found in gateway server
    But at the end, it still shows "Execution Successful!"
    The SWSE logical profile configuration went through fine
    4) go to siebel server directory and source cfgenv.sh
    5) launch the ssincfgw in siebsrvr/bin directory to config siebel server, it also throws a bunch of error messages like:
    Error creating Parameter:AllowAnonUsers for Comp:SMObjMgr_enu in CompGroup:MktgOM
    Strict Flag set to FALSE, continuing with the next Object...
    Error creating Parameter:AllowAnonUsers for Comp:eMarketObjMgr_enu in CompGroup:MktgOM
    Strict Flag set to FALSE, continuing with the next Object...
    Error creating Parameter:AllowAnonUsers for Comp:eEventsObjMgr_enu in CompGroup:MktgOM
    Strict Flag set to FALSE, continuing with the next Object...
    But again, at the end it still shows "Execution Successful!".
    6) go to siebsrvr directory, source siebenv.sh
    7) Launch srvrmgr in command line mode:
    srvrmgr /g $GATEWAY /e $SIEBEL_ENTERPRISE /u $USERNAME /p $PASSWD
    and it shows "connected to 0 server"
    In the SiebSrvr.log file, it shows " SBL-SCC-00025: No value found in the Gateway. Default value in the repository is used."
    In the sw_cfg_util.log file, it shows "SBL-SVR-03005: No server connect string for Siebel Component servermgr in Siebel Enterprise siebel, Siebel Server sdc60002sems".
    The weirdest part is, if I clean up and uninstall everything, run the install and configure in GUI mode, give the same parameters, I don't get any error messages and siebel server can be up and running fine.
    I searched the forum and found people have reported the same error message during enterprise configuration, but says it does not affect them from bring up the siebel server. Since I'm developing an automation to do the installation, I cannot use GUI mode to install. I have to make the command line console mode work and then record the response file for silent install. Does anyone know what might cause my siebel server fail to be up and running ? Thanks a lot for any suggestions and helps.

    hi,
    Make sure that your network uses DNS naming.
    This error occurs when a machine is not correctly configured to use DNS naming. The default fully qualified host and domain name presented during installation is not correct.
    To successfully install, you need to provide a fully qualified domain name that consists of a local host name along with its domain name.
    for example yoursystem is a host name and yourdomain.com is a fully qualified domain name.
    regards,
    saravanan

  • CANNOT_START-UP: Stars in Command-Line-Mode: "Deallocation of a pointer not

    HELLO EVERYONE, PLEASE CAN YOU HELP ME...
    My computer: Mac OS X (10.3.9) had froze, couldn't force quit..and i forced started it by holding the power button. Restarted it, came on: the grey-screen and apple, spinning-gear...satayed like that long time then it went into Command-Line_Mode.
    Darvin,
    UserName:
    Password:
    I enterded UserName and Password, but could not start in normal ways.
    Now when I start-up the computer, Command-Line opens with only:
    :/root#
    and a curser-point.
    I have been reading all the leads that I found in the discussions, tryed most of the suggestions: fsck (/sbin/fsck -fy), Safe-Mode (didn't start in), couldn't start up from CD.
    COMMAND-LINE (at one time it said like this):
    *God boot device= IOService:/MacRISCZPE?pci@f2000000/AppleMacRiscPCI/*
    *mac-io@17/AppleKeyLargo/ata-4@1f000/KeylargoATA/ATADeviceNum@0/IOATABlockStorag eDrive/IOATABlockStorageDevice/IOBlockStorageDriver/ST340810A.Media/IOAppleParti tionScheme/MacOS@5 BSD root: diskOs5, Major 14, minor 5*
    *Feb 22 14:32:25 mach_init[2]:Started with uid=0 audit-uid=-1*
    *Feb 22 14:32:25 init:ignoring exwss arguments/etc/rc.boot:cannot dublicate*
    *fd-1048577 to fd 1: Bad file descriptor*
    **malloc[3]: Dealocation of a pointer not malloced: 0x710; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug*
    *at an other time after using fsck*
    Command-Line-Interface:
    *:root#/sbin/fsck -fy*
    **/dev/rdiskOsF
    *Root file System*
    *Checking HFS Plus volume.*
    *Checking Extents Overflow file.*
    *Checking Catalog file.*
    *Keys out of order*
    *(4, 8874)*
    *Rebuilding Catalog B-tree.*
    *The Valume Macintosh could not be repaired.*
    PLEASE HELP!
    WHAT Should i do?
    If nothing works, could i start-up from OS 9.2.2? (Both Systems OSX and OS_9.2.2 were installed)
    If the B-tree is corrupt, does it being shared by both OSX and OS_9.2.2?
    THANK YOU

    Hi Kappy,
    Thank you for taking an interest.
    I already tryed to start_up from CD, but it either didn't started-up
    or it started still in Command-Line-Mode.
    Put the CD in the tray, startedUP with the C_Key Held.
    It took a little longer and seemed it was going to start from CD but went into CommanLine again.
    but instead of
    :/root#
    it said something else, something like:
    2e_sh.. (Something! i could redo it and write it down here if it will help)
    Other times i tryed to bootUP from CD by holding-down the Option-Key and saw the install-CD icon next to
    OSX-Icon, so i chose the CD and hit the Straight-ARROW-Icon to start up from the CD, but again it fell
    into CommandLine.
    If i try the Target-Disk-Mode with a healty-Mac, could i be able to see my HD. Then i can switch to
    OS_9.2.2 which i spose is healty because i was using OS_10.3 when this problem happened. And the way
    i think, if the B-tree Catalog is not being shared by both Systems, if each have its own one, then the
    OSX's B-tree Catalog have been corrupted, not OS9's, and so if i could change the start-up-system(Disk)
    somehow, i could be able to start the computer with OS_9.2.2 running. Both systems were installed,
    and i was switching back and forth between them. Then i can fix my computer by, at least, starting
    to throw away some of the junk and so making some free-space.
    I had read that HD should not be full more than 85%. I had 2.5GB space left out of 40GB.
    But if there is a risk that things like this could happen because your HD is too full;
    why arn't they (Apple) fix this, buy, at least, showing as if you HD is full before it gets
    too full to leave a safety net for the B-tree Catalog files evidently that need to be written
    in continuous blocks on the HD.
    So thank you again, and keep me posted if you might think something else could fix my computer. I need
    this computer.
    thanks

Maybe you are looking for

  • Can't verify email address for a new apple ID

    Just created a new Apple ID and when I click the link to verify my email address at id.apple.com, the page won't display. Thank you.

  • I have lost my address field in Safari -how can I get it back

    I have no address field in Safari any more. Only my home page comes up and I cant write over it to get another web page. Also google search bar disappeared.

  • Some frames are not being shown when printed but it is there in print previ

    Hello Experts, I am currently developing a form in smartform wherein I need to put frames in all cells. When I print preview, all the frames are there. But when I print it, some of the frames are not shown. What could be possibly the problem? Thank y

  • Produce XML file with a given DTD

    I have only installed XSU, and I was hopping to use pl/sql package XMLGEN to generate XML with a given DTD and a sql query. I can't find input parameter for DTD. Well it seems logical as both DTD and SQL are for defining the XML output file. How can

  • Web Services/RSS Feed to Share Content

    We are using Netweaver 2004s and have some KM Content that I would like to share with other sites.  The other sites are likely to be ASP written with Visual Studio 2008.  The KM Content consists of some WPC Paragraphs and some custom XML Forms create