Last question of the day: java database?

can you recommend a fairly reliable (mature) database which is made with java and does not require database connection strings, but can be interacted with by using SQL statements.

Why do you want to avoid connection strings? What's
the problem with them?
Take a look at derby or hsqldb
Kajtoo much effort, presumably. should go far

Similar Messages

  • Last question for the day - Music Video

    Hi,
    I have been asked by a friend to do their music video for them. I understand while shooting they will be playing to the original recording but after a day of shooting and im back at my computer what is the best way to syc my clips to the master audio track? Is there a tutorial available on music video creating? I know I could sit there and bit by bit move the clip to match however I am hoping there is a tutorial on it some place on the net.
    Thanks

    Hi
    Me just thinking
    I would
    • Make several full song recordings with my Camera (close-ups, full size etc.)
    or use several Cameras (5 to 10 recordings)
    Put the best Audio-uptake as a master Audio then add video clips to do the visual
    part as rythmic and paced fast/slow enough to reflect the "Air" of the lyrics.
    Know what I'm taking about - NO Not at all - just speculating.
    (With several Cameras - all recording non-stop - this would be much easier in
    FinalCut Pro and the MultiCamera function.)
    Yours Bengt W

  • Last Q of the day (dealing with file saving)

    When I save my data to the file it gives me a bunch of tabs and stuff that I don't know how to fix. I tried match pattern, and remove white spaces and neither did if for me. Is there a way that I can get it to only output spaces, periods, and commas?

    Simple suggestion - reccomend you try my VI version 2 (from the first thread) and see if that gives you th same string out. If not, it is because you are adding in extra random spaces in the pig latin subVI. I noticed that you deal with spaces in a funny way and had to do something to avoid that.
    James
    edit:
    (Last post of the day - have a nice weekend)
    I have debugged the spacing in my VI loads, I can only debug your subVI so much
    Suggest you just read file in, wrte string into VI, and write string straight out of VI. It'll take you 5 mins to try.
    Message Edited by James W on 04-16-2010 01:03 PM

  • Question about the new JAVA Update J2SE 5.0 Release 3

    Here is some info about this update:
    Java 2 Platform, Standard Edition (J2SE) 5.0 Release 3 allows applications and applets developed for the J2SE 5.0 platform to run on Mac OS X v 10.4.2 and later.
    This update does NOT CHANGE the DEFAULT VERSION of Java on your Mac from Java 1.4.2 to J2SE 5.0, though Java applications that require J2SE 5.0 may specifically request it. You can change the preferred Java version for applications and applets by using the new Java Preferences utility. This utility is installed by the J2SE 5.0 update at /Applications/Utilities/Java/J2SE 5.0/.
    http://docs.info.apple.com/article.html?artnum=302412
    HERE IS MY QUESTION---
    This update makes me nervous cause I don't know much about Java. IF I change my default version to this new 5.0 will it mean that some of the older Java stuff on the web won't work? Should I just download this and ignore it? What should I do about this update?
    Thanks for the help!
    Renée

    I too seem to be suffering issues with loading web pages after the 10.4.3/Java 5.0 update. I have reinstalled both updates, changed the java settings, emptied all the caches, and tried various combinations thereof, and I still have problems with web pages loaded. most of the problems appear to be related to rendering frames and images - In fact a couple of web sites I navigate to (upon looking at the source for the page" state "It appears your browser does not support frames." I think this is something broken in the latest release. Unfortunately, I cannot reinstall the latest copy of Safari, because the installer states "This version of Safari cannot be installed. It requires version 10.4.2." I guess I am in a pickle until Apple comes out with another update. BTW I have some pages that Safari will not render but IE running on the same box will. I also noticed that the problem propagated to other applications that use Java....For instance the Dashboard widget from google (Google Maps) no longer renders the tiled (framed?) map pieces...instead you get the ubiquitous "?" icon.

  • SUP - 2 questions about the CDB (cache database)

    Hi,
    I have 2 questions about the cache database and the cache groups:
    1 - How does the "On demand" cache group policy exactly works? I know that online cache group is without storing any data on the CDB making direct requests to de backend from the device, the DCN is based on updating from the backend, the scheduled is based on a time period, but I don't understand how the "on demand" exactly works, and why it has a time period too.
    2 - Is it possible to query the cache database table to check the data that SUP has stored? How can I do this?
    Thank you!

    I posted a similar question in SUP Apps project not too long ago and  Paul Horan provided this useful reply:
    Create a "Sybase ASA v12.x for Unwired Server" connection profile in the Enterprise Explorer.  I named mine CDB.
    : Host = localhost (or whatever the machine name is)
    : Port = 5200
    : Database name = "default"
    : User Name = "dba"
    : Password = "sql"
    Obviously, change the userid/password to match, if you changed them during install time.
    Connect, and you'll see the "default" database displayed.
    Navigate down through the Tables folder, and the first subfolder is labeled something like [#should_delete_sk ...]  Start there.
    You'll see a bunch of tables with the naming convention "D1" + package name + package version + MBO name.  These are the cache tables for the MBOs.

  • What is the last question at the end of auto-updates? "Allow" what? (I clicked on "Done" too fast.)

    Hi, I installed an auto-update today, lazily clicked on "Done" at the end without taking the time to read the last "pop-up" dialog box. I saw options about "allowing" something but I did not get a chance to read the question before it disappeared. What was that last question???

    replying to JS1111
    Now I only get one HKEYLOCALMACHINE\Software\
    QuicktimePlayerLib.QuicktimePlayerApp\CLSID.
    some folks have been having some success with pgfpdwife's technique in the following post:
    pgfpdwife: Re: Could not open key HKEYLOCALMACHINE\Software\Classic\Quicktime.Quicktime\
    note carefully that the technique involves a registry edit. be sure to make a backup of any keys you edit. if you're unfamiliar with your registry or registry editing, head to your XP help and support, do a search on registry, and read through the articles that come up.
    There are also some instructions on how to back up registry keys in the following document:
    Error 1406 or 1402 appears when you install iTunes or QuickTime for Windows

  • LAST question of the night....

    i need the south and east buttons to change the x and y coordinates of the picture displayed respectively, i cant figure it out cus they are two different pictures! it needs to incremement the x and y axis to move it a little bit every time the user clicks the button import java.awt.*;
    import java.applet.*;
    import java.awt.event.*;
    public class Lab6 extends Applet implements ActionListener, ItemListener {
      Panel northPanel, southPanel, eastPanel, westPanel;
      MyPanel centerPanel;
      boolean seen=true;
      Button northButton;
      Button southButton;
      Button eastButton;
      CheckboxGroup cbg;
      Checkbox radioButton;
           int fontSize;
      boolean flag = true;
      int mid;
      int top;
      int y = 0;
      Color myColor;
      Font f;
      public void init() {
        setBackground(Color.white);
        northPanel = new Panel();
        southPanel = new Panel();
        centerPanel = new MyPanel();
        eastPanel = new Panel ();
        westPanel = new Panel ();
        f = new Font("Arial", Font.BOLD, 12);
        myColor=new Color(123, 0, 255);
        setLayout(new BorderLayout(1, 1));
        add(northPanel, BorderLayout.NORTH);
        add(southPanel, BorderLayout.SOUTH);
        add(centerPanel, BorderLayout.CENTER);
        add(eastPanel, BorderLayout.EAST);
        add(westPanel, BorderLayout.WEST);
        northButton = new Button("Picture");
        southButton = new Button("X Position");
        eastButton = new Button ("Y Position");
        cbg = new CheckboxGroup();
        radioButton = new Checkbox("Color 1", cbg, false);
        northPanel.add(northButton);
        northButton.addActionListener(this);
        southPanel.add(southButton);
        southButton.addActionListener(this);
        eastPanel.add(eastButton);
        eastButton.addActionListener(this);
        westPanel.add(radioButton);
        radioButton.addItemListener(this);
      public void actionPerformed(ActionEvent e){
        if (e.getSource() == northButton){
          flag = !flag;
        centerPanel.repaint();
      public void itemStateChanged(ItemEvent e)
               if (e.getSource() == radioButton)
           setBackground(Color.red);
               fontSize=Integer.parseInt(cbg.getSelectedCheckbox().getLabel());
               repaint();
      class MyPanel extends Panel{
        private void drawBean (Graphics g, int mid, int top){
          g.setColor(Color.blue);
          g.fillOval(150, 80, 25, 60);
          g.fillOval(153, 140, 20, 100);
          g.fillOval(145, 75, 40, 10);
          g.fillOval(163, 70, 5, 5);
          g.setColor(Color.green);
          g.fillOval(83, 180, 10, 10);
          g.fillOval(219, 125, 10, 10);
        private void drawTraffic (Graphics g, int mid, int top){
          g.setColor(Color.black);
          g.drawRect (mid + 100, top - 100, 50, 150);
          g.setColor (Color.red);
          g.fillOval (mid + 100, top - 100, 50, 50);
          g.setColor (Color.yellow);
          g.fillOval (mid + 100, top - 50, 50, 50);
          g.setColor (Color.green);
          g.fillOval (mid + 100, top, 50, 50);
        public void paint(Graphics g){
          Dimension d = getSize();
          mid = d.width / 2;
          top = d.height / 3;
          if (flag == true){
            drawBean(g, mid, top);
          else{
            drawTraffic(g, mid, top);
    }Message was edited by:
    suomiatheart

    Well, then I think you should ponder your situation for a few days. Maybe reread the flow of the program I posted in your other thread and comtemplate how you can use that to your advantage.
    You don't seem to be able to write a single line of code on your own, and by posting 7 different threads you have managed to con people into writing your code for you.

  • Question of the day: In which Thread context does the main method run ?

    let's say, you create a JFrame in the main method:
    public static void main(String[] args)
    new MyJFrame();
    let's suppose, you construct the whole JFrame
    inside the constructor, which contains a lot
    of other Swing components, like JTree's and more.
    AND the JFrame calls setVisible(true) in its
    constructor.
    -> According to my knowledge, this won't work
    properly - it will function, BUT you will get one
    or two quite big exceptions (which usually start
    with a nullpointer exception, produced by the
    PLAF, but the whole stacktrace shows, that the
    the exception was thrown AND catched inside
    the Swing objects.
    Reason for this would be, that all operations
    after the "setVisible(true)" statement must be
    carried out in the eventdispatch thread, according
    to Swing rules.
    Now, as you can see by running the source below,
    the main() method always is processed in special thread,
    NOT the event dispatch thread - which produces the above behaviour.
    My Question:
    Wouldn't it have been easier to let the JVM
    process the main() methods right in the
    event dispatch thread ?
    Or:
    Why is the JVM designed to process the
    main() method in a special thread and not
    the Swing event dispatch thread ?
    opinions?
    Regards
    JPlaz / SnowRaver
    package Test1;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class Frame1 extends JFrame
    public Frame1( final String title, int position )
    this.setSize(400,300);
    this.setLocation(position,position);
    this.setVisible(true);
    if( SwingUtilities.isEventDispatchThread() )
    System.out.println("Constructor of "+title+" is processed IN the event dispatch thread.");
    else
    System.out.println("Constructor of "+title+" is processed in ANOTHER than the event dispatch thread.");
    public static void main(String[] args)
    // First creation just from the startup thread context :
    new Frame1("first Frame", 60);
    // Now we let the second creation be done in the
    // eventdispatch thread context for sure :
    SwingUtilities.invokeLater( new Runnable()
    public void run()
    new Frame1("second Frame",120);

    Matt,
    it's been so long, I don't have the full answer in my head.
    This page on Adobe.com has an example that shows Flash 4
    mouse stuff (I'm Mr
    Vague today) when you scroll down. Your timelinme reference
    will be
    something like
    TellTarget(_Root, gotoAndPlay(50))
    Hopefully from that vagueness you can locate the right
    answer.
    Steve
    Adobe Community Expert: Authorware, Flash Mobile and Devices
    My blog -
    http://stevehoward.blogspot.com/
    Authorware tips -
    http://www.tomorrows-key.com

  • Trivial Question of the Day: Default windows preferences

    Hi,
    When I open a new document in Text Edit, the window is quite small, so I have to resize it all the time, even re-opening one that I set up. I've noticed it with other stuff like Finder folders, for instance.
    Is there a preference that sets these windows to full page? Again, this is not like saying my computer shows a question mark when I turn it on, but it's something I'd like to know. I asked this a while ago, but didn't get many substantial answers.
    Thanks as always,
    Allan (the Allan with no points!)

    Allan,
    Describing/predicting which size finder window you will see is not clear/obvious because the size you will observe depends upon which finder window was first to be opened and where/how it was opened. (What a mouthful that was)
    Whenever I use the (+N) command the (my default Desktop) window opens in the size that I expect. Any subsequent folder opened from the Sidebar opens in the same sized (my default Desktop) window.
    Any folder which is opened from the resulting (my default Desktop) window remembers the size that I have chosen for that window.
    Opening a folder from the Dock results in a window of the size that I have previously chosen as the default for that specific window.
    Clear as Mud?
    Maybe someone can expound on my feeble attempt to explain the un-obvious.
    ;~)

  • Questions for the Day!

    Hi all,
    Well I got cracking on the books and I don't know if I am already getting fatigued, but there are a series of questions I want to ask to get this stuff under my belt.
    First of all I a confused with method overloading and overriding.
    I have come up with questions that seem relevant.
    1.) Is Having multiple constructors in a class definition an example of overloading. I would say no, because only methods can be overloaded.
    2.) If two methods have the same signature, does that mean they are overloaded. I would say they would be overridden.
    3.) Is it possible to overload a method without involving the base class. I am confused with this one.
    4.)Is it possible to override a method without involving a base class? Confused again.
    Can someone point out some reasons for answers, since I want to understand?
    Thanks,
    mileinfive

    Some definitions:
    Overriding -
    When a subclass defines a method with the same signature and name as a method in the parent class, but provides different logic in the body of the method. Here is an example of overriding:
    class Parent {
       public void printAge() {
          System.out.println("I am old");
    class Child extends Parent {
       public void printAge() {
           System.out.println("I am young");
    }Now, say you have a Parent object named "p" and a Child object named "c", and you call the printAge() method of each one:
    p.getAge();   // prints "I am old"
    c.getAge();   // prints "I am young"...even though the Child is a subclass of Parent and it inherits the Parent class's getAge() method, by defining its own version of the method it is overridden.
    Overloading -
    In overloading, you provide more than one method with the same name, but each of these methods has a different signature. So that if you call the method of that name, the actual method that is executed depends on the arguments you pass to it.
    public class NosePicker {
       public void pickNose() {
          System.out.println("What a boring nosepicker, no arguments.");
       public void pickNose(Int snots) {
          System.out.println("You picked " + snots + " snots!");
       public void pickNose(Int snots, Int times) {
          System.out.println("You are amazing! You picked "
                             + snots + " snots " + times
                             + "times!!!");
    }Now with this class, a different method is called depending on what argument signature is given.
    Make sense?

  • 1 last question. The underlying data type is .... ?

    interface MyInterface{}
    class MyInterfaceImpl implements MyInterface {}
    MyInterface myVar = new MyInterfaceImpl();in the last line is this correct.?
    myVar's underlying data type is MyInterfaceImpl and MyInterface is it's actual type?

    Anything would be correct.
    MyInterfaceImpl myvar = new MyInterfaceImpl();
    MyInterface myvar = new MyInterfaceImpl();
    The datatype and actual type is MyInterfaceImpl. But you cann access that object using the MyInterface interface.

  • Last question Regarding the Artwork

    I have saved various jpegs bitmaps and Gifs to my C: Drive pictures Folder to go along with each different podcasts. I just want to know here where can I put them in my F: Drive and how can or if I can automatically make them come up in the Artwork section of each different podcasts? These are titles I grabbed off the various websites that have podcasts I subscribed too. If it is possible where do I put them in the F: Drive under what folder? I do have a complete copy of iTunes in F: Drive, but don't know what to do with the artwork (pictures) I saved?
    I do have Windows and the main thing is can they be set up automatically be put up each time I download a new podcast from the various programs? How?
    I appreciate your patience in these questions. You can either reply here or email me directly at [email protected]
    Thank you.
    Message was edited by: viper48

    Just put the code inside of the video tag like this:
    <video width="960" height="540" poster="cover1.jpg" duration="10:53" preload="auto">
         <source type="video/webm" src="salamala-stereo-chinese.webmvp8.webm" />
         <source type="video/h264" src="salamala-stereo-chinese.mp4" />
         <source type="video/ogg" src="salamala-stereo-chinese.theora.ogv" />
         <embed src="video/salamala-stereo-chinese.flv" type="application/x-shockwave-flash" width="960" height="540" allowscriptaccess="always"></embed>
    </video>
    Nick

  • Question of the day: Best Portal integration strategy for CRM 7.0?

    I would appreciate it if anyone can give me their feedback with the knowledge and background with the Portaland CRM WebUI integration based on the following options:
    These are the available options for portal integration:
    Option A: Initial Login to CRM WebUI, launch other functionalities from WebUI
         All users login through SAP CRM WebUI. Based on user portal roles, available applications are presented using WebUI transaction launcher to open up as new browser windows or within the content area of CRM WebUI
    Option B: Initial Login to Portal, CRM and other applications launched from Portal
         CRM WebUI is setup as a full screen BSP iView. All users login once through SAP NW Portal. Based on user portal roles, available applications are presented. CRM, BI BOBJ, KM are launched in a separate browser windows. For SAP applications, there is SSO available.
    Option C: Initial Login to Portal, CRM and other applications integrated into Portal
         All users login once through SAP NW Portal. CRM WebUI is integrated into the Portal content area, and navigation between CRM screens are handled through Portal links.
    Business considerations:
    1.  Single-Sign-On (SSO): The proposed solution should provide an integrated sign on page that allows access to other CRM applications without the user logging in again.
    2.  Frontend navigation: All CRM applications used by business should be accessible from a single location. This should cater for future applications as well eg: AFLS. Ideally there should be a minimum number of windows that a user has to juggle.
    3.  Contextual usability: The related applications should be linked to CRM and launched where it is used to support business operations. If possible, the applications should launch with the particular CRM transaction/record to minimize time required to locate relevant information eg: integrated reporting
    4.  Standardized look and feel: The portal should not change the functionalities of standard CRM and should integrate well in terms of the look and feel of the product and NOL branding
    Based on the following business considerations, would Option B a better solution in terms of integration with other CRM applications, integration with other SAP applications (BOBJ, KM), flexibility in integrating with other options, SSO, maintainability and scalabilit.
    Thanks a lot,
    Cecilia
    Edited by: John Burton on Jan 20, 2010 1:38 PM

    We did option B at our client for CRM 2007. The authetication works perfectly between SAP NW Portal, and SAP CRM. It was one day work with single BSP iView (I beleive).

  • Stupid Question of the Day: What is the name of your kernel library?

    <Standard intro>
    As information, I have been away from SAP and basis for about four years. Due to personnel changes, I'm now returning to it. During the interim, we upgraded from version 4.0B to "SAP R/3 ENTERPRISE 47X110" (according to the system information on SMP). We have some out-dated kernel issues and I am trying to work through them as best and as quickly as I can.
    </Standard intro>
    We have several different kernel libraries on our system.  I'd like to know which ones I can delete so that I can prepare to upgrade from 6.20 to 6.40 (yeah, we are that far behind).
    So, my question is:
    For a particular instance, how do you tell which kernel library is currently applied?
    Thanks in advance,
    Robert

    We have some errors occurring during our startup process. 
    I should mention that this system started out as an IBM RRR (Ready to Run) system many years ago.  The RRR library still exists and is still used in some places and I am still trying to get all of the hooks out so that I can delete it completely.
    In the meantime, if anyone from SAP is monitoring this forum, I would appreciate the source code for the R3INLPGM--pseudo code is fine if you don't want to release the real thing.  I just need to know what it is doing because something is not right.
    Thanks!
    Robert

  • One last question on the FCP 4.5 and 10.4.9 mess....

    Ok, I did the upgrade to 10.4.9 without checking here first too. Big oops! Couldn't capture either. Since then, I've done an erase and install and installed 10.4 back onto my system
    I've updated to 10.4.8, gotten all my programs installed, and everything is peachy.....
    .....except for quicktime 7. I cant install quicktime 7.1.6 unless I have 10.4.9. I've tried finding a 7.0 installer all over the internet and in these forums but the links I've found are all dead.
    Any help please! iTunes video won't work without quicktime 7. I need to see The Office!
    Power Mac dual 2.5 Ghz G5   Mac OS X (10.4.8)   2 gigs RAM, 2 250Gb internal hard drives,FCP 4.5, Motion 1, DVDSP 3

    Try here:
    http://discussions.apple.com/thread.jspa?messageID=4417365&#4417365
      Alberto

Maybe you are looking for