Java Embedded ME 8 - Java DB support

Can I use Java DB in a Java Embedded ME 8 application?
Thanks.

Hi,
Sorry for the slow reply. Java DB requires a JDBC driver, which in turn requires certain functionality and APIs that Java ME 8 doesn't provide.
There are some lightweight 3rd party databases (relational and object-oriented) that run on CLDC 1.x (see some links here and here) and these  *should* work on Java ME 8 (but I haven't verified that).
I expect that with the upcoming Java ME 8 release 3rd party developers will start supporting Java ME 8 with database functionality.
Best,
-- Terrence

Similar Messages

  • Hello...Java is supporting mutiple datatypes declarations in for loop

    hello,
    is it possible to declare more than one data types in a for loop...i think java is supporting multiple declarations in for loop..am i right
    class check
         public static void main(String[] args)
              for(int i=10,float k=10;i<5;i++)
                   System.out.println("Hello World!"+i);
    regards,
    j.mouli

    Hi,
    no, that doesn't work because java unlike c++ does not
    have the comma operator ",". So you need to declare
    the 2nd variable in the body of the loopNot strictly correct - its true that it won't work in this case, but false that Java doesn't recognise the comma.
    If your two variables were of the same type you could use something like
    for (int i = 0, k = 10; i < k; i++)
    However, the initialisation must take place in a single statement, so you can't use multiple types

  • Java 7 support for LMS 4.2?

    Any idea if LMS 4.2 is going to get support for Java 7?  Java 6 reaches end of Public Updates February 2013.
    http://www.oracle.com/technetwork/java/eol-135779.html

    I don't have any inside information but would strongly expect an update to LMS in 2013 that will introduce Java 7 support.
    For now, though, you are best advised to stick with the supported Java 6. LMS has gotten better in tolerating minor updates; but I have yet to see anyone get LMS working completely with Java 7.

  • Best combination of technologies for Java db-supported web application?

    Hi everyone!
    I was given the task to develop a Java database-supported web application and am now wondering what combination of technologies would best fit my requirements.
    Basically, I am supposed to transform an "Excel-based" application into a Java-based web application that can be run in a browser in our intranet (I know, that's what a web application is supposed to do).
    The Excel application consist of an Excel sheet that holds all the data and a VBA form, that shows and lets you edit all the details/fields of a row and lets you navigate through the rows. Furthermore there are certain macros to filter the data table.
    Now, to transform the application, all data from Excel will be moved to an Oracle relational database and I want to rebuild the functionality with Java.
    Consequently, the Java application is intended to...
    - output the table as is in the browser
    - easily let you filter the data of the table
    - let you create (and save) custom filters
    - show detail view of a row
    - navigate through the rows of the (filtered) table
    - save the data that is entered/edited/deleted in the detail view back to the table in the database
    So, what are the best (and easiest to use) tools and technologies to develop such an application?
    Currently my reasearch has led me to the following conclusions:
    *1.* Architecture: I need a three-tier client-server application, which lead us to using the J2EE platform, right?
    *2.* For the persistence layer I somehow have to map the database table to a Java object,
    - either doing it completely manually (coding) using JDBC
    - or using EJB3 / Java Persistence API / Hibernate to get at least the getters and setters auto-generated, right?
    Please, correct me whenever i got something wrong!
    Oracle JDeveloper supports the mapping process with a wizard when using EJB3 and JPA
    (http://www.oracle.com/technology/obe/obe1013jdev/10131/ejb_and_jpa/master-detail_pagewith_ejb.htm)
    Is there something comparable available for Eclipse?
    *3.* I'd like to use Java Server Faces for the UI. Besides the reference implementation there are several other implementations with additional components for e.g. displaying tables. There are:
    - Apache MyFaces Trinidad (former ADF Faces, although ADF Faces looks different/has different style sheet than Trinidad?)
    - NetBeans Visual Web tools (which look quite nice in the tutorial, but require the NetBeans IDE, I guess?! Tutorial: http://www.netbeans.org/kb/60/web/web-jpa.html
    *4.* What IDE would you recommend? Should have a WYSIWYG editor for the JSF files and should support me as much as possible as a Java Learner!
    - JDeveloper
    - Eclipse (+Plugins?)
    - NetBeans
    - MyEclipse (only if there is a free version out there, I have read about an Eclipse plug-in, but don't know if that was free...)
    *5.* Do you know some good and easy-to-understand tutorials covering this problem?
    *6.* What other aspects should I think of? Are there certain technologies for the business logic or just normal JavaBeans? What about SessionBeans and ManagedBeans?
    Any help, answers, ideas, explanations, comments, recommendations, will be highly appreciated!
    Cheers,
    Chris

    Thanks paulcw, for your quick reply and helpful comments!
    The whole thing is getting bigger than I thought...
    Actually this is a 1-man-project, that I am supposed to realise for small department during my internship in a big company.
    Maybe a more detailed description of the structure may help you to understand what I actually need.
    The table of concern, is an overview of certain projects inside the company and read-only, as it is a view on another database uniting data relevant for the department.
    Then there is a second table for additional data (specific for the department) for each project. This data has to be entered, modified, deleted with the new application, while the data from the first table is only displayed.
    1) In this case, is AJAX / JavaScript still necessarily needed?
    2) EJB and Hibernate sound like overkill to me as well, but what would be the alternatives? JDBC, SQL queries and rowSets? And are the first mentioned really so hard to use?
    3) Do you have any recommendations on how to solve the multiple access problem (I'm sure, I'm not the only one with this kind of problem...)?
    Thanks to everyone in advance!
    Chris

  • ColdFusion 9, 10 Java 7 Support ASAP!

    Oracle has released the final Java 6 Update 39 last week, marking the end of support for Java 6.  Adobe has stated multiple times that Java 7 would be supported before EOL, yet it has been a week and still no patches or update.  Does anyone have an ETA when Java 7 will be officially supported?
    References:
    Java version support     [http://forums.adobe.com/thread/975438 | http://forums.adobe.com/thread/975438]
    Java 7 support for ColdFusion    
    http://blogs.coldfusion.com/post.cfm/java-7-support-for-coldfusion
    What's the situation with #ColdFusion and Java 7, Java 6 updates, Windows 8, and OS X Mountain Lion?          [http://www.carehart.org/blog/client/index.cfm/2012/12/12/java_7_and_6_updates_and_Win8_and _MtnLion | http://www.carehart.org/blog/client/index.cfm/2012/12/12/java_7_and_6_updates_and_Win8_and _MtnLion]
    Upgrade Java for ColdFusion  http://helpx.adobe.com/coldfusion/kb/upgrading-java-coldfusion.html

    Has Adobe updated all current Java and ColdFusion KB articles yet, so I don't have to assume that when Java 7 Update 16 is released that we can apply it assuming we have the base Adobe patches that support Java ?.  I also have seen some confusing articles about JDK vs JRE, for example Ben Forta's blog post yesterday Upgrading ColdFusion To Java 7 at http://forta.com/blog/index.cfm/2013/3/3/Upgrading-ColdFusion-To-Java-7
    Ben, the Adobe website states JDK is required, not JRE "Download and install JDK 1.7." http://helpx.adobe.com/coldfusion/kb/coldfusion-10-update-8.html and "Note that ColdFusion requires the Java HotSpot Server virtual machine (jre/bin/server/jvm.dll), which is not available with the JRE download." http://helpx.adobe.com/coldfusion/kb/change-coldfusion-jvm.html
    PS +10 to Carl's question "Will CF9 or CF10 be supported on JDK 8? JDK 8 release expected September 2013?", I would like Adobe to state ColdFusion upgrade plans and timetables for new versions of Java.  Java 7 was released over 18 months ago and Java 6 received several end of life extension both without Adobe updating ColdFusion untl the last possible second!

  • Does Java DB supports JTA?

    Does anyone know if Java DB supports JTA?
    Thanks,

    If the Derby driver supports commit/rollback logic, then it can work with JTA.
    Write an transactional JDBC INSERT, throw an exception, and see if it rolls back. If it does, you're in.
    %

  • Does Java 6 support SSLIOP in Java orb?

    I have Java orb clients connect to server in TAO orb CORBA. Now I want to change the java orb clients to use SSLIOP (SSL in orb) to talk to the servers written in SSLIOP.
    The question is, does Java 6 supports SSLIOP ? if yes, where are the documents and samples I can take a look to get started.
    Thanks in advance.

    http://java.sun.com/javase/6/webnotes/features.html
    I can't see any ORB enhancements at all.
    I suspect Sun is leaving SSLIIOP for the ORB and J2EE vendors.

  • Does java card support PIN encryption on APDU Verify Command???

    hello
    I want to know if java card allows PIN encryption in the APDU verify command? because such an action necessits that a section key has to be set between the server (SC applet) and the client application.
    thanks a lot

    Many Java cards support the GlobalPlatform Open Platform specification
    which can be downloaded for free from http://www.globalplatform.org .
    This specification contains a mechanism called "secure messaging".
    All APDUs sent to applications or the cardmanager and the corresonding
    responses can be enrypted when using secure messaging.
    In order to use secure messaging a "mutual authentication" is necessary
    where the off-card entity authenticates itself to an application,
    e.g. the card manager, and the application authenticates itself to the
    off-card entity.
    Naturally, this involves static keys on/off-card and session keys.

  • How to provide support for language which java doesnt support (e.g URDU)

    Hi,
    I need to develop an application which should be using Urdu Language ,since
    java doest support URDU (language spoken in India and Pakistan).
    what steps should I take ??What to do???
    your help is really needed!
    Thanks

    Hi Abasith,
    Good day. As per our project requirment, we need to have 2 versions of Application. One in English & Arabic. Our Idea to implement Arabic is to have a properties file.(Resource bundle). But I cannot see the Arabic letters in property file created using Arabic. So we moved to Word pad & saved the document as Arabic. I am able to reach the properties. But when i use to get the string from there I m getting an exception No resource bundle found for locale.
    This is my code.
    public class Test1 {
    public static void main(String s[]){
    ResourceBundle resource_bundle; // The Resource Bundle super class
    Locale locale;
    locale = new Locale("ar","AR");
    System.out.println(locale.getCountry());
    try {
    resource_bundle = ResourceBundle.getBundle("tryone_"+locale, locale);
    //System.out.println( resource_bundle.toString());
    System.out.println("Resource Bundle here "+resource_bundle.getKeys().toString());
    Enumeration en = resource_bundle.getKeys();
    while (en.hasMoreElements()){
         System.out.println("Elements "+en.nextElement().toString());
    System.out.println(resource_bundle.getString("Myname"));
    System.out.println(resource_bundle.getLocale());
    } catch (MissingResourceException mre) {
         mre.printStackTrace(); }
    Can u help me how to go about. I am totally new to this Internationalization.
    Thanks in Advance
    kavitha

  • Does Window Embedded Compact-7 based device support VOIP features

    We have to develop an application for our client.
    In which we have to implement SIP Client for  VOIP features on Device called X-OnePlus (Window Embedded Compact-7 based). For details, please follow this link
    http://www.digitax.com/products/xone-plus-mobile-data-terminal.html
    We tried to write script with C# but didn't get much success and we also tried to integrate various SIP based Softphones but they are not compatible with WinCE-7.
    Following are the details of SoftPhone followed by us:
    Sjphone: SJphone CE .cab (http://www.sjlabs.com/sjp.html)
    Could you please suggest us on followings:
    1.      Does Window Embedded Compact-7 based device support VOIP features?
    Thanks,
      

    This forum is for POSReady. Please try one of the Windows CE forums:
    http://social.msdn.microsoft.com/Forums/en-US/category/windowsembeddedcompact
    -Sean
    www.annabooks.com / www.seanliming.com / Book Author - Pro Guide to WE8S, Pro Guide to WES 7, Pro Guide to POS for .NET

  • Embedded SWF in CR - is Java Viewer supported?

    We are attempting to embed a XC SWF in a Crystal Report that is essentially a group of buttons that will allow the user to export filtered data from the report to another system for use by that system u2013 basically integrating discovery from the BI app with another app that will be used to act upon the data.
    It seems to be working fairly well so far in the DHTML viewer but when we open the Crystal Report in the Java viewer, the SWF is not visible/functional - just a grey bar. Is the java viewer not supported when it comes to embedding XC SWFs? We are currently on BOXI3, SP 1 and FP 1.7... I found some older notes indicating that this was the case a couple years ago, but has that changed? Thanks!
    Steve

    Hi Don,
    When I view the CR via the CR2008 preview tab, everything is fine.  I am trying to view the report via infoview with the default viewer set to the java viewer as you guessed.  If I view with the DHTML viewer, it also is fine but we need to use the java viewer here because of some other issues that we have with the DHTML viewer (which supposedly are fixed with later SPs).
    Here is what I found via another post / white paper that is a little dated:
    TECHNICAL DETAILS
    Viewing Flash objects embedded in a Crystal Report is supported in the:
    u2022 Crystal Reports 2008 Preview tab
    u2022 Crystal Reports 2008 .NET Webform viewer
    u2022 Crystal Reports 2008 Java DHTML viewer (used in BusinessObjects Enterprise XI 3.0 and other products)
    Exporting and printing of Flash objects with connections to Crystal Reports data is not supported.
    Embedded Flash objects that do not have connections to Crystal Reports data can be exported to PDF only.
    Data is passed to the Flash object using Crystal Reports string data types. The maximum length of a Crystal Reports string data type is 64K. For this reason, we recommend summarizing the data within Crystal Reports, then passing the summarized data to the Xcelsius model.
    This would seem to indicate that the java viewer is not supported, but I am wondering if that is actually true and if it was true, has that changed?
    Steve

  • TP3 and Java 6 support

    Hi!
    I'm experiencing problems in using JDK 1.6.0_03. I recall that it is said that JDev 11g will support JDK 1.6. Is this still true?
    PaKo

    micwic,
    You can specify which JDK you want to use with JDev by changing (in C:\jdevstudio1111_tp3\jdev\bin\jdev.conf file) following parameter:
    #SetJavaHome C:\Program Files\Java\jdk1.6.0_03
    to some other JDK path or (as I did above) commenting out this line so JDev will use default (embeded) JDK 1.5.0_11.
    BUT I STILL WOULD LIKE TO KNOW ABOUT SUPPORT FOR JDK 1.6...

  • Java plugin support discontinued

    According to some techinical articles released by Apple, Java update 10 for OSX 10.5 no longer supports the java plugin.  As a result, java will no longer work with Firefox or Chrome unless users update to OSX 10.6.  Although there may be valid technical reasons for doing this, it is really inexcusable that this was not CLEARLY communicated to users in plain and simple language before the update was uploaded.  Here is part of the explanation released on one of Apple's mailing lists (but not the general public):
    "Firefox and Chrome users are currently unsupported on PPC since the current versions of those browsers are = Intel-only. Anyone with an Intel Mac should upgrade to Mac OS X 10.6 Snow Leopard to continue to receive any updates at all.
    Plugin2 in it's current state was barely usable when run under J2SE 5.0 anyway, so in the end, anyone who was relying on applets on Leopard was probably already using Safari anyway."
    I think it's pretty arrogant that Apple assumes no one using Leopard was using FF or Chrome to browse sites supporting java and to not even bother informing them that support was going to be discontinued.
    Just saying....

    The problem is summarized and a workaround is given in https://bugzilla.mozilla.org/show_bug.cgi?id=668639 (comments 4 and 8):
    Quote:
    This bug is entirely Apple's fault.  For some reason Update 10 removes
    the JavaPlugin2_NPAPI.plugin soft link from /Library/Internet
    Plugin-Ins/ (and also the ability, in the Java Preferences utility, to
    choose whether to run applets "in their own process" or "within the
    browser process").
    JavaPlugin2_NPAPI.plugin is still present on the system, where the
    Java Embedding Plugin can still find it.  So Java still works in FF
    3.6.18 and earlier.  And so this bug is relatively easy for a somewhat
    sophisticated user to work around:
    Just do the following at a Terminal prompt.  For it to work, you'll
    need to be logged in using an account with administrator privileges.
    $ cd "/Library/Internet Plug-Ins/"
    $ sudo ln -s /System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI .plugin

  • Java API support in MHP

    What java APIs are supported exactly on the MHP platform? The specs descrive mainly the MHP APIs (havi, dvb, etc), but how about the core java APIs? Are we really restricted to java 1.1? Cause I tried using an ArrayList, which was introduced with java 1.2, and it's running fine in my Alticast STB. Should I ignore this and use a Vector instead?

    Ideally, you should use only Java 1.1 with the restrictions described in the MHP specification. Most people do use pJava as you say, but there are a few companies using other implementations.
    While using elements from Java 1.2 or later may work, it's not guaranteed that it will be interoperable, and you'll probably run in to problems on some platforms.
    Steve.

  • Java multithreading support in Oracle JVM

    Dear all,
    I have some questions and observations regarding multithreading support in Oracle JVM. I have some java code that is stored in the database and is multithreaded (in separate threads I run a plsql procedure that does a lot of precessing). If I run the code with my standalone JVM it works like a charm, everything gets executed in separate threads. But if I store the code in the database and run it (with the custom JVM Oracle implemented for the server) it does not do any threading, all I have is a single thread that runs everything sequentially.
    The logic is this: using JDBC I create a connection, get a parameter (number of threads) and then launch the threads (each thread creates its own connection and runs the plsql procedure). No resource is shared (I have no synchronized code, I do not yield).
    My question is: does Oracle JVM supports multithreading or not? If yes, how to achieve it? Maybe there is something handled in JDBC? (although my code useses JDBC is not multithreaded) If this is not possible with java, do you now how to run something (oracle function, procedure) concurrently with PLSQL? (I tried with DBMS_JOBS but it does not work on all my databases and our DBAs discourage the use of them). Performing multithreading my launching different sqlPlus processes is not an option (as we have no security standard regarding the authentication -> connection is made by specifying in clear text the user and password).
    I wanted to use java because is more simple, secure (the connection is already established as the classes are stored in the database) and easy to maintain (until now we use different scripts which run on Unix and Windows and this leads to double work).
    The Oracle versions I use are 10g and 11g.
    Thank you all very much for your time
    Just the best,
    Don

    don wrote:
    My question is: does Oracle JVM supports multithreading or not? If yes, how to achieve it? Maybe there is something handled in JDBC? (although my code useses JDBC is not multithreaded) If this is not possible with java, do you now how to run something (oracle function, procedure) concurrently with PLSQL? (I tried with DBMS_JOBS but it does not work on all my databases and our DBAs discourage the use of them). Performing multithreading my launching different sqlPlus processes is not an option (as we have no security standard regarding the authentication -> connection is made by specifying in clear text the user and password).
    (Obviously the other post answers your question.)
    If I am reading that correctly then you have a management issue - not a technological one.
    You have a task to complete, presumably doing it efficiently is something that the company wants.
    And you have two alternatives both of which the DBAs are not allowing you to use.
    So at that point it is up to management to insist that the DBAs provide specific technological reasons (not hand waving) why those solutions are not suitable. And they should also be required to provide the outline of an alternative that is suitable.
    Besides that you might consider why your solution cannot be implemented entirely in a single threaded PL/SQL routine. The fact that is harder is not a reason when the point of the excercise is to create something that is more efficient.

Maybe you are looking for

  • Web Service to FTP scenario - MAPPING.NO_MAPPINGPROGRAM_FOUND error

    Hi, I am developing a  Web Service to FTP scenario in XI, I am testing the interface by writing a client program using AXIS. when I invoke the service from the client, it is able to hit the service and writing the file to FTP with the data However th

  • Search Criteria - job search for candidate - TREX

    I need to add branches field to  selection criteria for job search function( candidate pages). in standard we have functional area,hirarchy level,country,Work contract type,Education level. i was able to add branches successful , but when i search wh

  • How to record and play simultaneously in Iphone?

    Hi, I m trying to develop piano kind of application. Is it possible to play and record sound simultaneously? i.e piano application: when user presses key on piano it will play and record sound. Provide me some tutorial or any code base.

  • Smartforms symbol not found?

    Hi experts, I am facing a problem with smartforms, hopefully anyone of you got a solution on this. The call of my Smartforms FM results in a exception 1 --> formatting error. Smartforms_trace says:   MSGV1: GV_PRINT-AMOUNT        symbol GV_PRINT-AMOU

  • How to connect with GUEST user in OIDDAS ?

    I've noticed that in OID Administration, we can defined a GUEST user. But, I'm unable to connect to OIDDAS with this user! Is it possible and how to done it?