Serialization Framework for CLDC

During my work I've recognized that there is no framework that allows to serialize java classes for the CLDC (obviously because it lacks reflection). But still I found it worthwile to investigate (and develop) such a framework.
The resulting software enables the application developer to store and load respectively java objects into a byte stream but also seamlessly into the RMS with just one method call. It is even possible to remotely store objects in a central (server sided) database, again with just one method call. Of course the framework is still buggy as it is an early prototype, but it works.
My question is, would you guys be interested in such a framework? Would you appreciate the framework to be release as open source? It would take me some time (I don't have) so I thought it might be better asking first :-)

Hi,
Iam also trying to develop such a framework. I think J2ME polish 2.0 already has serialization framework but dont know if it serialize only fields or the whole class.
http://www.j2mepolish.org/docs/serialization.html
Please let me know if we can work on developing framework of our own.
Prabhu.

Similar Messages

  • How can i do the registeration of JStartup Framework for SDM installation

    when i do the registeration of JStartup Framework for a new SDM installation,an error occurred:
    Invalid parameter syntax "sdmhome"
       registerjstartup:
          Registration of JStartup Framework for this SDM installation
          usage:
             registerjstartup sdmhome=<...> msport=<...> jstartupdir=<...> mshost=<...> [logfile=<...>] [syntaxcheck=<...>] [logtoconsole=<...>]
    Syntax error. Return code: 12
    My Commandline as:
    SDM registerjstartup sdmhome="D:\user\sap\E01\DVEBMGS01\SDM\program",what is wrong with the commandline?

    Hope you are executing the commands in the following order:
    1. sdm jstartup “mode=standalone”
    2. sdm registerjstartup sdmhome=<...> jstartupdir=<...> mshost=<...> msport=<...>
    where:
            jstartupdir – the directory in which the JStartup Framework software is installed
            mshost – the host name of the message server
            msport – the port on which the message server waits for requests
    3. sdm jstartup “mode=integrated”
    by the way, which OS u r using?
    Regards,
    Ravi.

  • What is the benefit of configuring the XSS Homepage Framework for ESS

    What is the benefit of configuring the XSS Homepage Framework for ESS?
    Over using standard iViews.

    It means you can disable (or enable) the exact functionality your customer needs rather than sticking with the default implementation.
    Most customes do not use everything available from ESS or MSS.  Switching it off (making it unavailable) is WAY better than leaving potentially unconfigured content to be accessed by users.  SAP generally do not handle the error cases and you will get lots of nasty stack traces .....
    Haydn

  • Best practices or design framework for designing processes in OSB(11g)

    Hi all,
    We have been working in oracle 10g, now in the new project we are going to use Soa suite 11g.For 10g we designed our services very similar to AIA framework. But in 11g since OSB is introduced we are not able to exactly fit the AIA framework here because OSB has a structure different than ESB.
    Can anybody suggest best practices or some design framework for designing processes in OSB or 11g SOA Suite ?

    http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10223/04_osb.htm
    http://www.oracle.com/technology/products/integration/service-bus/index.html
    Regards,
    Anuj

  • Serialization error for object  (IDOC error 51)

    hello,
    Can Somebody help me with this??? this is what it gives me when the IDOC comes to the receiver instance (SAP R/3). The error code is 51.
    Serialization error for object 01,S,12000677 . Expected counter 000001 < 000044 in IDoc
    Message no. 5-300
    Diagnosis
    A serialization error has occurred for the HR object 01,S,12000677 that was received from the logical system E3B.
    The expected serialization counter has the value 000001. However, the serialization counter in the IDoc has the value 000044 and is therefore too big. There are therefore older IDocs with this HR object with the serialization counter values in between. These IDocs have either not yet been posted, or have been posted incorrectly.
    Procedure
    Post all IDocs that have not yet been posted or that were posted incorrectly.
    Thank you very much
    PM

    Hi David,
    Please take a look at these threads..
    Status code 51
    IDOC Status 51
    IDoc cannot be opened Error 51 (Inbound)
    InfoPackage loading giving IDOC Error: Status 51
    cheers,
    Prashanth

  • Framework for printing graphics

    Hello!
    Can anyone suggest me a framework for print with java? For example I need print Frame Graphics or print simple text.
    Thanks!
    Tommaso Taruffi

    Daniel:
    Try checking the "Advanced" area of your Print Settings. You may have the "Omit for OPI" elements checked. Having them checked will omit ALL of those images in your document, not just the images you want to not print.
    If you want some images only to not print, either choose "nonprinting" in the Attributes palette, or move the images to a new layer and "hide" that layer and tell inDesign to only print "visible" layers

  • Source Code Editor Framework for Flex

    Dear Flex Forum members:
    As a Flex newbie a quite important question in relation to the "Flex frameworks world" still remains to me, even after some google search sessions:
    Does there exist any (preferably free) Flex framework or Flex component covering the functionality of a source code editor with syntax highlighting and syntax checking? -- Anything comparable to the Editor Framework within the Eclipse RCP (Rich Client Platform) or even to the Eclipse GEF (Graphical Editor Framework)?
    The background is as follows (and as described in more detail in my first post to this forum):
    An Online Shop Management Component shall offer the ShopManager to specify the products and offers in some declarative way and after a pre-defined grammar in place. The application frontend must be realized in Flex, and that's the reason why I'm now searching for:
    some kind of textual or graphical editor framework for realizing the Shop Manager's editor which shall support him/her in creating shop specifications/configurations in a grammar-conforming way through syntax color highlighting and syntax checking (error feedback), and
    this editor framework being intended for Flex (i.e., being a flex framework)
    In some way, much of the editing/modeling functionality is identical to the one offered by Flex Builder (Eclipse application), but in my case this functionality must be exposed as web application (Flex component running on the browser).
    Aps., would it also be possible to realize the Shop Management Component as AIR app, distribute it through a web page and run it locally on the Shop Managers client desktop???
    Which products/frameworks do you know for accomplishing this task?
    Thank you very much for any help.
    Best regards
    Alessandro

    Since people complain about Flex's basic rich text editor (which is a basic building block of the kind of framework you're discussing), I doub't you'll find what you need out of the box anywhere...

  • No serializer found for class com.sun.xml.messaging.saaj.soap.ver1_1.Messag

    Hi,
    I am developing a soap web service using apache axis tool. I am using tomcat6 and jdk6. I need to return SOAPMessage as return object from remote interface methods. Now I have success fully deploy web service in tomcat. Also I have create client too, but when I am trying to call web service throw client then it show me a exception on client is
    org.xml.sax.SAXParseException: Premature end of file.
    and on server log, it show me this exception
    java.io.IOException:
    xisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
    faultSubcode:
    faultString: java.io.IOException: No serializer found for class com.sun.xml.messaging.saaj.soap.ver1_1.M
    ssage1_1Impl in registry org.apache.axis.encoding.TypeMappingDelegate@98062f
    faultActor:
    faultNode:
    faultDetail:
           {http://xml.apache.org/axis/}stackTrace:java.io.IOException: No serializer found for class com.su
    .xml.messaging.saaj.soap.ver1_1.Message1_1Impl in registry org.apache.axis.encoding.TypeMappingDelegate@
    8062f
           at org.apache.axis.encoding.SerializationContext.serializeActual(SerializationContext.java:1507)
           at org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:980)
           at org.apache.axis.encoding.SerializationContext.outputMultiRefs(SerializationContext.java:1055)
           at org.apache.axis.message.SOAPBody.outputImpl(SOAPBody.java:145)
           at org.apache.axis.message.SOAPEnvelope.outputImpl(SOAPEnvelope.java:478)
           at org.apache.axis.message.MessageElement.output(MessageElement.java:1208)
           at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:315)
           at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:269)
           at org.apache.axis.Message.writeTo(Message.java:539)
           at org.apache.axis.transport.http.AxisServlet.sendResponse(AxisServlet.java:902)
           at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:777)
           at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
           at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
           at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:2
    0)
           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
           at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
           at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
           at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
           at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
           at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
           at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
           at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
           at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:58
           at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
           at java.lang.Thread.run(Thread.java:619)
           {http://xml.apache.org/axis/}hostname:EMRG-409964-L19
    ava.io.IOException: No serializer found for class com.sun.xml.messaging.saaj.soap.ver1_1.Message1_1Impl
    n registry org.apache.axis.encoding.TypeMappingDelegate@98062f
           at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
           at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:317)
           at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:269)
           at org.apache.axis.Message.writeTo(Message.java:539)
           at org.apache.axis.transport.http.AxisServlet.sendResponse(AxisServlet.java:902)
           at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:777)
           at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
           at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
           at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:2
    0)
           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
           at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
           at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
           at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
           at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
           at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
           at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
           at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
           at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:58
           at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
           at java.lang.Thread.run(Thread.java:619)
    aused by: java.io.IOException: No serializer found for class com.sun.xml.messaging.saaj.soap.ver1_1.Mess
    ge1_1Impl in registry org.apache.axis.encoding.TypeMappingDelegate@98062f
           at org.apache.axis.encoding.SerializationContext.serializeActual(SerializationContext.java:1507)
           at org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:980)
           at org.apache.axis.encoding.SerializationContext.outputMultiRefs(SerializationContext.java:1055)
           at org.apache.axis.message.SOAPBody.outputImpl(SOAPBody.java:145)
           at org.apache.axis.message.SOAPEnvelope.outputImpl(SOAPEnvelope.java:478)
           at org.apache.axis.message.MessageElement.output(MessageElement.java:1208)
           at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:315)
           ... 19 moreI have deploy new version of saa-impl.jar and saaj-api.jar too. And I also have deploy webservice-rt.jar too in server lib and application lib folder. but still this exception is there. I dont understand, how can I over come from this error. If some one have resolved this type of exception then please reply. Please reply me on [email protected]
    --Thanks in Advance
    Umashankar Adha
    Sr. Soft. Eng.
    United States

    FYI, now I'm in work:
    import javax.xml.namespace.*;
    import javax.xml.rpc.*;
    import javax.activation.*;
    import javax.mail.*;
    import com.sun.xml.messaging.saaj.*;
    -classpath D:\jwsdp-1.3\jaxp\lib\endorsed\dom.jar;D:\jwsdp-1.3\jaxp\lib\endorsed\xercesImpl.jar;D:\jwsdp-1.3\saaj\lib\saaj-impl.jar;D:\jwsdp-1.3\saaj\lib\saaj-api.jar;D:\jwsdp-1.3\jwsdp-shared\lib\activation.jar;D:\jwsdp-1.3\jwsdp-shared\lib\mail.jar;D:\jwsdp-1.3\jaxrpc\lib\jaxrpc-api.jar;D:\jwsdp-1.3\jaxrpc\lib\jaxrpc-impl.jar;D:\jwsdp-1.3\jaxrpc\lib\jaxrpc-spi.jar;D:\jwsdp-1.3\jwsdp-shared\lib\jax-qname.jar
    Those are what I had to use to get it working.
    Chris

  • Third party emulators for Sun Java Wireless Toolkit 2.5.1 for CLDC

    I'm developing Java mobile applications in Linux with NetBeans & WTK 2.5.1 for CLDC.
    In the WTK documentation they give this link for third party emulators but is not mantained anymore.
    Do you know where to get some emulators compatible with WTK for CLCD?
    Thanks in advance
    Rod.

    Hi,
    Yes, we are working on making a linux release available, but we don't have a specific date as of yet. We'll provide updates as soon as we have a better idea.
    Thanks,
    E-ming

  • Introduction to the Spry framework for Ajax

    Hi All
    I attended the breeze eSeminar:
    Introduction to the Spry framework for Ajax
    07/27/2006
    3:00 PM US/Eastern
    Anyone know the location for the recorded version?

    Well, that wasn't easy to find....
    http://www.adobe.com/cfusion/event/index.cfm?event=list&type=ondemand_seminar&loc=en_us
    Search for "spry". Lots of good stuff on this page.
    Thanks,
    Don

  • Welcome to the Spry framework for Ajax Forum

    Welcome to the Spry framework for Ajax forum! Please use this
    forum to discuss the Spry framework for Ajax and supporting content
    on Adobe Labs.

    Hi,
    Techy_one: the download page should be working:
    http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_spry
    anuj: SpryEffects is in 'demo/includes'. We will be including
    effects in our next Spry drop.
    Severe: We are working on more widgets. They will be released
    over time as we finish them. We are still looking into how we can
    make Spry support for DW available.
    Thanks,
    Don

  • Netbeans 6.5 doesn't detect Sun Java Wireless 2.5.2 for CLDC

    I have netbeans 6.5 installed on my system and the Sun Java (TM) Wireless Toolkit 2.5.2 for CLDC is located in the usual folder i.e C:\Program Files\NetBeans 6.5\mobility8\WTK2.5.2
    It was working fine for some time but since yesterday it has stopped working suddenly although nothing has been modified in the installation folders
    The WTK 2.5.2 is not accessible in netbeans IDE anymore. I have tried to add it from "Java Platform Manager" but netbeans does not seem to work
    The procedure I do is
    One in Netbeans IDE
    1. Open Java Platform Manager
    2. Add Java Platform
    3. Select "Java ME MIDP Platform Emulator"
    4. Click "Next"
    nothing happens... just stays at this screen
    I tried to uninstalled and reinstalled netbeans 4 times nothing seems to work.
    Can any one help me out.

    Found the solution.... The Configuration folders for NetBeans were not getting deleted by unInstaller.
    This is what you have to do to get it working
    1. Completely un install the NetBeans IDE. (to be on the safe side you can uninstall jdk as well)
    2. Delete all left over registry entries, if any.
    3. Go to your user profile folder. that is C:\Documents and Settings\myusername\
    4. There will be 4/5 folders for NetBeans.. delete all of them. (1 of them is called nbi)
    5. back up the contents of your workspace folder,. and delete it.
    6. Reinstall NetBeans 6.5 IDE.
    7. Now It will detect J2ME..
    So the conculsion is the Netbeans uninstaller should delete (or at least provide option) these configuration folders...

  • Framework for creating Flash applications in AS3

    Can anyone suggest a good framework for developing Flash AS3 applications? I have worked on two Flash frameworks till date: GAIA and PureMVC.
    While GAIA is more focused on Website development and I find PureMVC a bit complex as I was not able to find anywhere the best approach to use the framework efficiently.

    Very delayed reply on this one, but I thought still worth mentioning a year after the fact.  Over the last couple of years, working in a number of ad agencies, I've progressively built my own Flash CMS framework called Redblox (http://redblox.ca). 
    It's a framework I'm positive you've never seen the likes of before!  Redblox uses XML files as a blueprint to recursively build you're entire website.  Redblox framework concentrates on separating core functionality from behavioural functionality (see website for more info on that). Every component (ie, textfield, image, menu, layout, scrollbar, video player, everything!) is represented as an XML node within a larger XML structure and therefore its parameters, animations, behaviours and functionality can be added/updated/deleted directly within the XML. Consequently, using Redblox' integrated visual XML Editor allows users the ability to make these changes directly at runtime.  Simply CTRL+CLICK on any item/component while viewing the website in editor mode and the Redblox XML Editor tool will display all the information on that component to add/update/delete. Once users have made their changes, users can then save the XML blueprint of the website back to file.  Its really that simple.
    I've only recently made this framework open-source, wanting to take a new direction in its development.  I've used this framework to build microsites for Nike Training Canada (Olympics & World Juniors Hockey), Alexandre Keiths, Rogers, Purina to name a few.
    Just check out the site, you'll love it right away!
    Cheers,
    Jason Thomas

  • Framework for parallel processing

    Hello,
    Can anyone help me by giving some links or examples as to how to use the framework for parallel processing ?? (FPP)
    My scenario is that I have a report that handles huge volumes of data and process it. But at present my report is not able to handle huge volume and it either dumps or hangs. So I would want to use the parallel processing framework which would then can handle huge volumes and also reduce the time for execution.
    Thanks and Regards,
    Sandhya

    Is there anyone can provide some comments?

  • PRC files for CLDC v1.0.2

    Hi all,
    I have managed to download the CDLC version 1.0.2
    today. But it does not include the PRC files for KVM
    which comes in v1.0.
    Anyone knows if it is possible to generate those prc
    files or it was meant to be developed without
    the KVM in Palm?
    The j2me app for v1.0 can't work on Palm m505.
    Thanks.

    [seechuny],
    Thanks Allen, but I already have MIDP.
    Note that there is a difference between MIDP and
    CLDC.Yes, one is a configuration that eventually defines how the virtual machine will run and the other is a profile which is layered on top of CLDC for mobile devices or PDAs. There can be many profiles layered on top of CLDC and MIDP is just one of them (the only officially released profile for CLDC).
    Most developers should only concentrate on developing using the MIDP APIs.
    CLDC has a v1.0 KVM which runs fine on Palm OS 3.5.The v1.0 KVM that supports the Palm OS 3.5 is a MIDP implementation.
    But the application I had can't run properly when ported to OS 4.0.That's because the MIDP.prc (v1.0) does not support the Palm OS v4.0 yet.
    Hence I was searching for CLDC v1.0.2 to see if that can be recified.dot dot releases are just bug fixes or minor changes to the specification. You will have to wait patiently for a version of the MIDP.prc that supports Palm OS v4.0, currently no official word on this as yet.
    HTH.
    Allen Lai
    Developer Technical Support
    SUN Microsystems
    http://www.sun.com/developers/support/

Maybe you are looking for

  • How to make button background color chnage

    Hi In my custom application having 12 buttons, out of  12 buttons one button should look totally differance than other buttons like button background color to red color. we found two solution even though  those are not adopted to my solution 1. CSS t

  • Windows 8 Mail from Microsoft setup problem

    I have a Dell tablet running Windows 8.1 Professional. I've installed the Universal ("Metro") app "Mail from Microsoft".  I've set up an IMAP account. I'm able to log in, receive and send email. But, the email address for this account is different th

  • I authorized my computer, but it says I still can't play a particular song.

    I authorized this computer, as well as my primary PC. I purchased my songs on my PC and authorized this computer to download via the icloud. All songs were successfully downloaded and will play without problem except for "Bass Head" by "Bassnector".

  • Inbrowser editing not working

    Several of my client sites made and uploaded to an external hosting company using the 'Upload to ftp host' option will publish with no problem, but the in browser editing will not allow log in, despite the details being correct? Anyone else having an

  • Web Service, creating WSDL

    Hello, I am trying to get the WSDL description for the web service of an RFC function module. I have searched this forum and found the following URL: http://<abaphost>.domain.com:<port>/sap//bc/bsp/sap/WebServiceBrowser/search.html I searched for my